Articles by Issue

NahamSec videos and NahamCon2023

NahamSec has been very active on YouTube recently, producing a lot of interesting videos like: 2023 Web Hacking Roadmap // How To Bug Bounty Learn Cybersecurity and Hacking Through CTF! Cloud Hacking: The Basics How To Pick Your Targets // How To Bug Bounty Also, he...

Secure Code Game

GitHub Security Lab has created a secure code game that allows developers to learn how to secure intentionally vulnerable code. It's definitely worth trying out, especially for those who have been asking me how to get started with code review!...

DigitalOcean Droplet Proxy Burp Suite extension

Whenever I needed to proxy my Burp traffic through another IP address, I would just create an SSH tunnel to a VPS. Of course, the VPS would run all the time because I’m too lazy and it’s too cheap to turn it off and on every day. But Honoki created a Burp plugin that...

Nuclei Foundation series

The ProjectDiscovery channel now features a series of videos explaining how to use Nuclei, a tool that needs no introduction. The videos are created by PwnFunction so the quality is absolutely top-notch!...

Turning arbitrary file write into an RCE

Arbitrary file write is a very dangerous vulnerability, but its impact is more difficult to demonstrate than that of a file read bug. In a recent blog post, Maxence Schmitt and Lorenzo Stella from Doyensec describe a technique they used to turn arbitrary file write...