malware-research
malware-research copied to clipboard
Code written as part of our various malware investigations
This is a question rather than an issue, but I am running kr00k.py and don't see any change in my victim's state (I'm running wpa_supplicant on a machine as my...
` scapy.error.Scapy_Exception: Failed to attach filter: tcpdump returned: b'tcpdump: 802.11 link-layer types supported only on 802.11\n' ` quick googling says that tcpdump requires something like: ` tcpdump -i wlan0 --linktype=IEEE802_11...
Checks for Ebury abstract Unix Domain socket based on regex. Implemented to check the known socket names first and, if none found, the generic "regex" name last. based on https://github.com/hackerschoice/hackshell