• 大小: 0.32M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: 其他  

资源简介

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

评论

共有 条评论