Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .github/workflows/pythonapp.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
# Domain Hunter

Authors Joe Vest (@joevest) & Andrew Chiles (@andrewchiles)
## The following updates have been implemented from the latest current version of [domainhunter](https://github.com/threatexpress/domainhunter)

* Updated Trellix (McAfee) Web Gateway (Cloud) reputation checking
* Updated Bluecoat check with SeleniumBase implementation to bypass Cloudflare turnstile
* Updated CISCO Talos check with SeleniumBase implementation to bypass antibot system
* Added a delay (in seconds) parameter to bypass DDoS antibot system (Distil / Imperva / Datadadome / CloudFlare IUAM)

## Installing Chrome and ChromeDriver using SeleniumBase (Required)

```shell
sbase install chrome latest
sbase install chromedriver latest
```

# Introduction

Authors Joe Vest (@joevest) & Andrew Chiles (@andrewchiles) & Updated by @froyo75

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.

## Changelog

- 25 February 2025
+ Updated Bluecoat check with SeleniumBase implementation to bypass Cloudflare turnstile
+ Updated CISCO Talos check with SeleniumBase implementation to bypass antibot system

- 07 January 2021
+ Fix Symantec Site Review (Bluecoat) reputation checking to bypass XSRF and additional POST parameter checks
+ Temporary fix for broken malware domains link. This service is no longer offered in the form used by DomainHunter.
Expand Down
18 changes: 0 additions & 18 deletions dockerfile

This file was deleted.

Loading