Sponsored
Bugbounty Tools

pwnSpoof – Create Realistic Spoofed Log

Hey Folks, today in this tutorial we have an amazing tool for all of you which can give you fake spoof log by generating. pwnSpoof (from Punk Security) generates realistic spoofed log files for common web servers with customisable attack scenarios. Every log bundle is unique and completely customisable, making it perfect for generating CTF scenarios and for training serials.

Letโ€™s take a look ๐Ÿ™‚ !!

Installation

It is quite easy to deploy this tool in any kali linux operating system. First we need to clone the repository from Github via git clone command, enter the directory and thatโ€™s it. Now we can operate this tool with the help of โ€œpython3โ€ utility.

git clone https://github.com/punk-security/
cd pwnspoof
python pwnspoof.py --help

Hmm ๐Ÿ™‚ !! Like other tools, it also has a help command which we can use to find the use case of this tool.

IIS Spoof Fake Logs

Weโ€™re excited to see how impressive results we get with this tool. So first we try to generate fake IIS logs against a website and we get success. As you can see below it has generated all the logs in order which looks very real.

python3 pwnspoof.py banking --server-fqdn test.php.com --attack-type bruteforce --server-type IIS --out iis.log

NGINX logs

You can also specify your server name if you want to generate server wise logs.

python3 pwnspoof.py banking --server-fqdn test.php.com --attack-type command_injection --server-type NGINX

Attackers IP Address

This feature will allow us to create spoof logs with different IP addresses so that the logs look impressive.

python3 pwnspoof.py banking --spoofed-attacks 3 --iocs
About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

4 weeks ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.