bugbountygroup | Unsorted

Telegram-канал bugbountygroup - Bug bounty chat

3186

Talk and help about bugbounty

Subscribe to a channel

Bug bounty chat

you have control on 'for how much time, subdomain enumeration should go on before handing out the clean output of only subdomain names'

Читать полностью…

Bug bounty chat

amass enum -d google.com | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'

Читать полностью…

Bug bounty chat

-o subdomain.txt delete

Читать полностью…

Bug bounty chat

amass enum -d google.com -o subdomains.txt
grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt > subdomains_filtered.txt

Читать полностью…

Bug bounty chat

just make an empty file then type those commands

Читать полностью…

Bug bounty chat

here's rewritten command:


amass enum -d google.com -o subdomains.txt | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt

Читать полностью…

Bug bounty chat

amass enum -d google.com | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt
grep: subdomains.txt: No such file or directory

Читать полностью…

Bug bounty chat

try this:

amass enum -d google.com | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt

Читать полностью…

Bug bounty chat

Help me, I want to find Subdo with amass How do I enter the correct command so that only subdomains are displayed

Читать полностью…

Bug bounty chat

I guess you are new to the field

Читать полностью…

Bug bounty chat

Chance of duplicate is lower than 10% on manuel test. Nuclei and any automation tool is higher than 90%

Читать полностью…

Bug bounty chat

Teh that's fuzzing which is essential

Читать полностью…

Bug bounty chat

You arent testing thousands of hosts manually tho, nuclei is one of the best tools out there to scale big numbers

Читать полностью…

Bug bounty chat

Nuclei has basically no false positives

Читать полностью…

Bug bounty chat

Manual bug hunt > automated

Читать полностью…

Bug bounty chat

another custom command, which waits for some seconds for subdomain enumeration in background and then lists out only the subdomains without any additional information

Читать полностью…

Bug bounty chat

amass enum -d google.com | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' > subdomains.txt

Читать полностью…

Bug bounty chat

Not Amas can't do all of that

Читать полностью…

Bug bounty chat

ehsahil/recon-my-way-82b7e5f62e21" rel="nofollow">https://medium.com/@ehsahil/recon-my-way-82b7e5f62e21

Читать полностью…

Bug bounty chat

amass enum -d google.com -o subdomains.txt | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt

Читать полностью…

Bug bounty chat

Do I have to create a subdomain.txt file first?

Читать полностью…

Bug bounty chat

amass enum -d google.com | grep -Eo '[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}' subdomains.txt

Читать полностью…

Bug bounty chat

Please tell me a good subdomain finder tool other than subfinder

Читать полностью…

Bug bounty chat

Can I become your friend

Читать полностью…

Bug bounty chat

If all you do is running default nuclei, the tool isnt the problem

Читать полностью…

Bug bounty chat

You find dups regardless of the tool or manual test you do if someone came first 🤷‍♂

Читать полностью…

Bug bounty chat

What about Duplicates?

Читать полностью…

Bug bounty chat

I agree. There is nothing better than manual when it comes this. The only way I’d ever use a manual process is when trying different payloads for a specific function like xss or path traversal with intruder

Читать полностью…

Bug bounty chat

A 6yo old kid will find less false positive than automated tool 🔧

Читать полностью…

Bug bounty chat

to HELP ME not HUNT FOR ME

Читать полностью…
Subscribe to a channel