Difference between revisions of "Windows Commands"

From SkullSecurity
Jump to navigation Jump to search
Line 1: Line 1:
==Recon==
==Recon==
===nslookup===
===nslookup===
* Types of record: NS, A, HINFO, MX, TXT, CNAME, SOA, RP, PTR, SRV
* Types of record: NS, A, HINFO, MX, TXT, CNAME, SOA, RP, PTR, SRV

Revision as of 21:23, 14 July 2008

Recon

nslookup

  • Types of record: NS, A, HINFO, MX, TXT, CNAME, SOA, RP, PTR, SRV
nslookup <site>
  • Interactive mode:
nslookup
> [name or ip]
> server [server ip]
> set type=any
> ls -d [target_domain] [> filename]
> view [filename]
  • No recurse:
> set norecurse
> set recurse