Pool on the roof – September 11, 2023

Have a no0b question? New to hacking? Looking for a script? Need help with your github project? Something wrong with your payload? Stuck on a CTF or bug bounty?

This is a weekly recurring post to make friends with other hackers, ask questions, and get any type of help you may need.

Make sure to read our wiki as it’s full of resources for you.

Keep all beginner questions in this weekly stickied post.

submitted by /u/AutoModerator
[link] [comments]

September 11, 2023
Read More >>

Python Try Except: Explained with Examples

Python Try Except is a construct used in Python to handle exceptions gracefully without crashing. Exception handling makes your program code more reliable and less likely to fail. This article guides handling exceptions and the common scenarios in whic…

September 11, 2023
Read More >>