Jump to content

PiSavar (Pineapple Detect and Deauth Attack)


MRWOP3

Recommended Posts

On 8/16/2017 at 2:13 PM, MRWOP3 said:

This tool seems interesting. https://github.com/besimaltnok/PiSavar 

Anyone try this tool ?  

indeed interesting tool. Nice find. I just ran it on my tetra and it picked up pineap well and deauthed my clients. It does what it says.

Edit - just be aware of wlan0mon being hard coded for the deauth if running it on a tetra/pineapple! I changed mine.

I was looking at https://github.com/moha99sa/EvilAP_Defender/wiki  or https://github.com/SYWorks/wireless-ids previously but this looks like it will do a similar job (although reduced functionality) more efficiently and can run on the pineapple itself.

Thanks for sharing :)

 

Edited by Just_a_User
Link to comment
Share on other sites

  • 2 weeks later...

To run on Wifi Pineapple install scapy, pip and termcolor. Although it runs on the nano the packet analysis step is quite slow, on the tetra this runs very well.

Install scapy

opkg update
opkg upgrade tar wget
opkg install python tcpdump unzip
wget http://www.secdev.org/projects/scapy/files/scapy-latest.tar.gz
tar -xzvf scapy-latest.tar.gz
cd scapy*
python setup.py install
cd ..
rm -rf scapy*

Install pip

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

Install termcolor

pip install termcolor

to run

python pisaver.py -i wlan1mon

Dont forget to edit the hard coded deauth interface wlan0mon to wlan1mon or wlan2mon if using a 3rd radio.

Edited by Just_a_User
Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...