mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-22 06:33:45 +00:00
Merge pull request #94 from Luci-d/patch-1
Add Spyse to network discovery
This commit is contained in:
commit
6a11a6c670
@ -3,6 +3,7 @@
|
|||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
- [Nmap](#nmap)
|
- [Nmap](#nmap)
|
||||||
|
- [Spyse](#spyse)
|
||||||
- [Masscan](#masscan)
|
- [Masscan](#masscan)
|
||||||
- [Netdiscover](#netdiscover)
|
- [Netdiscover](#netdiscover)
|
||||||
- [Responder](#responder)
|
- [Responder](#responder)
|
||||||
@ -97,6 +98,33 @@ Host script results:
|
|||||||
List Nmap scripts : ls /usr/share/nmap/scripts/
|
List Nmap scripts : ls /usr/share/nmap/scripts/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Spyse
|
||||||
|
* Spyse API - for detailed info is better to check [Spyse](https://spyse.com/)
|
||||||
|
|
||||||
|
* [Spyse Wrapper](https://github.com/zeropwn/spyse.py)
|
||||||
|
|
||||||
|
#### Searching for subdomains
|
||||||
|
```bash
|
||||||
|
spyse -target xbox.com --subdomains
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Reverse IP Lookup
|
||||||
|
```bash
|
||||||
|
spyse -target 52.14.144.171 --domains-on-ip
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Searching for SSL certificates
|
||||||
|
```bash
|
||||||
|
spyse -target hotmail.com --ssl-certificates
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
spyse -target "org: Microsoft" --ssl-certificates
|
||||||
|
```
|
||||||
|
#### Getting all DNS records
|
||||||
|
```bash
|
||||||
|
spyse -target xbox.com --dns-all
|
||||||
|
```
|
||||||
|
|
||||||
## Masscan
|
## Masscan
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
Loading…
Reference in New Issue
Block a user