Skip to content

thealper2/dom-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dom-s

Bir domain hakkında bilgiler öğrenmeye yarayan bir araçtır.

Gereksinimler

ssh-brute aşağıdaki kütüphaneleri kullanır.

  • Colorama
  • Dnspython
  • Whois
  • Requests

Kurulumu

Projeyi klonlamak için;

git clone https://github.com/thealper2/dom-s.git

Gerekli kütüphaneleri kurmak için;

python -m pip install -r requirements.txt

Kullanımı

Parametre Kullanımı
-d Sorgu yapılacak domaini belirtmek için kullanılır.
-w Alt domainleri bulmak için kullanılacak wordlist dosyasını belirtmek için kullanılır.
-q WHOIS sorgusu yapmak için kullanılır.
-r DNS Resolve
usage: dom-s.py [-h] -d D [-w W] [-q] [-r]

domain search

options:
  -h, --help  show this help message and exit
  -d D        domain
  -w W        subdomain wordlist
  -q          WHOIS query
  -r          DNS Resolve

Örnekler

python3 dom-s.py -d TARGET_DOMAIN -r
python3 dom-s.py -H TARGET_IP -q
python3 dom-s.py -H TARGET_IP -w subdomains.txt

About

Domain Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages