01 ~ Requirements ~ Download ~ Installation - SYWorks/wireless-ids GitHub Wiki
Requirements
Before installing the script, please make sure you have the following done.
-
root access (admin)
-
wireless interface which is capable of monitoring
-
Python 2.7 < installed
-
Aircrack-NG suite installed
-
TShark installed
Note : All applications 3-5 are already pre-installed in Backtrack and Kali Linux.
Download/Installation
- Save the file 'wids.py' to your Linux Desktop or any directory you like. For my case, i saved it on my desktop and enter the following in the terminal console.
- cd Desktop/
- chmod +x wids.py or sudo chmod +x wids.py (if you not running as root)
- ./wids.py
Once installed, you may wish to delete the file where you have initially saved as the following had be created:
- Directory - ~/SYWorks/
- Directory - ~/SYWorks/WIDS/
- Directory - ~/SYWorks/WIDS/tmp
- File - ~/SYWorks/WIDS/wids.py
- File - ~/usr/sbin/wids.py
You can also download the MAC OUI Database at here if you want WIDS to detect the manufacturer of the wireless devices
Running The Script
- You can run the script at any directory by entering 'wids.py' (After installation).
- Once the script is running, it will detect the wireless interface that you have and if you have more than one interface, it will prompt you for response.
- If there is no suspicious activity found, it will display 'Did not detect any suspicious activity..'
Note : If you want to exit the script, simply hit on 'Ctrl+C' to exit the application.
Support & Like My Page SYWorks