Category: Uncategorized

3862803571_b84f8e3722_o

Ettercap & Driftnet

Install ettercap and driftnet first. Then: sudo ettercap -Tqi wlan1 -M arp:remote /// /// Then start driftnet. driftnet -i wlan1

14136067022_d3076b7938_k

Bluetooth 4.0 Scanning

Use hcitool dev to check your Bluetooth adaptors From the command line use this to scan for Bluetooth devices:sudo hcitool -i hci0 lescan To connect to the device: sudo gatttool -i hci0 -t random...

24442197560_5bb59b747a_o

DNSMAP

DNSMAP is a tool that scans a domain for any available sub domains. This allows someone to access sites who’s sub domains are not generally available. For more information click here.

3862849467_4361c5eb12_o

ntop: network analyser

This is a tool that displays analysis of a network in a really nice web interface. Install the package ntop: sudo apt-get install ntop Follow the instructions when installing to set the interfaces and...