nox – a penetration-testing tool in Python.
nox – a penetration-testing tool in Python.
NOTICE:
author and developer software not
responsible for how this software is used! This IS pentesting software
and how you use it I leave to you!
Nox is a simple, yet powerful penetration-testing tool written in Python.
The following programs should be installed on your system for Nox to work correctly:
– Python 3.4 or up
– Git 2.7 or up
– Pip 8.1 or up
– Wheel current version
– Setuptools 32.0 or up
Feature:
+ TCP/IP Attack
+ BufferOverflow packet attack.
+ executes a DDOS attack on target
+ attempts a connection to the target
+ sends a payload to the target
Usage:
git clone https://github.com/cocodevienne/nox && nox
cd source:
python setup.py install
nox -h
$ # connect to a target
$ nox --connect -IP www.facebook.com -port 80 -b 1024
$ # "-b" is the size of the received answer
$ # send a payload
$ nox --pay -IP www.facebook.com -port 80
$ # DDOS on a target
$ nox --ddos -IP www.facebook.com -port 80 -bo 2000000
$ # "-bo" is the bufferoverflow, i.e. the amount of requests that will crash a server
|
Source: https://github.com/cocodevienne
Aucun commentaire:
Enregistrer un commentaire