اختبار شهادة Certified Ethical Hacker (CEH) V13

السؤال 353 من 400

كل الأسئلة

You are starting a web application penetration test and want to grab all links from the main page of https://site.com using Linux command-line tools. Which pipeline best achieves this goal?

الخيارات

  • A dirb https://site.com | grep "site"
  • B curl -s https://site.com | grep "<a href='http" | grep "site.com" | cut -d '"' -f 2
  • C wget https://site.com -q -O - | grep "<a href=.*http" | grep "site.com"
  • D wget https://site.com | cut -d "http" -f 2

النقاشات

لا توجد نقاشات منشورة لهذا السؤال حالياً.