You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use msfvenom to generate payload and then use msfconsole to listen for the reverse shell. It would be nice if we can generate our own payload and then either listen with something like nc -nlvp PORT or run our own listener.
The text was updated successfully, but these errors were encountered:
Right now we use msfvenom to generate payload and then use msfconsole to listen for the reverse shell. It would be nice if we can generate our own payload and then either listen with something like
nc -nlvp PORT
or run our own listener.The text was updated successfully, but these errors were encountered: