Code Monkey home page Code Monkey logo

htotw's Introduction

HTOTW

Hunt Target On The Web

Install

git clone https://github.com/Neotoxic-off/HTOTW
cd HTOTW
pip3 install -r requirements.txt

Usage

usage: HTOTW.py [-h] -u USERNAME [-a] [-s]

All commands availables

optional arguments:
  -h, --help            show this help message and exit
  -a, --adult           Check the adult hosts
  -s, --status          Check hosts status

Required settings:
  -u USERNAME, --username USERNAME
                        Username to hunt


Examples

python3 HTOTW.py -u username
python3 HTOTW.py -u username -s
python3 HTOTW.py -u username -a
python3 HTOTW.py -u username -a -s

Modules modification

  • The name of the module file is important !
  • "method" : "GET" modify the method type to grab the informations
  • "name" : "<HOST>" enter the name of the website example: google
  • "origin" : "<HOST>" enter the url of the main / home page it will be used to check if the website is down
  • "timeout" : 5, after this amount of time in sec, the link will be considered as a timeout
  • "url" : ["<HOST URL>"] enter the urls of the website, it must be an array ! example: https://google.com The url must include '{}' the place where will be placed the username
  • "method" : "status_code" status_code error type will check the status code of the page
  • "method" : "text" text error will check result content (in progress)
  • "message" : "None" the message will try to be grabbed in the result content in data mod only
  • header the header is the headers content to send during the request
  • "adult" : false if you consider that's an adult website set as true else false if you don't use the -a the adult website won't be tested
"google" : {
  "method" : "GET",
    "name" : "google",
    "origin" : "https://www.google.com/",
    "timeout" : 5,
    "url" : [
      "https://google.com/{}"
    ],
    "error" : {
        "method" : "status_code",
        "status_code" : {
            "ok" : "ok"
        },
        "message" : "None"
    },
    "header" : {
        "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0"
    },
    "adult" : false
}

htotw's People

Contributors

neotoxic-off avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.