Browse Source

Update dockerfile and README

Andrew Chiles 2 năm trước cách đây
mục cha
commit
7e697926ec
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      README.md
  2. 1 1
      dockerfile

+ 1 - 0
README.md

@@ -7,6 +7,7 @@ Domain name selection is an important aspect of preparation for penetration test
 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.
 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](./CHANGELOG) for history of updates and release notes!
 See [CHANGELOG](./CHANGELOG) for history of updates and release notes!
+
 ## Features
 ## Features
 
 
 - Retrieve specified number of recently expired and deleted domains (.com, .net, .org) from ExpiredDomains.net
 - Retrieve specified number of recently expired and deleted domains (.com, .net, .org) from ExpiredDomains.net

+ 1 - 1
dockerfile

@@ -3,7 +3,7 @@
 #run it:
 #run it:
 #docker run -it domainhunter:1.0 [args]
 #docker run -it domainhunter:1.0 [args]
 
 
-FROM ubuntu:16.04
+FROM python:3
 
 
 RUN apt-get update \
 RUN apt-get update \
 	&& apt-get install python3-pip -y\
 	&& apt-get install python3-pip -y\