GithubHelp home page GithubHelp logo

saeed0x1 / genos Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 27 KB

A tool to generate custom wordlists from files ๐Ÿ—ƒ and URLs ๐Ÿ”—

License: MIT License

Python 100.00%
automation python wordlist

genos's Introduction

Genos ๐Ÿค–

Genos is a Python tool to generate custom wordlists from files and URLs. Custom wordlists are important during pentesting or bug bounty hunting and this tool can generate target specific wordlists that can be used for multiple purposes, such as forced browsing, parameter mining etc.

Installation ๐Ÿš€

git clone https://github.com/saeed0x1/genos.git
cd genos
pip install -r requirements.txt

Usage/Examples ๐ŸŒ๏ธโ€โ™‚๏ธ

Usage ๐Ÿ’ป

python genos.py [--url URL] [--list LIST] [--file FILE] [-o {w,a}] [--nojs] [output_filename]

Options ๐Ÿšฆ

 -h, --help        show this help message and exit
  --url URL         Give a single url with .js endpoint
  --list LIST       Give a list of URLs (urls.txt)
  --file FILE       Give one or more files (comma separated)
  -o {w,a}          Output mode: 'w' (write) or 'a' (append)
  --nojs            Mention if the provided URLs are non-js URLs
  --no-num          Set to exclude numbers from the wordlist
  --min-len MINLEN  Set the minimum length of a word

Examples ๐Ÿ‡

  • Generate a wordlist from a single URL and save it in 'output.txt' using write mode:
python genos.py --url https://example.com/script.js -o w output.txt
  • Generate a wordlist from a list of URLs stored in 'urls.txt' and append it to 'output.txt':
python genos.py --list urls.txt -o a output.txt
  • Generate a wordlist from a single JS file and print it in the terminal:
python genos.py --file script.js
  • Generate a wordlist from multiple files and print it in the terminal:
python genos.py --file script.js,script2.js,file.py
  • Generate a wordlist from a non-js URL:
python genos.py --url https://example.com/main.css --nojs
  • Generate wordlist from a list of non js urls
python genos.py --list urls.txt --nojs

Author ๐Ÿ‘จโ€๐Ÿ’ป

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.