-
Web Security with Python | Dictionary Attack
- 351 Views
- 0 Likes
- 0 Comments
The darling hack of activists and blackmailers alike.
-
Web Security with Python | Secure Logging
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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⭐
- 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...