-
Web Security with Python | Dictionary Attack
- May 24, 2022, 3:26 PM UTC
- 351 Views
- 0 Likes
- 0 Comments
The darling hack of activists and blackmailers alike.
-
Web Security with Python | Secure Logging
- May 24, 2022, 1:24 PM UTC
- 167 Views
- 0 Likes
- 0 Comments
What happens when you don't log securely? Let's find out!
-
Web Security with Python | Never Roll Your Own Crypto
- May 15, 2022, 3:47 PM UTC
- 134 Views
- 0 Likes
- 0 Comments
Let's break a handrolled cryptosystem. For more info on the xor operation: https://www.youtube.com/watch?v=VPw9vPN-3ac
-
Web Security with Python | Insecure Direct Object References
- May 9, 2022, 1:12 AM UTC
- 197 Views
- 0 Likes
- 0 Comments
Let's say you log into a site and load your messages. You notice the messages each have an ID number. What if you could put in a different ID number, a...
-
Web Security with Python | Server Side Request Forgery
- May 6, 2022, 5:27 PM UTC
- 404 Views
- 0 Likes
- 0 Comments
Sometimes, we can trick the server into making requests for us. This can be exploited to access sensitive internal data.
-
Web Security with Python | Denial of Service
- May 6, 2022, 2:54 AM UTC
- 138 Views
- 0 Likes
- 0 Comments
From the halcyon days of Anonymous hacktivism, to today's blackmailers taking down services for ransom, DoS is a perennial weapon in the blackhat arsen...
-
Stored XSS using SVG
- Apr 20, 2022, 4:32 AM UTC
- 268 Views
- 1 Likes
- 1 Comments
SVG is a popular image format. But many users don't know that it can run arbitrary JS code in the browser
-
Web Security with Python | Python 2 is Not Your Friend
- Apr 20, 2022, 3:57 AM UTC
- 119 Views
- 0 Likes
- 1 Comments
When you type `python` in the terminal on MacOS, you may not get what you expect.
-
Web Security with Python | Command Injection
- Apr 20, 2022, 2:33 AM UTC
- 139 Views
- 0 Likes
- 0 Comments
What if you want to rely on user-supplied input to run a command on your system? In this cast, we'll see how a naive developer introduces a vulnerabili...
-
Hacker's Guide to ⭐Dorking⭐
- Apr 10, 2022, 5:06 AM UTC
- 114 Views
- 0 Likes
- 1 Comments
Dorking is a common technique used by hackers to gain access to random machines Github says case sensitive code search coming soon: https://github.com...