Skip to content

apostolides/pwdgrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pwdgrab

Grab and exfiltrate "important" files.

Building Executables

Use PyInstaller to build executables for target systems. Install with:

python3 -m pip install pyinstaller

With src directory as the root folder, build the executable (on linux-based or windows hosts) with:

pyinstaller --onefile grabber.py

or with:

python3 -m PyInstaller --onefile ./grabber.py

Specifically on windows hosts you can force the command prompt to stay in the background with:

python -m PyInstaller --onefile .\grabber.py

About

Grab and exfiltrate "important" files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages