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 publication links
  • 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: kazuha4-sys
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 17.6 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

TorBot

Owner

  • Login: kazuha4-sys
  • Kind: user

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
  • Watch event: 1
  • Push event: 5
  • Pull request event: 2
  • Create event: 3
Last Year
  • Watch event: 1
  • Push event: 5
  • Pull request event: 2
  • Create event: 3

Dependencies

.github/workflows/python-app.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
Dockerfile docker
  • python 3.11.4 build
pyproject.toml pypi
  • PySocks ==1.7.1
  • altgraph ==0.17.2
  • beautifulsoup4 ==4.11.1
  • certifi ==2024.7.4
  • charset-normalizer ==2.0.12
  • decorator ==5.1.1
  • httpx [socks]==0.25.0
  • idna ==3.7
  • 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-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.19
  • validators ==0.20.0
  • yattag ==1.15.1
requirements.txt pypi