Giter Club home page Giter Club logo

domainhunter's Introduction

Domain Hunter

Authors Joe Vest (@joevest) & Andrew Chiles (@andrewchiles)

Domain name selection is an important aspect of preparation for penetration tests and especially Red Team engagements. Commonly, domains that were used previously for benign purposes and were properly categorized can be purchased for only a few dollars. Such domains can allow a team to bypass reputation based web filters and network egress restrictions for phishing and C2 related tasks.

This Python based tool was written to quickly query the Expireddomains.net search engine for expired/available domains with a previous history of use. It then optionally queries for domain reputation against services like Symantec Site Review (BlueCoat), IBM X-Force, and Cisco Talos. The primary tool output is a timestamped HTML table style report.

See CHANGELOG for history of updates and release notes!

Features

  • Retrieve specified number of recently expired and deleted domains (.com, .net, .org) from ExpiredDomains.net
    • Note: You will need credentials from expireddomains.net for full functionality
  • Retrieve available domains based on keyword search from ExpiredDomains.net
  • Perform reputation checks against the Symantec WebPulse Site Review (BlueCoat), IBM x-Force, and Cisco Talos
  • Sort results by domain age (if known) and filter for reputation
  • Text-based table and HTML report output with links to reputation sources and Archive.org entry

Installation

Direct Installation

Install Python requirements

pip3 install -r requirements.txt

Optional - Install additional OCR support dependencies

  • Debian/Ubuntu: apt-get install tesseract-ocr python3-pil

  • MAC OSX: brew install tesseract

pipenv installation

pipenv --python 3.7
pipenv install

Optional - Install additional OCR support dependencies

  • Debian/Ubuntu: apt-get install tesseract-ocr python3-pil

Docker

  1. Build the image docker build -t domainhunter .

  2. Run it with your arguments docker run -it domainhunter [args]

Usage

usage: domainhunter.py [-h] [-a] [-k KEYWORD] [-c] [-f FILENAME] [--ocr]
                    [-r MAXRESULTS] [-s SINGLE] [-t {0,1,2,3,4,5}]
                    [-w MAXWIDTH] [-V]

Finds expired domains, domain categorization, and Archive.org history to determine good candidates for C2 and phishing domains

optional arguments:
-h, --help            show this help message and exit
-a, --alexa           Filter results to Alexa listings
-k KEYWORD, --keyword KEYWORD
                        Keyword used to refine search results
-c, --check           Perform domain reputation checks
-f FILENAME, --filename FILENAME
                        Specify input file of line delimited domain names to
                        check
--ocr                 Perform OCR on CAPTCHAs when challenged
-r MAXRESULTS, --maxresults MAXRESULTS
                        Number of results to return when querying latest
                        expired/deleted domains
-s SINGLE, --single SINGLE
                        Performs detailed reputation checks against a single
                        domain name/IP.
-t {0,1,2,3,4,5}, --timing {0,1,2,3,4,5}
                        Modifies request timing to avoid CAPTCHAs. Slowest(0)
                        = 90-120 seconds, Default(3) = 10-20 seconds,
                        Fastest(5) = no delay
-w MAXWIDTH, --maxwidth MAXWIDTH
                        Width of text table
-V, --version         show program's version number and exit

Examples:
./domainhunter.py -k apples -c --ocr -t5
./domainhunter.py --check --ocr -t3
./domainhunter.py --single mydomain.com
./domainhunter.py --keyword tech --check --ocr --timing 5 --alexa
./domaihunter.py --filename inputlist.txt --ocr --timing 5

Use defaults to check for most recent 100 domains and check reputation

python3 ./domainhunter.py

Search for 1000 most recently expired/deleted domains, but don't check reputation

python3 ./domainhunter.py -r 1000

Perform all reputation checks for a single domain

python3 ./domainhunter.py -s mydomain.com

[*] Downloading malware domain list from http://mirror1.malwaredomains.com/files/justdomains

[*] Fetching domain reputation for: mydomain.com
[*] BlueCoat: mydomain.com
[+] mydomain.com: Technology/Internet
[*] IBM xForce: mydomain.com
[+] mydomain.com: Communication Services, Software as a Service, Cloud, (Score: 1)
[*] Cisco Talos: mydomain.com
[+] mydomain.com: Web Hosting (Score: Neutral)

