eJPT Preparation Course - PHD Security

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

Last updated

Was this helpful?