|
@@ -1,4 +1,24 @@
|
|
# ADNEX
|
|
# ADNEX
|
|
|
|
|
|
ADNEX - Aroz Domain Name EXtraction Program
|
|
ADNEX - Aroz Domain Name EXtraction Program
|
|
-A simple sample for showcasing that you can extract free domain name from your ISP using DNS
|
|
|
|
|
|
+
|
|
|
|
+A simple sample for showcasing that you can extract free domain name from your ISP using DNS
|
|
|
|
+
|
|
|
|
+## Installation
|
|
|
|
+```
|
|
|
|
+git clone http://git.hkwtc.org/TC/ADNEX
|
|
|
|
+cd ./ADNEX
|
|
|
|
+go build
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+## Usage
|
|
|
|
+```
|
|
|
|
+# Default usage
|
|
|
|
+./adnex
|
|
|
|
+Your public IP address is: xxx.xxx.xxx.xxx
|
|
|
|
+Your free domain assigned by ISP is: [host-xxx.xxx-xxx-xxx.static.totalbb.net.tw.]
|
|
|
|
+
|
|
|
|
+# Disable verbal outputs, use for piping output to other commands
|
|
|
|
+./adnex.exe -v=false
|
|
|
|
+host-xxx.xxx-xxx-xxx.static.totalbb.net.tw
|
|
|
|
+```
|