CurtisSlone / Intelligence-HTB

Scripts used to automate tasks in the Hack The Box machine Intelligence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack The Box - Intelligence - Software Tools

Fetchs all Pdf files, compiles user text file, checks pdf files for key words

Requirements:

  • Python3
  • Python3 venv
  • Python3 pip
  • node v15 or later

Set-Up:

  • Create Python venv
python3 -m venv ./intelligence-py-module
  • Activate Python venv
source ./intelligence-py-module/bin/activate
  • Install Python pdfminer
python3 -m pip install pdfminer.six

Usage

  • Fetch & Download all PDFs
npm run getPdfs
  • Compile user list and check keywords
npm run checkPdfs <keyword>

It is advised to check for relevant information. i.e user, username, password, default, etc.
Multiple use of the above command will result in a longer user file.

Deactivation

  • Python venv deactivation
deactivate

About

Scripts used to automate tasks in the Hack The Box machine Intelligence


Languages

Language:JavaScript 89.4%Language:Python 10.6%