Skip to content
View foxhackerzdevs's full-sized avatar
๐ŸฆŠ
Join the pack. Build. Break. Secure.
๐ŸฆŠ
Join the pack. Build. Break. Secure.

Block or report foxhackerzdevs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
foxhackerzdevs/README.md

๐ŸฆŠ Fox Hackerz

Cybersecurity โ€ข Automation โ€ข Developer Tools

Build. Break. Secure.


Python Linux Security Open Source


๐Ÿš€ About

Fox Hackerz is a GitHub profile focused on cybersecurity, automation, cryptography, networking, and developer tools.

The goal is simple:

  • ๐Ÿ” Build secure software
  • โšก Keep it fast
  • ๐Ÿ› ๏ธ Keep it practical
  • ๐Ÿ“ฆ Keep it portable

No unnecessary complexity.

No overengineering.

Just tools that work.


โšก Featured Projects

๐Ÿ” FoxPipe

Secure end-to-end encrypted Unix pipe communication.

No servers. No accounts. No setup.

Repository: https://github.com/foxhackerzdevs/FoxPipe PyPI: https://pypi.org/project/foxpipe


๐Ÿ“ก Packet Auditor

Real-time packet inspection with:

  • IPv4 & IPv6 support
  • TCP flag analysis
  • BPF filtering
  • Human-readable output

Think:

tcpdump for humans.

Repository: https://github.com/foxhackerzdevs/packet-auditor PyPI: https://pypi.org/project/packet-auditor


๐Ÿ”’ fox-vault

Minimalist file encryption CLI.

Built with:

  • XChaCha20-Poly1305
  • Argon2id
  • Secure defaults

Repository: https://github.com/foxhackerzdevs/fox-vault


โšก sshm

Instant SSH access without wrestling with large configuration files.

A faster, cleaner SSH workflow.

Repository: https://github.com/foxhackerzdevs/sshm


๐Ÿ”Ž FoxScan

Lightweight reconnaissance toolkit.

Features:

  • Port scanning
  • HTTP header analysis
  • Service discovery

Repository: https://github.com/foxhackerzdevs/FoxScan


๐Ÿ–ผ๏ธ pinlock-img

Authenticated PNG vault.

Hide encrypted information inside ordinary images.

Repository: https://github.com/foxhackerzdevs/pinlock-img


๐Ÿ›ก๏ธ Cryptify

Multi-layer encryption and system protection toolkit.

Repository: https://github.com/foxhackerzdevs/Cryptify


๐Ÿ”‘ foxkey

Encrypted terminal TOTP 2FA manager โ€” Argon2id + ChaCha20-Poly1305, otpauth:// import, encrypted backups.

Repository: https://github.com/foxhackerzdevs/foxkey


๐Ÿฅง foxpi

High-precision terminal ฯ€ explorer โ€” Chudnovsky, Ramanujan, Machin, and BBP spigot algorithms.

Repository: https://github.com/foxhackerzdevs/foxpi


๐Ÿ–ผ๏ธ stegofox

High-performance encrypted steganography CLI โ€” hide encrypted payloads in PNG images via LSB embedding.

Repository: https://github.com/foxhackerzdevs/stegofox


๐Ÿš€ remote-exec-server

Dependency-free remote command execution using only the Python standard library.

BusyBox-style symlink architecture โ€” one client script acts as multiple remote commands.

Repository: https://github.com/foxhackerzdevs/remote-exec-server


โšก Quick Start

Install popular tools directly from PyPI:

pip install foxpipe
pip install packet-auditor

๐Ÿ›  Technology Stack

Areas of Interest

  • Cryptography
  • Networking
  • Linux Systems
  • Cybersecurity
  • Secure Protocol Design
  • CLI Applications
  • Automation

๐Ÿง  Design Philosophy

Security should not require complexity.

We prioritize:

  • Clarity over cleverness
  • Reliability over hype
  • Security over convenience shortcuts
  • Small tools that solve real problems

If a tool requires a 20-page manual, it's probably overbuilt.


๐ŸŒ Links

GitHub: https://github.com/foxhackerzdevs

PyPI: https://pypi.org/user/abhrankan/


๐ŸŒ Other Identities

๐Ÿงฎ Abhrankan-Chakrabarti

Mathematics, algorithms, numerical methods, computational science.

https://github.com/Abhrankan-Chakrabarti


๐ŸŒ‘ abhrankan

Tor hidden services, ARGs, signal environments, experimental web projects.

https://github.com/abhrankan


๐ŸฆŠ Join the Pack

Build. Break. Secure.

Pinned Loading

  1. remote-exec-server remote-exec-server Public

    Lightweight HTTP server and client pair for remote command execution. Inspired by the BusyBox model: one client script invoked under multiple names via symlinks, each forwarding to a different commโ€ฆ

    Python 3

  2. foxkey foxkey Public

    Minimalist encrypted TOTP 2FA manager for the terminal โ€” Argon2id + ChaCha20-Poly1305, otpauth:// import, encrypted backups, zero cloud dependency.

    Python 2

  3. foxpi foxpi Public

    High-precision terminal ฯ€ explorer โ€” Chudnovsky, Ramanujan, Machin, and BBP spigot algorithms, verified against independent reference digits.

    Python 1

  4. stegofox stegofox Public

    High-performance encrypted steganography CLI โ€” hide encrypted payloads in PNG images via LSB embedding.

    Python 2

  5. FoxPipe FoxPipe Public

    Secure โ€ข Simple โ€ข Reliable data streaming. End-to-end encrypted Unix pipes with PAKE-based forward-secret handshake.

    Python 4

  6. packet-auditor packet-auditor Public

    A lightweight command-line network packet auditing tool built with Python and Scapy. It captures live network traffic and displays concise, human-readable metadata in real time.

    Python 1