Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! More than 3000 tools and about 600 posts. https://t.co/D5c2Hm1LG4
GitHub
alphaSeclab/awesome-reverse-engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! - alphaSeclab/awesome-reverse-engineering
What’s Up with WhatsApp - a detailed walk through of Reverse Engineering CVE-2019-3568
SLIDES: https://t.co/TeVPZl3QCi
VIDEO: https://t.co/J1eIRrfuTu
SLIDES: https://t.co/TeVPZl3QCi
VIDEO: https://t.co/J1eIRrfuTu
Gold-Nuggeting : Open-source tool to find outstanding network devices using machine learning on nmap scan report : https://t.co/8db0NtPC9H
GitHub
delvelabs/batea
AI-based, context-driven network device ranking. Contribute to delvelabs/batea development by creating an account on GitHub.
Learn how to exploit Symantec Endpoint Protection on all versions of Windows (CVE-2019-12750). Part 2 of this series by kyREcon delves into a more advanced method of exploitation! https://t.co/1LBcHOkQT7
LRQA
CVE-2019-12750: Symantec Endpoint Protection Local Privilege Escalation – Part 2
In this post we will walk you through a more sophisticated method of exploiting CVE-2019-12750. This is a local privilege escalation vulnerability that affects Symantec Endpoint Protection. The method of exploitation described in this post works, at the…
Bash one liner to take screenshot of web services running on an IP range.
IP="192.168.0"; for p in '80' '443'; do for i in $(seq 0 5); do TAKE_SS=$(cutycapt --url=$IP.$i:$p --out=$IP.$i:$p.png); done; done
IP="192.168.0"; for p in '80' '443'; do for i in $(seq 0 5); do TAKE_SS=$(cutycapt --url=$IP.$i:$p --out=$IP.$i:$p.png); done; done
OpenBSD Local Privilege Escalation Vulnerability (CVE-2019-19726) | Qualys Blog
https://blog.qualys.com/laws-of-vulnerabilities/2019/12/11/openbsd-local-privilege-escalation-vulnerability-cve-2019-19726
https://blog.qualys.com/laws-of-vulnerabilities/2019/12/11/openbsd-local-privilege-escalation-vulnerability-cve-2019-19726
Qualys
OpenBSD Local Privilege Escalation Vulnerability (CVE-2019-19726) | Qualys
Qualys Research Labs discovered a local privilege escalation vulnerability in OpenBSD’s dynamic loader. The vulnerability could allow local users or malicious software to gain full root privileges.
I made Silver public, mass vulnerability scanner 🔥
Github: https://t.co/jGZSPSFqnT
- Scans are resumable by default
- Get notified on Slack if a vulnerability is found
- Designed for large volume scans
- Caches vuln. data to improve performance over time
- Shodan integration
Github: https://t.co/jGZSPSFqnT
- Scans are resumable by default
- Get notified on Slack if a vulnerability is found
- Designed for large volume scans
- Caches vuln. data to improve performance over time
- Shodan integration
GitHub
s0md3v/Silver
Mass scan IPs for vulnerable services. Contribute to s0md3v/Silver development by creating an account on GitHub.
WhatsApp Protocol Decryption Burp Tool
https://t.co/SVlBsZou50
https://t.co/SVlBsZou50
GitHub
romanzaikin/BurpExtension-WhatsApp-Decryption-CheckPoint
This tool was created during our research at Checkpoint Software Technologies on Whatsapp Protocol (This repository will be updated after BlackHat 2019) - romanzaikin/BurpExtension-WhatsApp-Decrypt...