⚡
ejPTv2 Preparation
  • eJPT-Cheatsheet
  • TryHackMe Rooms to Prepare
  • eJPT Preparation Course - PHD Security
  • Other Resources
Powered by GitBook
On this page
  • Zone Transfer
  • WpScan

Was this helpful?

Edit on GitHub

eJPT Preparation Course - PHD Security

PreviousTryHackMe Rooms to PrepareNextOther Resources

Last updated 2 years ago

Was this helpful?

Zone Transfer

dig axfr @10.10.10.123 friendzone.red > zone
cat zone | grep friendzone | grep IN | awk '{print $1}' | sort -u

WpScan

 wpscan --url https://xalgord.in -e ap --plugins-detection aggressive
  • e - enum

  • ap - all plugins