Go Pentester - HTTP CLIENTS(3)

Interacting with Metasploit

Early-stage Preparation:

Setting up your environment - start the Metasploit console as well as the RPC listener through the msgrpc module in Metasploit.

 To make the code more portable and avoid hardcoding values, set the environment variables.

 First, review the Metasploit API developer documentation at the official website https://metasploit.help.rapid7.com/docs/rpc-api.

session.list API method.

auth.login API method.

 auth.logout API method

Metasploit communicates using MessagePack, a compact and efficient binary format. So let's install a standard MessagePack package.

go get gopkg.in/vmihailenco/msgpack.v2

Create your directory structure.

猜你喜欢

转载自www.cnblogs.com/keepmoving1113/p/12364179.html
今日推荐