You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# title="TorBot: Open Source Intelligence Tool for Dark Web",
9
+
# booktitle="Inventive Communication and Computational Technologies",
10
+
# year="2020",
11
+
# publisher="Springer Singapore",
12
+
# address="Singapore",
13
+
# pages="187--195",
14
+
# abstract="The dark web has turned into a dominant source of illegal activities. With several volunteered networks, it is becoming more difficult to track down these services. Open source intelligence (OSINT) is a technique used to gather intelligence on targets by harvesting publicly available data. Performing OSINT on the Tor network makes it a challenge for both researchers and developers because of the complexity and anonymity of the network. This paper presents a tool which shows OSINT in the dark web. With the use of this tool, researchers and Law Enforcement Agencies can automate their task of crawling and identifying different services in the Tor network. This tool has several features which can help extract different intelligence.",
15
+
# isbn="978-981-15-0146-3"
16
+
# }
17
+
18
+
cff-version: 1.2.0
19
+
message: "If you use this software, please cite the following paper:"
20
+
authors:
21
+
- family-names: P. S.
22
+
given-names: Narayanan
23
+
affiliation: Department of Computer Science and Applications, Amrita Vishwa Vidyapeetham, Amritapuri, Kollam, India
24
+
- family-names: Akeem T. L.
25
+
given-names: King
26
+
affiliation: USPA Technologies
27
+
- family-names: R
28
+
given-names: Ani
29
+
affiliation: Department of Computer Science and Applications, Amrita Vishwa Vidyapeetham, Amritapuri, Kollam, India
--update Update TorBot to the latest stable version
102
112
-q, --quiet Prevent header from displaying
103
-
-u URL, --url URL Specifiy a website link to crawl, currently returns links on that page (if used alone e.g. python3 torBot.py -u https://www.github.com)
113
+
-u URL, --url URL Specifiy a website link to crawl, currently returns links on that page (if used alone e.g. python3 run.py -u https://www.github.com)
104
114
-s, --save Save results to a file in json format
105
115
-m, --mail Get e-mail addresses from the crawled sites
106
116
-e EXTENSION, --extension EXTENSION
@@ -113,11 +123,7 @@ optional arguments:
113
123
114
124
Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob/master/Tor.md)
115
125
116
-
117
-
#### Using the GUI
118
-
119
-
120
-
#### Using Docker
126
+
### Using Docker
121
127
122
128
- Ensure than you have a tor container running on port 9050.
123
129
- Build the image using following command (in the root directory):
@@ -127,6 +133,14 @@ Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob
127
133
128
134
`docker run --link tor:tor --rm -ti dedsecinside/torbot`
129
135
136
+
### Using executable (Linux Only)
137
+
138
+
On Linux platforms, you can make an executable for TorBot by using the install.sh script.
139
+
You will need to give the script the correct permissions using `chmod +x install.sh`
140
+
Now you can run `./install.sh` to create the torBot binary.
141
+
Run `./torBot` to execute the program.
142
+
143
+
130
144
## TO-DO
131
145
-[x] Visualization Module
132
146
-[x] Implement BFS Search for webcrawler
@@ -140,27 +154,8 @@ Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob
140
154
-[x] Increase efficiency
141
155
142
156
### Have ideas?
143
-
If you have new ideas which is worth implementing, mention those by starting a new issue with the title [FEATURE_REQUEST].
144
-
If the idea is worth implementing, congratz, you are now a contributor.
145
-
146
-
### Cite this [paper](https://link.springer.com/chapter/10.1007/978-981-15-0146-3_19)
147
-
148
-
@InProceedings{10.1007/978-981-15-0146-3_19,
149
-
author="Narayanan, P. S.
150
-
and Ani, R.
151
-
and King, Akeem T. L.",
152
-
editor="Ranganathan, G.
153
-
and Chen, Joy
154
-
and Rocha, {\'A}lvaro",
155
-
title="TorBot: Open Source Intelligence Tool for Dark Web",
156
-
booktitle="Inventive Communication and Computational Technologies",
157
-
year="2020",
158
-
publisher="Springer Singapore",
159
-
address="Singapore",
160
-
pages="187--195",
161
-
abstract="The dark web has turned into a dominant source of illegal activities. With several volunteered networks, it is becoming more difficult to track down these services. Open source intelligence (OSINT) is a technique used to gather intelligence on targets by harvesting publicly available data. Performing OSINT on the Tor network makes it a challenge for both researchers and developers because of the complexity and anonymity of the network. This paper presents a tool which shows OSINT in the dark web. With the use of this tool, researchers and Law Enforcement Agencies can automate their task of crawling and identifying different services in the Tor network. This tool has several features which can help extract different intelligence.",
162
-
isbn="978-981-15-0146-3"
163
-
}
157
+
If you have new ideas which is worth implementing, mention those by creating a new issue with the title [FEATURE_REQUEST].
158
+
164
159
165
160
166
161
### References
@@ -208,4 +203,6 @@ GNU Public License
208
203
-[X][SubaruSama](https://github.com/SubaruSama) - New Contributor
209
204
-[X][robly78746](https://github.com/robly78746) - New Contributor
210
205
206
+
... see all contributors here (https://github.com/DedSecInside/TorBot/graphs/contributors)
0 commit comments