Perform all reputation checks for a list of domains at max speed with OCR of CAPTCHAs

python3 ./domainhunter.py -f <domainslist.txt> -t 5 --ocr

Search for available domains with keyword term of "dog", max results of 25, and check reputation

python3 ./domainhunter.py -k dog -r 25 -c

 ____   ___  __  __    _    ___ _   _   _   _ _   _ _   _ _____ _____ ____
|  _ \ / _ \|  \/  |  / \  |_ _| \ | | | | | | | | | \ | |_   _| ____|  _ \
| | | | | | | |\/| | / _ \  | ||  \| | | |_| | | | |  \| | | | |  _| | |_) |
| |_| | |_| | |  | |/ ___ \ | || |\  | |  _  | |_| | |\  | | | | |___|  _ <
|____/ \___/|_|  |_/_/   \_\___|_| \_| |_| |_|\___/|_| \_| |_| |_____|_| \_\

Expired Domains Reputation Checker
Authors: @joevest and @andrewchiles

DISCLAIMER: This is for educational purposes only!
It is designed to promote education and the improvement of computer/cyber security.
The authors or employers are not liable for any illegal act or misuse performed by any user of this tool.
If you plan to use this content for illegal purpose, don't.  Have a nice day :)

[*] Downloading malware domain list from http://mirror1.malwaredomains.com/files/justdomains

[*] Fetching expired or deleted domains containing "dog"
[*]  https://www.expireddomains.net/domain-name-search/?q=dog

[*] Performing domain reputation checks for 8 domains.
[*] BlueCoat: doginmysuitcase.com
[+] doginmysuitcase.com: Travel
[*] IBM xForce: doginmysuitcase.com
[+] doginmysuitcase.com: Not found.
[*] Cisco Talos: doginmysuitcase.com
[+] doginmysuitcase.com: Uncategorized

domainhunter's People

Contributors

acole76 avatar andrewchiles avatar davidlebr1 avatar edgesync avatar ua3 avatar vestjoe avatar yogisec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

domainhunter's Issues

[-] Missing dependencies: No module named texttable

I have this error

:~$ python ./domainhunter.py
Expired Domains Reputation Check
[-] Missing dependencies: No module named texttable
[*] Install required dependencies by running `pip install -r requirements.txt`
:~$ pip install -r requirements.txt
Requirement already satisfied: requests==2.13.0 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: texttable==0.8.7 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: beautifulsoup4==4.5.3 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: lxml in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4))
:~$ pip install texttable
Requirement already satisfied: texttable in /home/user/.local/lib/python3.5/site-packages

How its possible downloads the expireddomains domain list ?

Because I'm a new user I got the next notification from the website :

"Some features are only available one month after signup. You have to wait another 30 days for them to be enabled automatically for your account.
CSV/Textfile Export
Deleted Archive Lists"

What password to enter?

When I start the script, it asks me for a password, but I have no idea which one to enter.

Can someone guide me?

_   ___  __  __    _    ___ _   _   _   _ _   _ _   _ _____ _____ ____  
|  _ \ / _ \|  \/  |  / \  |_ _| \ | | | | | | | | | \ | |_   _| ____|  _ \ 
| | | | | | | |\/| | / _ \  | ||  \| | | |_| | | | |  \| | | | |  _| | |_) |
| |_| | |_| | |  | |/ ___ \ | || |\  | |  _  | |_| | |\  | | | | |___|  _ < 
|____/ \___/|_|  |_/_/   \_\___|_| \_| |_| |_|\___/|_| \_| |_| |_____|_| \_\ 

Expired Domains Reputation Checker
Authors: @joevest and @andrewchiles

DISCLAIMER: This is for educational purposes only!
It is designed to promote education and the improvement of computer/cyber security.  
The authors or employers are not liable for any illegal act or misuse performed by any user of this tool.
If you plan to use this content for illegal purpose, don't.  Have a nice day :)

[*] Downloading malware domain list from http://mirror1.malwaredomains.com/files/justdomains

Password: 
[!] Login failed

error using argument -w

C:\DL>domainhunter.py -k pro -w 5


