Skip to content

Commit ee1bd46

Browse files
author
netevert
committed
minor fixes
1 parent b8ad61b commit ee1bd46

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

README.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
![Icon](https://github.com/netevert/pockint/blob/master/docs/icon.png)
22
=======
3-
![made with python](https://img.shields.io/badge/-made%20with%20python-blue.svg?logo=python&style=flat-square&link=https://www.python.org//right&logoColor=white)
3+
[![made with python](https://img.shields.io/badge/-made%20with%20python-blue.svg?logo=python&style=flat-square&logoColor=white)](https://www.python.org)
44
![Supported platforms](https://img.shields.io/badge/platform-Windows%20|%20Linux-informational.svg?style=flat-square)
55
[![GitHub release](https://img.shields.io/github/release/netevert/pockint.svg?style=flat-square)](https://github.com/netevert/pockint/releases)
66
[![GitHub last commit](https://img.shields.io/github/last-commit/netevert/pockint.svg?style=flat-square)](https://github.com/netevert/pockint/commit/master)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&logo=github)](http://makeapullrequest.com)
88
![GitHub All Releases](https://img.shields.io/github/downloads/netevert/pockint/total.svg?style=flat-square)
9+
[![Twitter Follow](https://img.shields.io/twitter/follow/netevert.svg?style=social)](https://twitter.com/netevert)
910

1011
POCKINT (a.k.a. Pocket Intelligence) is the OSINT swiss army knife for DFIR/OSINT professionals. Designed to be a lightweight and portable GUI program (to be carried within USBs or investigation VMs), it provides users with essential OSINT capabilities in a compact form factor: POCKINT's input box accepts typical indicators (URL, IP, MD5) and gives users the ability to perform basic OSINT data mining tasks in an iterable manner.
1112

@@ -30,65 +31,65 @@ The latest version is capable of running the following data mining tasks:
3031
<details><summary>Domains</summary>
3132
<p>
3233

33-
|Source |Transform |
34-
| --------- | ----------------- |
35-
| DNS | IP lookup |
36-
| DNS | MX lookup |
37-
| DNS | NS lookup |
38-
| DNS | TXT lookup |
39-
| Virustotal| Downloaded samples|
40-
| Virustotal| Detected URLs |
41-
| Virustotal| Subdomains |
34+
|Source |Transform |API key needed? |
35+
| --------- | ----------------- | ---------------- |
36+
| DNS | IP lookup |:x: |
37+
| DNS | MX lookup |:x: |
38+
| DNS | NS lookup |:x: |
39+
| DNS | TXT lookup |:x: |
40+
| Virustotal| Downloaded samples|:heavy_check_mark:|
41+
| Virustotal| Detected URLs |:heavy_check_mark:|
42+
| Virustotal| Subdomains |:heavy_check_mark:|
4243

4344
</p>
4445
</details>
4546
<details><summary>IP Adresses</summary>
4647
<p>
4748

48-
|Source |Transform |
49-
| --------- | -------------------- |
50-
| DNS | Reverse lookup |
51-
| Shodan | Ports |
52-
| Shodan | Geolocate |
53-
| Shodan | Coordinates |
54-
| Shodan | CVEs |
55-
| Shodan | ISP |
56-
| Shodan | City |
57-
| Shodan | ASN |
58-
| Virustotal| Network report |
59-
| Virustotal| Communicating samples|
60-
| Virustotal| Downloaded samples |
61-
| Virustotal| Detected URLs |
49+
|Source |Transform |API key needed? |
50+
| --------- | -------------------- | ---------------- |
51+
| DNS | Reverse lookup |:x: |
52+
| Shodan | Ports |:heavy_check_mark:|
53+
| Shodan | Geolocate |:heavy_check_mark:|
54+
| Shodan | Coordinates |:heavy_check_mark:|
55+
| Shodan | CVEs |:heavy_check_mark:|
56+
| Shodan | ISP |:heavy_check_mark:|
57+
| Shodan | City |:heavy_check_mark:|
58+
| Shodan | ASN |:heavy_check_mark:|
59+
| Virustotal| Network report |:heavy_check_mark:|
60+
| Virustotal| Communicating samples|:heavy_check_mark:|
61+
| Virustotal| Downloaded samples |:heavy_check_mark:|
62+
| Virustotal| Detected URLs |:heavy_check_mark:|
6263

6364
</p>
6465
</details>
6566
<details><summary>Urls</summary>
6667
<p>
6768

68-
|Source |Transform |
69-
| --------- | -------------------- |
70-
| DNS | Extract hostname |
71-
| Virustotal| Malicious check |
72-
| Virustotal| Reported detections |
69+
|Source |Transform |API key needed? |
70+
| --------- | -------------------- | ---------------- |
71+
| DNS | Extract hostname |:x: |
72+
| Virustotal| Malicious check |:heavy_check_mark:|
73+
| Virustotal| Reported detections |:heavy_check_mark:|
7374

7475
</p>
7576
</details>
7677
<details><summary>Hashes</summary>
7778
<p>
7879

79-
|Source |Transform |
80-
| --------- | -------------------- |
81-
| Virustotal| Malicious check |
82-
| Virustotal| Malware type |
80+
|Source |Transform |API key needed? |
81+
| --------- | -------------------- | ---------------- |
82+
| Virustotal| Malicious check |:heavy_check_mark:|
83+
| Virustotal| Malware type |:heavy_check_mark:|
8384

8485
</p>
8586
</details>
8687
<details><summary>Emails</summary>
8788
<p>
8889

89-
|Source |Transform |
90-
| --------- | -------------------- |
91-
| N/A | Extract domain |
90+
|Source |Transform |API key needed? |
91+
| --------- | -------------------- | ---------------- |
92+
| N/A | Extract domain |:x: |
9293

9394
</p>
9495
</details>

docs/demo.gif

-288 KB
Loading

0 commit comments

Comments
 (0)