Just released subfinder v2.0. It's now faster, better and more clean. Get it now at https://t.co/gHGXx7xM7T
GitHub
projectdiscovery/subfinder
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing. - projectdiscov...
Fast DNS servers:
64.6.64.6 - verisign
1.1.1.1 - cloudflare
9.9.9.9 - quad9
84.200.69.80 - dnswatch
94.247.43.254 - opennic
89.233.43.71 - censurfridns
94.130.110.185 - dnsprivacy
208.67.222.222 - opendns
64.6.64.6 - verisign
1.1.1.1 - cloudflare
9.9.9.9 - quad9
84.200.69.80 - dnswatch
94.247.43.254 - opennic
89.233.43.71 - censurfridns
94.130.110.185 - dnsprivacy
208.67.222.222 - opendns
i have finished building my github repository which talk about #OSINT.a very important repository for ethical hackers and and #BugBounty hunters and of course #OSINT lovers
the repository for now contain 100 tips and it will get daily updates
https://t.co/gNMSDGULS6
the repository for now contain 100 tips and it will get daily updates
https://t.co/gNMSDGULS6
GitHub
blaCCkHatHacEEkr/OSINT_TIPS
This repository was created and developed by Ammar Amer @cry__pto Only. Updates to this repository will continue to arrive until the number of TIPS reach 1000 TIPS .Learn Ethical Hacking and penetr...
I created a small list of Open Redirect vulnerabilities that I found during participating in bug bounty programs https://t.co/KqFo2ohamx
GitHub
w9w/Open_Redirects_list
-. Contribute to w9w/Open_Redirects_list development by creating an account on GitHub.
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