| _ \ / _ | / | / \ |_ | \ | | | | | | | | | \ | | | | _
| | | | | | | |/| | / _ \ | || | | | |
| | | | | | | | | | | | |) |
| |
| | |
| | | | |/ ___ \ | || |\ | | _ | |
| | |\ | | | | |
| _ <
|
/ ___/|| |// ____|| _| || ||_/|| _| || |___|_| _\

Expired Domains Reputation Checker
Authors: @joevest and @andrewchiles

DISCLAIMER: This is for educational purposes only!
It is designed to promote education and the improvement of computer/cyber security.
The authors or employers are not liable for any illegal act or misuse performed by any user of this tool.
If you plan to use this content for illegal purpose, don't. Have a nice day :)

[*] Downloading malware domain list from http://mirror1.malwaredomains.com/files/justdomains

[] Fetching expired or deleted domains containing "pro"
[
] https://www.expireddomains.net/domain-name-search/?q=pro&fwhois=22&falexa=1
[] https://www.expireddomains.net/domain-name-search/?start=25&q=pro&fwhois=22&falexa=1
[
] https://www.expireddomains.net/domain-name-search/?start=50&q=pro&fwhois=22&falexa=1
[*] https://www.expireddomains.net/domain-name-search/?start=75&q=pro&fwhois=22&falexa=1

[*] 78 of 78 domains discovered with a potentially desireable categorization!

[] Search complete
[
] Log written to 20180818_113249_domainreport.html

Traceback (most recent call last):
File "C:\domainhunter-master\domainhunter.py", line 653, in
print(drawTable(header,sortedDomains))
File "C:\domainhunter-master\domainhunter.py", line 283, in drawTable
return(t.draw())
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\site-packages\texttable.py", line 372, in draw
out += self._draw_line(self._header, isheader=True)
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\site-packages\texttable.py", line 547, in _draw_line
line = self._splitit(line, isheader)
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\site-packages\texttable.py", line 586, in _splitit
array.extend(textwrap.wrap(c, width))
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\textwrap.py", line 379, in wrap
return w.wrap(text)
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\textwrap.py", line 354, in wrap
return self._wrap_chunks(chunks)
File "C:\Users\jaimin26783\AppData\Local\Programs\Python\Python36-32\lib\textwrap.py", line 248, in _wrap_chunks
raise ValueError("invalid width %r (must be > 0)" % self.width)
ValueError: invalid width -3 (must be > 0)

Problem with login

Hello,

function:
./domainhunter.py -k apples -c --ocr -t5

i got error mssg:
[-] Error: ExpiredDomains.net requires a username! Use the --username parameter

When i insert login and password in file

Traceback (most recent call last):
File "./domainhunter.py", line 427, in
parser.add_argument("-u", "--username", required=False, default=my_login, type=str, help="username for expireddomain.net")
NameError: name 'my_login' is not defined

However "my_login" working fine when i authorize in browser...

Error when I run the script

Hello,

When I run the script python3 ./domainhunter.py -s mydomain.com I have this error:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 158, in _new_conn
    conn = connection.create_connection(
  File "/usr/local/lib/python3.9/dist-packages/urllib3/util/connection.py", line 57, in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 597, in urlopen
    httplib_response = self._make_request(conn, method, url,
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 343, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 839, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 301, in connect
    conn = self._new_conn()
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connection.py", line 167, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7fa77e2d0c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/local/lib/python3.9/dist-packages/urllib3/connectionpool.py", line 637, in urlopen
    retries = retries.increment(method, url, error=e, _pool=self,
  File "/usr/local/lib/python3.9/dist-packages/urllib3/util/retry.py", line 399, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='gitlab.com', port=443): Max retries exceeded with url: /gerowen/old-malware-domains-ad-list/-/raw/master/malwaredomainslist.txt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fa77e2d0c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/PNTST/RECON/Domain-Expirated/domainhunter/./domainhunter.py", line 537, in <module>
    maldomains = downloadMalwareDomains(malwaredomainsURL)
  File "/opt/PNTST/RECON/Domain-Expirated/domainhunter/./domainhunter.py", line 294, in downloadMalwareDomains
    response = s.get(url=url,headers=headers,verify=False,proxies=proxies)
  File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='gitlab.com', port=443): Max retries exceeded with url: /gerowen/old-malware-domains-ad-list/-/raw/master/malwaredomainslist.txt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fa77e2d0c10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))


