Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p7e4/dnsearch
using rapid7 open dns data search subdomain and reverse ip
https://github.com/p7e4/dnsearch
rapid7-opendata subdomain
Last synced: 3 months ago
JSON representation
using rapid7 open dns data search subdomain and reverse ip
- Host: GitHub
- URL: https://github.com/p7e4/dnsearch
- Owner: p7e4
- Archived: true
- Created: 2021-03-30T09:48:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T02:37:50.000Z (over 2 years ago)
- Last Synced: 2024-06-20T01:58:55.393Z (5 months ago)
- Topics: rapid7-opendata, subdomain
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - p7e4/dnsearch - using rapid7 open dns data search subdomain and reverse ip (Go)
README
# dnsearch
using rapid7 open dns data search subdomain and reverse ip
## note
- It is recommended to use https://github.com/Cgboal/SonarSearch
- The process of constructing the data will cost 30+ hours(maybe more) on a normal disk, make sure you have 350G free disk space.## using docker
1. `git clone --depth 1 https://github.com/p7e4/dnsearch`
2. update the download url in the `build.sh`, which can be obtained from https://opendata.rapid7.com/
3. ```docker run -d -e TZ=Asia/Shanghai -p 80:80 --name dnsearch -v `pwd`/dnsearch:/dnsearch ubuntu bash -c "bash /dnsearch/build.sh >> log.txt"```
check the status:
`docker exec -it dnsearch tail log.txt`
## search subdomains
`curl http://localhost/?domain=baidu.com`
## reverse ip
`curl http://localhost/?ip=8.8.8.8`
## ref
- https://p7e4.js.org/2021/04/05/using-rapid7-opendata/
- https://opendata.rapid7.com/