Egress-Assess - Tool Used To Examination Egress Information Detection Capabilities
Egress-Assess is a tool used to attempt egress information detection capabilities.
Setup
To setup, run the included setup script, or perform the following:
- Install pyftpdlib
- Generate a server certificate too shop it every bit "server.pem" on the same score every bit Egress-Assess. This tin survive done alongside the next command:
openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
Usage
Blog posts are available here:
- https://www.christophertruncer.com/egress-assess-testing-egress-data-detection-capabilities/
- https://www.christophertruncer.com/egress-assess-action-via-powershell/
To extract information over FTP, you lot would kickoff start Egress-Assess’s FTP server past times selecting “--server ftp” too providing a username too password to use:
./Egress-Assess.py --server ftp --username testuser --password pass123
Now, to convey the customer connect too ship information to the ftp server, you lot could run...
./Egress-Assess.py --client ftp --username testuser --password pass123 --ip 192.168.63.149 --datatype ssn
Also, you lot tin setup Egress-Assess to deed every bit a spider web server past times running....
./Egress-Assess.py --server https
Then, to ship information to the FTP server, too to specifically ship fifteen megs of credit menu data, run the next command...
./Egress-Assess.py --client https --data-size fifteen --ip 192.168.63.149 --datatype cc