Skip to content

Commit 3dff41c

Browse files
committed
documentation update
1 parent 7646771 commit 3dff41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/exploit/linux/local/netfilter_priv_esc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Notes
22

3-
Originally this module was written to drop the binary files on the target. However, metasm wasn't able to compile due to the libc6-dev-i386 requirement, so it was decided to compile on the target.
3+
Originally this module was written to drop the binary files on the target via metasm. However, metasm wasn't able to compile due to the libc6-dev-i386 requirement, so it was decided to compile on the target or drop included binary instead of compiling real time.
44

55
This module (and the original exploit) are written in two parts: desc, and pwn. Desc does the heavy lifting to prep/condition the environment, pwn does the payload executing.
66

77
## Creating A Testing Environment
88

9-
There are a few requirements for this module to work:
9+
There are a few requirements for this module to work (ubuntu):
1010

1111
1. ip_tables.ko has to be loaded (root running iptables -L will do such)
1212
2. libc6-dev-i386 needs to be installed to compile

0 commit comments

Comments
 (0)