Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 857 Bytes

ReconWithBurp_Suite.md

File metadata and controls

26 lines (20 loc) · 857 Bytes

Recon with BurpSuite

Download and run

java -jar burpsuite_community_v1.7.36.jar

Set scope

  • Scope --> Use advansed scope control --> Add --> host or IP range == target

Scope

Spidering

  • Select all host in sitemap and Spider.
  • Do it again and again if new hosts are noticed.

Recon for new Subdomains

  • Collect new subdimains which is not detected by spider. in request | response body.
(http[s]?:\/\/)?((-)?[\w+\.]){1,20}domain\.com

Note: click + button and check regex && Auto-scroll to match when text changes

ReconSubdomain