Skip to main content

FCKR – The Ultimate Brute Forcer

Project description

FCKR – The Ultimate Brute Forcer

FCKR is a command-line tool designed for security researchers and penetration testers to brute-force HTTP requests with powerful and customizable filtering capabilities. It replaces the FCKR placeholder in URLs or POST bodies with values from a wordlist, allowing you to test web endpoints and inspect/filter responses.

✨ Developed by @IMApurbo
🛡️ Use responsibly. Authorized testing only.


🚀 Features

  • Flexible Brute-Forcing
    Replace FCKR placeholders in URLs or POST bodies with wordlist entries.

  • HTTP Method Support
    Supports both GET and POST methods.

  • Advanced Filtering

    • Response Filters (-F): Filter based on:
      • s: status code
      • l: content length
      • c: response body
    • Filter types:
      • e: exact
      • c: contains
      • nc: not contains
  • Output Filters (-o)
    Show only filtered results using the same logic as response filters.

  • Response Inspection (-r)
    Fetch full HTML responses for specific inputs.

  • Debug Mode (-d)
    Logs all requests and mismatched filters.

  • Typewriter-Style ASCII Logo
    Animated with gradient colors using rich.

  • Progress Bar
    Stylish visual feedback during brute-forcing.

  • User-Friendly Output
    Concise results like:
    Word: <word> | Status: <status> | Length: <length> | Time: <time>s


🧪 Installation

Install directly from PyPI:

pip install fckr

Requirements

  • Python 3.6+
  • Terminal with ANSI support (Linux, macOS, or Windows Terminal)

⚙️ Usage

fckr -u "<url_with_FCKR>" -w <wordlist> [options]

Common Flags

Short Long Description Required Default
-u --url Target URL with FCKR placeholder -
-b --body POST body with FCKR (use with POST only) 🟡 -
-w --wordlist Path to wordlist -
-m --method HTTP method (GET or POST) GET
-t --timeout Timeout in seconds 5.0
-F --filter Filter response (e.g., s:e:200, c:c:success) -
-o --output-filter Control output display with same format -
-r --fetch-response Fetch full HTML for a specific word -
-d --debug Show request and filter logs False

🔍 Filtering Syntax

Format:

<field>:<type>:<value>

Fields

  • s: HTTP status code
  • l: Content length
  • c: Response body content

Types

  • e: Exact match
  • c: Contains
  • nc: Not contains

Examples

-F s:e:200              # Process only 200 OK
-o c:nc:error          # Show results that do not contain "error"
-o c:c:login           # Show responses containing "login"
-o l:e:1000            # Show only 1000-byte responses

🔧 Examples

Brute-force with GET:

fckr -u "https://test.com/search?q=FCKR" -w list.txt -m GET

POST request with body:

fckr -u "http://test.com/search" -b "query=FCKR&submit=1" -w list.txt -m POST

Filter by content:

-o c:nc:"<h2>Not found</h2>"

Inspect full response for a word:

-r "admin"

Verbose debugging:

-d

📂 Wordlist Format

Plain text file, one word per line:

admin
test
search

🛠️ Development

git clone https://github.com/IMApurbo/fckr.git
cd fckr
pip install -r requirements.txt
python -m fckr -u "https://example.com/?q=FCKR" -w list.txt

⚠️ Legal Notice

🛑 Use only on systems you have explicit permission to test. Misuse may violate laws and ethical guidelines.


⭐ Credits

  • Developed by IMApurbo

📃 License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fckr-0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file fckr-0.2-py3-none-any.whl.

File metadata

  • Download URL: fckr-0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for fckr-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 75b638d639a5ac536b315e7eb1e32d2167240d5b537c21a378a188c36d88b0d9
MD5 94ba32697774e782a64ee2413a1eca9d
BLAKE2b-256 7a114993121cd6ab2d9f1dd2e0e3b38cc4360989f2d3edb7d56a6aaa7dbe05a6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page