Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: kushagra49
- License: other
- Language: HTML
- Default Branch: main
- Size: 83 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed almost 2 years ago
Metadata Files
License
Citation
Owner
- Login: kushagra49
- Kind: user
- Repositories: 1
- Profile: https://github.com/kushagra49
Citation (CITATION.cff)
# @InProceedings{10.1007/978-981-15-0146-3_19,
# author="Narayanan, P. S.
# and Ani, R.
# and King, Akeem T. L.",
# editor="Ranganathan, G.
# and Chen, Joy
# and Rocha, {\'A}lvaro",
# title="TorBot: Open Source Intelligence Tool for Dark Web",
# booktitle="Inventive Communication and Computational Technologies",
# year="2020",
# publisher="Springer Singapore",
# address="Singapore",
# pages="187--195",
# 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.",
# isbn="978-981-15-0146-3"
# }
cff-version: 1.2.0
message: "If you use this software, please cite the following paper:"
authors:
- family-names: P. S.
given-names: Narayanan
affiliation: Department of Computer Science and Applications, Amrita Vishwa Vidyapeetham, Amritapuri, Kollam, India
- family-names: Akeem T. L.
given-names: King
affiliation: USPA Technologies
- family-names: R
given-names: Ani
affiliation: Department of Computer Science and Applications, Amrita Vishwa Vidyapeetham, Amritapuri, Kollam, India
keywords:
- tor
- research
- osint
identifiers:
- type: doi
value: 10.1007/978-981-15-0146-3_19
license: GNU Public License
reposiory-code: https://github.com/DedSecInside/TorBot
title: TorBot - Open Source Intelligence Tool for Dark Web
date-released: 2020-01-30
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- python 3.11.4 build
poetry.lock
pypi
- altgraph 0.17.2
- anyio 4.0.0
- beautifulsoup4 4.11.1
- certifi 2023.7.22
- charset-normalizer 2.0.12
- colorama 0.4.6
- decorator 5.1.1
- exceptiongroup 1.1.3
- h11 0.14.0
- httpcore 0.18.0
- httpx 0.25.0
- idna 3.3
- igraph 0.10.6
- iniconfig 2.0.0
- joblib 1.2.0
- macholib 1.16
- numpy 1.24.4
- packaging 23.2
- pefile 2023.2.7
- phonenumbers 8.13.22
- pluggy 1.3.0
- progress 1.6
- pyinstaller 5.13.1
- pyinstaller-hooks-contrib 2022.7
- pysocks 1.7.1
- pytest 7.4.2
- python-dotenv 0.20.0
- pywin32-ctypes 0.2.2
- scikit-learn 1.3.0
- scipy 1.10.0
- setuptools 68.2.2
- six 1.16.0
- sklearn 0.0
- sniffio 1.3.0
- socksio 1.0.0
- soupsieve 2.3.2.post1
- tabulate 0.9.0
- termcolor 1.1.0
- texttable 1.6.4
- threadpoolctl 3.1.0
- toml 0.10.2
- tomli 2.0.1
- treelib 1.7.0
- unipath 1.1
- urllib3 1.26.18
- validators 0.20.0
- yattag 1.15.1
pyproject.toml
pypi
- PySocks 1.7.1
- altgraph 0.17.2
- beautifulsoup4 4.11.1
- certifi 2023.7.22
- charset-normalizer 2.0.12
- decorator 5.1.1
- httpx ^0.25.0
- idna 3.3
- igraph 0.10.6
- joblib 1.2.0
- macholib 1.16
- numpy 1.24.4
- phonenumbers ^8.13.22
- progress 1.6
- pyinstaller 5.13.1
- pyinstaller-hooks-contrib 2022.7
- pytest ^7.4.2
- python >=3.9,<=3.11.4
- python-dotenv 0.20.0
- scikit-learn 1.3.0
- scipy 1.10.0
- six 1.16.0
- sklearn 0.0
- soupsieve 2.3.2.post1
- tabulate ^0.9.0
- termcolor 1.1.0
- texttable 1.6.4
- threadpoolctl 3.1.0
- toml ^0.10.2
- treelib ^1.6.1
- unipath ^1.1
- urllib3 1.26.18
- validators 0.20.0
- yattag ^1.15.1
requirements.txt
pypi
- altgraph ==0.17.2
- anyio ==4.0.0
- beautifulsoup4 ==4.11.1
- certifi ==2023.7.22
- charset-normalizer ==2.0.12
- colorama ==0.4.6
- decorator ==5.1.1
- exceptiongroup ==1.1.3
- h11 ==0.14.0
- httpcore ==0.18.0
- httpx ==0.25.0
- idna ==3.3
- igraph ==0.10.6
- iniconfig ==2.0.0
- joblib ==1.2.0
- macholib ==1.16
- numpy ==1.24.4
- packaging ==23.2
- pefile ==2023.2.7
- phonenumbers ==8.13.22
- pluggy ==1.3.0
- progress ==1.6
- pyinstaller ==5.13.1
- pyinstaller-hooks-contrib ==2022.7
- pysocks ==1.7.1
- pytest ==7.4.2
- python-dotenv ==0.20.0
- pywin32-ctypes ==0.2.2
- scikit-learn ==1.3.0
- scipy ==1.10.0
- setuptools ==68.2.2
- six ==1.16.0
- sklearn ==0.0
- sniffio ==1.3.0
- socksio ==1.0.0
- soupsieve ==2.3.2.post1
- tabulate ==0.9.0
- termcolor ==1.1.0
- texttable ==1.6.4
- threadpoolctl ==3.1.0
- toml ==0.10.2
- tomli ==2.0.1
- treelib ==1.7.0
- unipath ==1.1
- urllib3 ==1.26.18
- validators ==0.20.0
- yattag ==1.15.1