DEV Community

Ilias Georgopoulos
Ilias Georgopoulos

Posted on

I Upgraded My Pentesting Toolkit: Introducing 2 Free Web Tools for Infosec πŸ›‘οΈ


Hey everyone! πŸ‘‹

A while back, I shared my repository with 70+ hacking cheatsheets here, and the community response was awesome. Today, I'm super excited to share the next evolution of my personal cybersecurity toolkit.

As pentesters and CTF players, we value speed and efficiency. I found myself constantly looking up the same reverse shell commands or digging through various sites for Living Off The Land binaries. So, I decided to build my own solutions and just moved them to their own dedicated .dev domains.

Here is what I built to make our lives a bit easier:

1. 🐚 Web Reverse Shell Generator

Link: shellgenerator.dev

If you play CTFs or do active pentesting, you know the struggle of constantly tweaking reverse shells for different environments.
This is an advanced, browser-based payload generator built with React, Vite & Tailwind CSS.

  • What it does: Instantly generates Reverse, Bind, and MSFVenom payloads.
  • Features: Clean dark-mode UI, easy copy-paste functionality, and highly customizable LHOST/LPORT settings directly in your browser.

2. πŸ₯· LOLBins Interactive Reference

Link: livingofftheland.dev

Living off the land is essential for bypassing defenses and post-exploitation. I wanted a unified, interactive reference for LOLBAS & GTFOBins that doesn't just list commands, but actually helps you build them.

  • What it does: A dynamic directory of trusted binaries used for stealthy operations.
  • Features: Real-time search, interactive payload builder (just type your IP/Port once and it updates all commands), and direct MITRE ATT&CK mapping.

Both tools are completely free, open-source, and run smoothly in your browser.

I built these to solve my own workflow bottlenecks, but I hope you find them just as useful for your next engagement or CTF challenge! I would love to hear your feedbackβ€”what features should I add next?

If you find them helpful, feel free to drop a ⭐ on my GitHub repositories. You can also check out my other projects on my portfolio at ilias1988.me.

Happy hacking! πŸ’»πŸ‘Ύ

Top comments (0)