-
Notifications
You must be signed in to change notification settings - Fork 1
Using the python module
Suman Basuli edited this page Oct 28, 2020
·
1 revision
Importing the module:
import DomFu as dfThe modules mentioned in this section takes in a string(s) as an input and returns a python list. If a certain module fails to retrieve domain names or finds no domain name then it will return an empty python list. You can always refer to the python docstring if you are stuck.
- crt.sh
df.fetchCrtSh(domain)- Bufferover.run
df.fetchBufferOverRun(domain)- Hackertarget
df.fetchHackerTarget(domain)- Threatcrowd
df.fetchThreatCrowd(domain)- Virustotal
df.fetchVirusTotal(dom)- Shodan
df.fetchShodan(domain, api_key)- Chaos
df.fetchChaos(domain, api_key)DomFu comes with a default domain prober to validate your domain names. It checks for HTTP and HTTPS services which are running. You can use the same light-weight prober used in DomFu by importing the module:
df.Probe(dom _lst)The prober takes in a python list and gives out a python list as an output.
© Tropyl 2020