#25

Web3 Learning corner #3 – the first CTFs

Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial In the last two weeks, I continued the solidity course from freeCodeCamp . I must admit that I am speeding up the pace a little to 2x in order to finish it quicker. I am aware that I...

Writing sqlmap tamper scripts

Sqlmap is a fantastic tool for exploiting SQL injections which seem to have received a second life recently. I remember that for a long time, when built-in sqlmap tamper scripts didn’t work for bypassing a filter, I defaulted towards writing my own script in python...

Reading RFCs for bug bounty hunters

RFCs are great documents when you are looking for ideas for research or for bugs. But how to read those long documents without bolds and images? EdOverflow created a blogpost about them and how we, bug hunters, can use them for our purposes. It’s a great one and tells...

Q&A about source code review and debugging

Last week, I made an AMA here over email about source code review and debugging. As one of you suggested, it would be cool to aggregate responses and show them to other people. So I selected the most commonly asked questions. Here they are. Do I need to know the...