fa
Feedback
Bug Bounty - GitBook

Bug Bounty - GitBook

رفتن به کانال در Telegram
7 456
مشترکین
+1524 ساعت
+227 روز
+18630 روز
آرشیو پست ها
کسی با فیلم آموزش شنا، شنا یاد نمیگیره (: اینم جمله انگیزشی جادی

اینم جمله انگیزشی جادی، برای امروز🥰

OSI Reference Model Cheat Sheet - codelivly.pdf1.82 MB

Almost All About Networking! - Codelivly.pdf2.79 MB

Penetration Testing using Nessus Tool - codelivly.pdf4.20 MB

Recon like Pro.pdf1.27 MB

Foundation of Networking .pdf1.13 MB

سلام به همگی در صورتی که با پلتفرم هکروان کار می کنید، این مقاله رو از دست ندید. https://dollarisho.com/hackerone-registerati
سلام به همگی در صورتی که با پلتفرم هکروان کار می کنید، این مقاله رو از دست ندید. https://dollarisho.com/hackerone-registeration-and-safty

70+ Vital Windows Commands .pdf6.42 KB

Master Shell Scripting Zero to Interview Ready!🔥.pdf1.52 MB

From Day ZeroTo Zero Day-EA.pdf9.10 KB

???
???

Metasploit Handbook Guide For Beginners .pdf27.66 MB

Reverse Shell CheatSheet.pdf2.42 MB

Basic Network Concepts for Hacking.pdf2.33 MB

Linux Commands Cheat Sheet - Codelivly.pdf6.33 MB

🔴Replace subdomains.txt with the filename of your subdomains list.
#!/bin/bash

go install -v github.com/tomnomnom/anew@latest
subdomain_list="subdomains.txt"

for sub in $( ( cat $subdomain_list | rev | cut -d '.' -f 3,2,1 | rev | sort | uniq -c | sort -nr | grep -v '1 ' | head -n 10 && cat subdomains.txt | rev | cut -d '.' -f 4,3,2,1 | rev | sort | uniq -c | sort -nr | grep -v '1 ' | head -n 10 ) | sed -e 's/^[[:space:]]*//' | cut -d ' ' -f 2);do 
    subfinder -d $sub -silent -max-time 2 | anew -q passive_recursive.txt
    assetfinder --subs-only $sub | anew -q passive_recursive.txt
    amass enum -timeout 2 -passive -d $sub | anew -q passive_recursive.txt
    findomain --quiet -t $sub | anew -q passive_recursive.txt
done

🔖Subdomain Enumeration - Recursive 💡Note: This technique is only useful when your target has a large number of multi-level
🔖Subdomain Enumeration - Recursive 💡Note:
This technique is only useful when your target has a large number of multi-level subdomains(not effective for small & medium scope targets). Execute this technique as the final step.
🧑‍💻Workflow: 🔴Step-1
Read the list of subdomains from the file "subdomains.txt".
🔴Step-2
Process the subdomains in two steps: a) Find the Top-10 most frequent occuring Second-Level Domain names with the help of tools like cut, sort, rev, uniq, etc. b) Find the Top-10 most frequent occuring Third-Level domains.
🔴Step-3
Now run passive subdomain enumeration on these 10 Second-level domain names and 10 Third-level domain names using tools like amass, subfinder, assetfinder, findomain.
🔴Step-4
Keep appending the results to passive_recursive.txt file.
🔴Step-5
Now after finding out the a list of domain names, run puredns to DNS resolve them and find the alive subdomains. Replace subdomains.txt with the filename of your subdomains list.
👇🏻Check the Example Script on the next post.

Encoding، Encryption و Hashing
Encoding، Encryption و Hashing

Bug Bounty - GitBook - آمار و تحلیل کانال تلگرام @gitbook_s