mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
c518afb44b
commit
94412f8916
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ wget -O exploit.py http://www.exploit-db.com/download/31853
|
|||
python pyinstaller.py --onefile exploit.py
|
||||
|
||||
#Compile for windows
|
||||
i586-mingw32msvc-gcc -o executable useradd.c
|
||||
#sudo apt-get install gcc-mingw-w64-i686
|
||||
i686-mingw32msvc-gcc -o executable useradd.c
|
||||
```
|
||||
|
||||
## Greps
|
||||
|
|
Loading…
Reference in a new issue