Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienMajik authored Oct 7, 2024
1 parent a383c64 commit 84cd3c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ View the Map with:
xdg-open SnoopR_Map.html


After the script finishes processing, an HTML file named SnoopR_Map.html will be created in your working directory. Open this file in any browser to view the interactive map with device and alert data.
After the script finishes processing, an HTML file named SnoopR_Map.html will be created in your working directory. Open this file in any browser or click on the HTML file to view the interactive map with device and alert data.


Usage
Expand Down Expand Up @@ -184,17 +184,18 @@ Change the distance_threshold Parameter:

To decrease the detection radius (detect snoopers over a shorter distance), lower the distance_threshold value. Setting it to 0.02 miles would detect devices that have moved 32 meters or more:

python


def detect_snoopers(device_data, distance_threshold=0.02): # Decreased detection radius


Save the Script: After modifying the distance_threshold, save the changes to the script.



Run SnoopR: Run the script as usual. The snooper detection will now use the new radius for detecting devices.



Disclaimer for SnoopR

SnoopR is provided for educational and informational purposes only. It is intended to help users understand the detection of wireless network devices and potential vulnerabilities in their own networks. The script should only be used on networks or devices that you own or have explicit permission to monitor.
Expand Down

0 comments on commit 84cd3c8

Please sign in to comment.