Giter Club home page Giter Club logo

varmacscan's People

Contributors

musket33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

varmacscan's Issues

Keeping track of previous sessions.

It seems like every time I run the script it starts over. I think this means new SSID list and trying the same pins over again on the same networks. Could you implement some way to save/resume sessions?

Also for SSID that are too weak and produce a lot of wps transction failed errors, the script keeps trying over and over again on them instead of giving up or slowing down/adjusting reaver, ie the 2nd command in the MDK version.

In my experience, fwiw in 2017 the process needs to be hammer AP slowly until rate limits and move on to the next and next and then go around again. There are 3-10 tries per AP anyway. So avoiding multiple attempts of the same pin would be ideal.

Suggestions for better varmacscan UX

Here are some suggestions i believe will improve UX for varmacscan

  • Remove all "confirmation prompts" or at least replace the "read VAR" with "read -n1 VAR" on them so user just have to press y/n instead of y/n+enter.

  • Make all questions that need only one char as answer read the response with "read -n1".
    Some methods that contains "read var" and could change to "read -n1 var":
    USEAIR_OLD_fn()
    MANUAL_SELECT_fn()
    PIN_SELECT_fn()
    STIM_SELECT_fn()
    etc

  • Replace all random 3 sec delay inside code with 1.5 sec.

  • Add "--wps" flag for all "airdump-ng" commands so user can see in real time status of WPS (easier to spot APs that disable or lock WPS during bruteforce attacks). Also if possible, detect when a AP WPS is changed to lock or disabled and interrupt the attack to save time (go to next target).

  • Remove weak signal APs from the wash01.txt scan list (remove all -8... and -9... dBm) as they're more likely to waste attack time. Add before line 4853 "# Remove all targets except mac fragment as selected else all."

# Filter out weak/bad signal targets (-8.. and -9.. dBm) ($7 is ESSID, if you want to filter specific APs)
cat < /tmp/wash01.txt | awk -F' ' '{ if(($3 !~ "-8") && ($3 !~ "-9") && ($7 ~ "")) {print $a}}' > /tmp/wash01signal.txt
cp /tmp/wash01.txt /tmp/wash01original.txt
mv /tmp/wash01signal.txt /tmp/wash01.txt
  • Run airodump-ng filtering the target (add "--bssid $bssid" flag to cmd) on Scan 0 to Scan 4
    xterm -g 140x10-1+250 -T "Airodump-ng Scan 1" -e "airodump-ng --bssid $bssid -c $channel --wps --berlin 10000000 --beacons -w /tmp/ESSIDPROBE_DIR/singchan $monitor" &

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.