资源简介
waidps-master.zip
代码片段和文件信息
#! /usr/bin/python
##
## This was written for educational purpose only. Use it at your own risk.
## Author will be not responsible for any damage!
## Written By SY Chua syworks@gmail.com
##
## Current - WiFi Harvester & IDPS & Auditor
## Addon - Updating AP & Station Detail with live monitoring
## Changes/Added
## - Bug fix on Whitelist displaying
## - Adding logging for live monitoring
## - Load sniffer after return from LiveMonitoring
## - Allow user to list out all clients which was detected to be associated to more than one access point
## - Adding new option for WPS attack
## - Adding ESSID & MAC OUI to Suspicious Activity Listing
## - Read WPS detail from captured file with Wash instead of running Wash
## - Improved Live Monitoring Logging
## - Open Live Monitoring Packet with Decryption Key
## - Save decrypted packets
## - IDS - MDK Beacon Flooding (Different ESSID & Similar ESSID) = mdk3 mon0 b / mdk3 mon0 b -n AAAAAA
## - IDS - MDK Authentication DoS
## - IDS - MDK3 Authentication DoS with clients = mdk3 mon0 a -a -m
## - IDS - MDK3 - Authentication DoS (a) to Multiple Access Points = mdk3 mon0 a
## - IDS - MDK3 - Authentication DoS (a) to Multiple Access Points with multiple clients = mdk3 mon0 a -m
## - IDS - MDK Basic Probing & ESSID Bruteforce
## - IDS - MDK WPA Downgrade Test
## - IDS - MDK3 - WIDS/WIPS/WDS Confusion Mode
## - AUDIT - Displaying WPS Lock status as “Lck“ instead of “Yes“
## - AUDIT - Allow list out all and add new cracked AP information
## - MONITORING - Better ESSID probe capturing
#############
## MODULES ##
#############
IMPORT_ERRMSG=““
import __builtin__
import ossyssubprocessgetoptglob
import timedatetime
import ttytermioscurses
import select
import signal
import random
import urllib
import shutil
import re
import readline
import threading
from signal import SIGINT SIGTERM
from subprocess import Popen call PIPE
from sys import stdout stdin
from math import floor
appver=“1.0 R.6“
apptitle=“WAIDPS“
appDesc=“- The Wireless Auditing Intrusion Detection & Prevention System“
appcreated=“28 Feb 2014“
appupdated=“10 Oct 2014“
appnote=“Written By SY Chua “ + appcreated + “ Updated “ + appupdated
appdescription=“Wiresless Auditing Intrusion Detection & Prevention System is a whole new application which is design to harvest all WiFi information (AP / Station details) in your surrounding and store as a database for reference. With the stored data user can further lookup for specific MAC or names for detailed information of it relation to other MAC addresses. It primarily purpose is to detect wireless attacks in WEP/WPA/WPS encryption. It also comes with an analyzer and viewer which allow user to further probe and investigation on the intrusion/suspicious packets captured. Additional features such as blacklisting which allow user to monitor specific MACs/Names‘s activities. All information captured can also be saved into pcap files for further investigation.“
class fcolor:
CReset=‘\033[0m‘
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-24 18:37 waidps-master\
文件 544 2014-12-24 18:37 waidps-master\.gitignore
文件 35120 2014-12-24 18:37 waidps-master\LICENSE
文件 426 2014-12-24 18:37 waidps-master\README.md
文件 1447346 2014-12-24 18:37 waidps-master\waidps.py
- 上一篇:verilog hdl常用算法135例
- 下一篇:航空管理系统
相关资源
- QQ消息轰炸机Delphi版,听说效果很好
- elk百度云地址.txt
- GetAlibaba_Setup.rar
- Editor-1.5.4.rar
- y8l7mn.xls
- AdobeAcrobat破解方法.txt
- 最完整的图书管理系统的设计与实现
- whoawho.DDZ.tools.rar
- chensixiao_1952246.zip
- pwd.txt
- 32854数据库系统概论前七章习题解析
- SolutionManualforIntroductiontoLinearAlgebra5t
- Devexpress18.2.7Crack.zip
- 在ROS中与其他器件使用十六进制串口
- Ftp.zip
- 363389zw_stereo_modefilt.zip
- zw_LZ773.zip
- zw_CameraDemo.zip
- zw_jena_study.zip
- zw_STC_sch.zip
- zw_道客巴巴免费器.zip
- zw_socket5proxy.zip
- zw_pscad_1.zip
- zw_Axure原创元件-带遮罩层的弹出框.
- zw_92578197fountaincode.zip
- zw_Photo.zip
- 36个病毒样本熊猫烧香病毒样本.rar
- roboticsvisionandcontrolpdf.txt
- IP拦截转向工具.rar
- 交通灯模拟系统.rar
评论
共有 条评论