Skip to content

nxneeraj/WebHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 WebHook

A powerful, multi-purpose Webhook Interaction & Signal System built using Node.js, Python, PHP, Bash, and more. This tool allows you to:

  • Capture webhooks from any source (browser, device, service)
  • Monitor and log real-time events
  • Send signals to parent servers
  • Initiate client-server connections (e.g., with Netcat)
  • Automate setup via shell script (Termux-ready)
  • Bridge front-end & back-end workflows with ease

📦 Project Structure

nxneeraj-webhook/
├── README.md                   # Project description (You’re reading it 😎)
├── code.nx                    # NorX based placeholder file (for future extension)
├── index.html                 # Basic HTML interface to trigger webhook
├── script.js                  # Sends POST requests to webhook server
├── server.js                  # Express server to receive webhook payloads
├── shh.sh                     # Termux shell script for setup
├── myWebhookServer/
│   ├── server.js              # Duplicate webhook server for testing/extension
│   └── chunk/
│       ├── script.js          # Sends POST + Netcat client connection (Node.js)
│       └── script.php         # Same functionality in PHP
└── World-Lissinor/
    ├── Connect.html           # Interactive front-end for monitoring events
    ├── Connection-to-Parent-IP.py  # Backend comm script (Python)
    ├── index.html             # UI dashboard
    ├── reqcath.txt            # Captured request log
    ├── send-request.html      # Trigger POST request
    ├── server.py              # Python-based webhook handler
    └── shell.php              # Web shell for remote interactions

⚙️ Features

  • 🌐 Webhook Receiver – Logs headers + body on each POST request.
  • 📤 Signal Sender – Notifies parent server with payloads (Node/PHP).
  • 🧠 Multi-language Backends – Node.js, Python, PHP, and shell support.
  • 💻 Front-End Interfaces – HTML-based control panels and buttons.
  • 🔁 Netcat Connection – Auto-connects to local TCP sockets for testing.
  • 📲 Termux Setup Script – Instantly prepare a Termux device with all tools.

🚀 Installation & Setup

1. Clone the Repo

git clone https://github.com/your-username/nxneeraj-webhook.git
cd nxneeraj-webhook

2. Start the Webhook Server

npm install
node server.js

Server will start at: http://localhost:3000

3. Test via Browser

Open index.html in any browser — it’ll auto-trigger a POST request to the webhook server.

4. Use Termux Setup (Optional)

Run this inside Termux to get started:

bash shh.sh

This installs:

  • Node.js
  • Python & pip
  • Git, curl, nano, and many more essentials
  • Grants storage permission
  • Prepares your mobile environment for serious action

🧪 Use Cases

  • 📡 IoT Monitoring – Devices can POST to the webhook and trigger signals.
  • 🕵️ Red Team Ops – Covert connection signals to parent server & Netcat.
  • 💌 Automation – Use this as a lightweight backend for event handling.
  • 💻 Learning – Practice Node, Python, PHP, and networking logic together.

🔐 Security Notes

Use with caution. This tool is capable of interacting with shell systems and network ports. Ensure you are authorized to use it in any environment you deploy it in.


🧠 Future Upgrades

  • NorX integration via code.nx
  • CLI-based management panel
  • Secure WebSocket support
  • Database logging system

🙌 Credits

Crafted by Neeraj — with passion, skill, and that hacker's flair 🐰❤️ Give a ⭐ on GitHub if you love it!

🤝 Contributing

Contributions are warmly welcome! Here’s how you can help:

  • Report bugs or edge cases via GitHub Issues
  • Suggest new features or CLI improvements
  • Submit PRs to enhance logic, UX, or compatibility
  • Share use cases, templates, and examples

📬 Contact


⭐ Support This Project

If this tool helped you:

  • ⭐ Star this repo
  • 🚀 Share it with fellow hackers
  • 🧠 Mention it in your toolkit, blog, or course
  • 🔁 Fork and make it even better!

"A single webhook can whisper secrets the world isn’t ready to hear." — Hx-Bunny


Build faster. Test smarter. Hack ethically.
With 💥 from Team HyperGod-X 👾

Keep Moving Forward

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published