Anyone can help me ?

A greeting and thanks

License?

Hi there, could you let us know what license is used for this project?

AttributeError: 'NoneType' object has no attribute 'format'

When I run the program I got
python3 ./domainhunter.py

[-] Error reaching:{} Status: {}
Traceback (most recent call last):
File "./domainhunter.py", line 494, in
maldomains = downloadMalwareDomains(malwaredomainsURL)
File "./domainhunter.py", line 263, in downloadMalwareDomains
print("[-] Error reaching:{} Status: {}").format(url, response.status_code)
AttributeError: 'NoneType' object has no attribute 'format'

How fix it?

BlueCoat - 400 response

The BlueCoat service seems to have changed. The current payload returns a Bad Request error.

Expired domains blocking accout

Hi!
Thanks for implementing a feature, but as I can see, expireddomains blocking accounts for a several queries from my side via domainhunter.

Maybe it will be good idea to cache all exp domains for one query first and then do search in local disk file?

Mcafeewg notdefined error

I am getting the following error.

Code shows this for version:

version = "20221025"

[*] https://member.expireddomains.net/domains/combinedexpired/?fwhois=22&fadult=1&start=0&ftlds[]=2&ftlds[]=3&ftlds[]=4&flimit=100&fdomain=&fdomainstart=&fdomainend=&falexa=0
Traceback (most recent call last):
File "domainhunter.py", line 754, in
data.append([domain,birthdate,archiveentries,availabletlds,status,bluecoat,ibmxforce,ciscotalos,umbrella,mcafeewg])
NameError: name 'mcafeewg' is not defined

Cannot install Pillow on MacOS Catalina

During initial installation of the requirements.txt, I get an error during the install of Pillow. There's LOTS of red text, but at the bottom there's this: "The headers or library files could not be found for zlib, a required dependency when compiling Pillow from source."

'NoneType' object has no attribute 'findAll'

Looks like there's an unhandled beautifulsoup error?

[*] Downloading malware domain list from http://mirror1.malwaredomains.com/files/justdomains
[*] Fetching expired or deleted domains...
[*]  https://www.expireddomains.net/backorder-expired-domains?start=0&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-com-domains/?start=0&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-net-domains/?start=0&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-org-domains/?start=0&o=changed&r=a
[*]  https://www.expireddomains.net/backorder-expired-domains?start=25&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-com-domains/?start=25&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-net-domains/?start=25&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-org-domains/?start=25&o=changed&r=a
[*]  https://www.expireddomains.net/backorder-expired-domains?start=50&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-com-domains/?start=50&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-net-domains/?start=50&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-org-domains/?start=50&o=changed&r=a
[*]  https://www.expireddomains.net/backorder-expired-domains?start=75&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-com-domains/?start=75&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-net-domains/?start=75&o=changed&r=a
[*]  https://www.expireddomains.net/deleted-org-domains/?start=75&o=changed&r=a
'NoneType' object has no attribute 'findAll'

List Index Out of Range - Line 538

Hello everyone,

I apologize if this is an easy question but I am relatively new.

I installed pycharm as my IDE and installed all the packages required (except that I updated pillow to 7.0.0 as I was getting an error while trying to install the 5.0.0) and installed it on Windows.

I successfully ran a command and entered my password and it successfully logged in ExpiredDomains. However, the code gave me the following error (added a line of code that would tell me where the error is)

For the record - I did not know how to install the Dockerfile, if that is the problem maybe someone could explain? would be really appreciated.

The command that I used was: python ./domainhunter.py -r 10

[+] Login successful. ExpiredDomainssessid: ****************** lo4 lo4 [*] https://member.expireddomains.net/domains/combinedexpired/?fwhois=22&fadult=1&start=0&ftlds[]=2&ftlds[]=3&ftlds[]=4&flimit=10&fdomain=&fdomainstart=&fdomainend=&falexa=0 EXCEPTION IN (./domainhunter.py, LINE 538 "tbody = table[0].select("tbody tr")"): list index out of range [-] No domain results found or none are currently available for purchase!
Could someone please help?

MXToolbox reputation checking is broken

The service has removed the original endpoints used to query SPAM and Google Safe Browsing lists. There is a new API that returns JSON objects and is heavily reliant on JS to format the requests correctly. Any malformed request results in an IP block that requires CAPTCHA completion to remove.

