Xerror – automated pentesting tool

superior_hosting_service

Xerror – automated pentesting tool

Xerror.png

Xerror is an automated penetration tool, which will helps security professionals and nonprofessionals to automate their pentesting tasks. Xerror will perform all tests and, at the end generate two reports for executives and analysts.

Xerror provides GUI easy to use menu-driven options. Internally it supports openVas for vulnerability scanning, Metasploit for exploitation, and gives GUI-based options after successful exploitation e.g Meterpreter sessions. Building in python as major.

Xerror builds on python2 as a primary language and Django2 as a web framework along with, WebSockets (Django channel) on celery server and Redis server to achieve synchronization. On the front side, it supports Django default template engine language which is jinga2 and jquery.

How to use this project:

1. Activate virtual environment by the following command

source env/bin/activate

2. Start Redis server

service redis-server start

3. start python server

cd xerror 2. python mana.py runserver

4. start celery server

cd xerror
celery -A xerror worker -l info

5. start msfrpc server

msfrpcd -P 123 -S -a 127.0.0.1

6. start openvas server for the default set OMP server credentials to admin@admin 127.0.0.1 9392

You are good to go!

This is xerror Beta version, soon complete version will be uploaded with a complete explanation and detail of each step:

xerror2.png
xerrorbeta.png