GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-22 00:55:09 +00:00 committed by gitbook-bot
parent c518afb44b
commit 94412f8916
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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