All HTTP GETs

  1. https://mxtoolbox.com/domain/apples.com/ -> Initial request to the service
  2. https://mxtoolbox.com/api/v1/user -> Returns JSON that is subsequently used as cookie parameter and also an HTTP header in the GET. Need to parse and manually update requests session cookie jar and create custom HTTP headers
  3. https://mxtoolbox.com/api/v1/lookup/blacklist/apples.com -> Returns JSON with blacklist lookup results. All we really need to check is presence of records in "Failed" or "Warnings"
{
  "UID": null,
  "ArgumentType": "hostname",
  "Command": "blacklist",
  "IsTransitioned": false,
  "CommandArgument": "nwk-aaemail-lapp01.apple.com",
  "TimeRecorded": "2020-02-05T15:54:56.7293086-06:00",
  "ReportingNameServer": null,
  "TimeToComplete": "328",
  "RelatedIP": "17.151.62.66",
  "ResourceRecordType": 0,
  "IsEmptySubDomain": false,
  "IsEndpoint": true,
  "HasSubscriptions": false,
  "AlertgroupSubscriptionId": null,
  "Failed": [],
  "Warnings": [],
  "Passed": [
    {
      "ID": 333,
      "Name": "BSB Domain",
      "Url": "https://mxtoolbox.com/Problem/blacklist/BSB-Domain?page=prob_blacklist&showlogin=1&hidetoc=1&action=blacklist:nwk-aaemail-lapp01.apple.com",
      "PublicDescription": null,
      "BlacklistResponseTime": "0",
      "IsExcludedByUser": false
    },
    SNIP
  ],
  "Errors": [],
  "IsError": false,
  "Information": [
    {
      "DNS Resolution": "nwk-aaemail-lapp01.apple.com was resolved to 17.151.62.66."
    }
  ],
  "MultiInformation": [],
  "IsBruteForce": false,
  "Transcript": [
    {
      "Transcript": "DNS - Load Balancers\r\nLookupServer 328ms\r\n"
    }
  ],
  "MxRep": 100,
  "EmailServiceProvider": null,
  "DnsServiceProvider": null,
  "DnsServiceProviderIdentifier": null,
  "RelatedLookups": [
    {
      "Name": "dns lookup",
      "URL": "https://mxtoolbox.com/api/v1/lookup/a/nwk-aaemail-lapp01.apple.com",
      "Command": "a",
      "CommandArgument": "nwk-aaemail-lapp01.apple.com"
    },
    {
      "Name": "smtp diag",
      "URL": "https://mxtoolbox.com/api/v1/lookup/smtp/nwk-aaemail-lapp01.apple.com",
      "Command": "smtp",
      "CommandArgument": "nwk-aaemail-lapp01.apple.com"
    },
    {
      "Name": "http test",
      "URL": "https://mxtoolbox.com/api/v1/lookup/http/nwk-aaemail-lapp01.apple.com",
      "Command": "http",
      "CommandArgument": "nwk-aaemail-lapp01.apple.com"
    }
  ]
}

Error: 'NoneType' object is not callable

I have ran the following commands:

  • ./domainhunter.py -k -r 1000 -c
  • python domainhunter.py -k -r 1000 -c
  • python3 domainhunter.py -k -r 1000 -c

There are two separate issues:

Error #1
('[!] Error: ', AttributeError("'NoneType' object has no attribute 'find_all'",))

image

I changed "findAll" to "find_all" as the previous syntax was for BeautifulSoup3 and it is now importing bs4. After trying to run the command again, I stumbled upon the next error.

Error #2
image

The assumption is that there is an error within the query, but I have not had much fixing it. Was wondering if you had a quick fix for it. Thank you!

Cisco and Bluecoat issues

Hello, these two checks are giving errors. any ideas?

[*] Fetching domain reputation for: google.com
[*] BlueCoat: google.com
[+] google.com: HTTP Error (400-) - Is your IP blocked?
[*] IBM xForce: google.com
[+] google.com: Search Engines / Web Catalogues / Portals, (Score: 1)
[*] Cisco Talos: google.com
[-] Error retrieving Talos reputation! Expecting value: line 1 column 1 (char 0)
[+] google.com: error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.