Skip to content

Examples

SecGroundZero edited this page Jul 1, 2016 · 7 revisions

Usage Examples

Clear folder from previous results

sudo python warberry.py --clear

Default run

sudo python warberry.py

Running using alternative interface

sudo python warberry.py -I wlan0

Change the port scan intensity

sudo python warberry.py -I wlan0 --intensity -T2

Change the port scan type

sudo python warberry.py -I wlan0 -A --toptcp

sudo python warberry.py --attack --tcpudp

Specify hostname to use while scanning

sudo python warberry.py -N HackerPC

Disable poison mode

sudo python warberry.py -I wlan0 -i -T3 -N HackerPC --poison

Change the number of network packets to capture

sudo python warberry.py --packets 40

Disable service enumeration modules

sudo python warberry.py -I wlan0 --enumeration

Clone this wiki locally