avinashkranjan / Pentesting-and-Hacking-Scripts

🚀 A curated collection of Pentesting and Hacking Scripts for Script Kiddie to Advanced Pentesters. 👨‍💻
Creative Commons Zero v1.0 Universal
182 stars 131 forks source link

cred_server script #451

Closed Kalivarapubindusree closed 11 months ago

Kalivarapubindusree commented 11 months ago

Aim

I want to add cred_server script using python.

Do I want to work on this:

avinashkranjan commented 11 months ago

Can you brief your proposal

Kalivarapubindusree commented 11 months ago

This Python script creates a basic HTTP server that listens on all available network interfaces (0.0.0.0) and port 8080. When a POST request is made to this server, it reads the content of the POST request like any credentials and prints them to the console. Then, it redirects the client to the URL specified in the path of the POST request. @avinashkranjan