-
Making requests in Rust
- 11 Views
- 0 Likes
- 0 Comments
A systems programming language like Rust often involves a lot of complexity for tasks that are normally simple in higher level languages like Python an...
-
Practicing Rust with Rustlings
- 14 Views
- 0 Likes
- 0 Comments
Rustlings: https://github.com/rust-lang/rustlin
-
Web Security with Python | Dictionary Attack
- 53 Views
- 0 Likes
- 0 Comments
The darling hack of activists and blackmailers alike.
-
Web Security with Python | Secure Logging
- 16 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
- 15 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
- 26 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
- 45 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
- 17 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
- 35 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
- 23 Views
- 0 Likes
- 1 Comments
When you type `python` in the terminal on MacOS, you may not get what you expect.