Proxy for metasploit-framework payload sessions so you can scale horizontally using one msfconsole
If available in Hex, the package can be installed as:
-
Add mspp to your list of dependencies in
mix.exs:def deps do [{:mspp, "~> 0.0.1"}] end
-
Ensure mspp is started before your application:
def application do [applications: [:mspp]] end
iex -S mixmettle -u 127.0.0.1:8005
-
for i in `seq 1 100` do metasploit -u 127.0.0.1:8005 & done - Wait for all
iex -S mix