Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ dnsearch Public archive

using rapid7 open dns data search subdomain and reverse ip

Notifications You must be signed in to change notification settings

p7e4/dnsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnsearch

using rapid7 open dns data search subdomain and reverse ip

note

  • It is recommended to use https:/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:/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

About

using rapid7 open dns data search subdomain and reverse ip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published