Using Nuclei The Right Way

Описание к видео Using Nuclei The Right Way

Use this video as a guide for Nuclei by projectdiscovery. You will find tips on what you should and should not do to improve efficiency, bypass basic WAF rules, etc.

The script used in the video to fetch WordPress endpoints:
for i in `grep -R tags | grep wordpress | grep yaml | awk -F: '{print $1}'`; do cat $i | grep 'BaseURL}}/' | awk -F '{{BaseURL}}' '{print $2}' | sed 's/"//g' | sed "s/'//g"; done

Note: You should run this on ~/nuclei-templates/http directory.
---
Patreon: https://ott3rly.com/patreon
Twitter: https://ott3rly.com/twitter
Discord: https://ott3rly.com/discord
Get a $200, 60-day credit for DigitalOcean: https://ott3rly.com/do
NordVPN: https://ott3rly.com/NordVPN
Domain: https://ott3rly.com/123-reg-co-uk

Timestamps:
0:00 - Intro
0:49 - Tip 1
4:06 - Tip 2
6:42 - Tip 3
7:43 - Bonus Tip
13:26 - Final Stuff

Disclaimer: This channel is strictly educational for learning about ethical hacking and penetration testing so that we can protect ourselves against real hackers. Hacking without permission is illegal so always ensure you have proper authorization before using security tools in any network environment.

#bugbounty #ethicalhacking #infosec #cybersecurity #itsecurity

Комментарии

Информация по комментариям в разработке