AutoBrowser 4.0 – A Tool To Perform Penetration Testing

AutoBrowser is a simple tool designed in python for IT professionals to perform penetration testing. The purpose of this tool is to create report and screenshots of http/https based ports on the network, you can choose either analyze Nmap report or scan with Nmap and then the tool automatically check the results with http/https request on each host using headless web browser, and then it will take a screenshot.

 

Installation:

On Linux system:

sudo apt-get install python-pip python2.7-dev libxext-dev python-qt4 qt4-dev-tools build-essential nmap

sudo pip install -r requirements.txt

 

On MacOSx system:

  1. Install Xcode Command Line Tools (AppStore)
  2. ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

     

  3. brew install pyqt nmap
  4. sudo easy_install pip
  5. sudo pip install -r requirements.txt

 

On Windows system:

 

  1. Install setuptools
  2. Install pip
  3. Install PyOt4
  4. Install Nmap
  5. Open command prompt as Administrator > Go to python folder > Scripts ( cd c:\Python27\Scripts)
  6. pip install -r (Full Path To requirements.txt)

 

Short video from AutoBrowser 4.0

For more information visit AutoBrowser on github website.

AutoBrowser 4.0

Related posts

How to Improve Your Cyber Resilience by Strengthening User Privileges

The Dark Side of Viral Content: How Negative Reviews Can Snowball

Testing Gaming Monetization: Walking the Line Between Profit and Player Experience