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:
  1. Install pyftpdlib
  2. 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:
Typical locomote representative for Egress-Assess is to re-create this tool inwards ii locations. One place volition deed every bit the server, the other volition deed every bit the client. Egress-Assess tin ship information over FTP, HTTP, too HTTPS.
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