I found a link to an active XSS challenge, and i solved it. The goal was to execute alert(1) using the query search, but it was quite complicated, because the website had an annoying security syst...
Izan Beltran
Cancel
XSS challenge
Hiding messages in images
I created this project because I wanted to learn more about steganography, and this was the result. I used LSB technique. Original image: Image with secret message: Source code Exampl...
Sending files with Python
Sometimes I need to share a big file between computers in the same network. Most alternatives are too slow in my opinion and sometimes is not worth to install a specific program. This is why I usa...