For proper analysis don't forget to add your virustotal api.
How do I use it?
Once the installation is done you can jump straight ahead and run ExtAnalysis by running the command:
$python3 extanalysis.py
It should automatically launch ExtAnalysis in a new browser window.
For other options check out the help menu $python3 extanalysis.py --help
usage: extanalysis.py [-h HOST] [-p PORT] [-v] [-u] [-q] [--help]
optional arguments:
-h HOST, --host HOST Host to run ExtAnalysis on. Default host is 127.0.0.1
-p PORT, --port PORT Port to run ExtAnalysis on. Default port is 13337
-v, --version Shows version and quits
-u, --update Checks for update
-q, --quiet Quiet mode shows only errors on cli!
--help Shows this help menu and exits
Docker Build
$ docker build -t extanalysis .
Docker Usage
$ docker run --rm -it -p 13337:13337 extanalysis -h 0.0.0.0
Python Modules Used:
flask for the webserver
python-whois for Whois lookup
maxminddb for parsing the Geo-IP database
requests for http headers and source code viewer
Screenshots
Contribution
You can contribute to the development of ExtAnalysis by improving some code or even reporting by bugs.
For any other queries feel free to contact me via twitter: @r3dhax0r
Below is a list of people who contributed to the development of ExtAnalysis (only pull requests!)
请发表评论