Skip to content

Commit b05b83c

Browse files
author
İsmail Taşdelen
authored
Update README.md
1 parent c4237f3 commit b05b83c

File tree

1 file changed

+82
-2
lines changed

1 file changed

+82
-2
lines changed

README.md

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,82 @@
1-
# hackertarget
2-
HackerTarget ToolKit
1+
### HackerTarget ToolKit
2+
3+
<p align="center">
4+
<img src="/image/hackertarget.png"
5+
</p>
6+
7+
Use open source tools and network intelligence to help organizations with attack surface discovery and identification of security vulnerabilities. Identification of an organizations vulnerabilities is an impossible task without tactical intelligence on the network footprint. By combining open source intelligence with the worlds best open source security scanning tools, we enable your attack surface discovery. With the ability for Internet assets to be deployed in seconds, the attack surface is more dynamic and ever growing. This very fact makes mapping your external network footprint a hard problem. We aim to provide solutions to solve this problem. Start with our tools for domain and IP address data, then pivot to mapping the exposure with hosted open source scanners. We have developed a linux terminal tool using python programming language through an api which we received from ![HacKerTarget.com](https://hackertarget.com/).
8+
9+
Thank you for your support at ![HacKerTarget.com](https://hackertarget.com/).
10+
11+
##### How do you run it?
12+
13+
```
14+
git clone https://github.com/ismailtasdelen/hackertarget.git
15+
cd hackertarget/
16+
python hackertarget.py
17+
```
18+
19+
##### View :
20+
21+
```
22+
root@ismailtasdelen:~# python hackertarget.py
23+
24+
_ _ _ _
25+
| |_ __ _ __ | |__ ___ _ _ | |_ __ _ _ _ __ _ ___ | |_
26+
| ' \ / _` |/ _|| / // -_)| '_|| _|/ _` || '_|/ _` |/ -_)| _|
27+
|_||_|\__,_|\__||_\_\___||_| \__|\__,_||_| \__, |\___| \__|
28+
|___/
29+
Ismail Tasdelen
30+
| github.com/ismailtasdelen | linkedin.com/in/ismailtasdelen |
31+
32+
33+
[1] Traceroute
34+
[2] Ping Test
35+
[3] DNS Lookup
36+
[4] Reverse DNS
37+
[5] Find DNS Host
38+
[6] Find Shared DNS
39+
[7] Zone Transfer
40+
[8] Whois Lookup
41+
[9] IP Location Lookup
42+
[10] Reverse IP Lookup
43+
[11] TCP Port Scan
44+
[12] Subnet Lookup
45+
[13] HTTP Header Check
46+
[14] Extract Page Links
47+
[15] Exit
48+
49+
Which option number :
50+
```
51+
52+
##### Menu :
53+
54+
* [1] Traceroute
55+
* [2] Ping Test
56+
* [3] DNS Lookup
57+
* [4] Reverse DNS
58+
* [5] Find DNS Host
59+
* [6] Find Shared DNS
60+
* [7] Zone Transfer
61+
* [8] Whois Lookup
62+
* [9] IP Location Lookup
63+
* [10] Reverse IP Lookup
64+
* [11] TCP Port Scan
65+
* [12] Subnet Lookup
66+
* [13] HTTP Header Check
67+
* [14] Extract Page Links
68+
* [15] Exit
69+
70+
##### Cloning an Existing Repository ( Clone with HTTPS )
71+
```
72+
root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/hackertarget.git
73+
```
74+
75+
##### Cloning an Existing Repository ( Clone with SSH )
76+
```
77+
root@ismailtasdelen:~# git clone [email protected]:ismailtasdelen/hackertarget.git
78+
```
79+
80+
##### Reference :
81+
82+
* https://hackertarget.com/

0 commit comments

Comments
 (0)