Python
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation.
-
139 Views 0 Likes 0 Comments
Meet a jr dev, hacker, and sr engineer on their quest to make a secure Python web app!
-
1116 Views 1 Likes 1 Comments
Using a simple flask hello world app to show how a hapless dev can easily introduce a vulnerability. We then exploit the vuln and fix it :)
-
104 Views 0 Likes 0 Comments
Installing and running a flask app on Ubuntu to follow along with my other videos Github repo for this series: https://github.com/JesusAlexV/Python-Sec-Cast
-
118 Views 0 Likes 0 Comments
GET and POST are more than just semantics. For security engineers, choosing one or the other has real safety consequences. https://cwe.mitre.org/data/definitions/598.html
-
433 Views 1 Likes 0 Comments
Remember in 2006 when the coolest hack imaginable was putting the words "YOU'VE BEEN HAXXORED" on your favorite forum? Well we're taking a trip to the past to explore one common way that web page defacement is accomplished: CSS 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 vulnerability by combining Python with system commands, and how to fix it. Let's go!
-
119 Views 0 Likes 1 Comments
When you type `python` in the terminal on MacOS, you may not get what you expect.
-
Stored XSS using SVG
@jesusvilla 6024 Views268 Views 1 Likes 1 CommentsSVG is a popular image format. But many users don't know that it can run arbitrary JS code in the browser
-
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 arsenal
-
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.
-
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, and access someone else's messages?
-
Introduction to: Python coding challenges
@khety 2674 Views505 Views 0 Likes 0 CommentsIntroduction to my python series while solving a basic coding challenge :)
Looks like you've reached the end!