Git Product home page Git Product logo

fback's Introduction

FBack

FBack is a Python script that generates a Target Specific wordlists for fuzzing backup files. It takes a JSON-based pattern file and seed wordlist as input. These patterns are applied to the provided seed wordlist to generate all possible combinations and variations based on the defined rules.

Options

-l - List of urls (required if not piped from stdin)
-p - Path to patterns file (default: res/patterns.json)
-o - Output file path
-w - Wordlist file path (default: common words)
-n - Number ranges in wordlist (default: 1-3)
-e - Extensions file path
-yr - Year ranges in wordlist
-mr - Month ranges in wordlist
-dr - Day ranges in wordlist

Patterns

Patterns are loaded from the patterns.json file or custom file specified with -p.

The patterns support variable replacement:

$domain_name - Replaced with domain name
$full_domain - Replaced with full_domain name
$subdomain - Replaced with subdomain
$path - Replaced with directory path
$full_path - Replaced with full_path
$file_name - Replaced with file name
$word - Replaced with words from wordlist
$num - Replaced with numbers from range
$b_ext - Replaced with backup extensions
$c_ext - Replaced with compress extensions
$ext - Replaced with all extensions
%y - Replaced with years from range
%m - Replaced with months from range
%d - Replaced with days from range

Usage

echo "https://example.com/path/file" | python fback.py -p custom.json -o fbackout.txt -yr 2022-2023 -mr 1-12 -dr 1-31

Generate wordlist from URL list:

python fback.py -l urls.txt -w mywords.txt -e extensions.txt -yr 2000-2020 -o fbackout.txt

fback's People

Contributors

0xspidey avatar

Stargazers

 avatar AADII avatar Shadow avatar AVA avatar ali-pzk avatar lostrobot avatar sajad avatar Mersad Fallah avatar Nemati-MAmin avatar  avatar Mantra avatar vala broumand avatar Amir avatar NoobHunter avatar

Watchers

 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.