Computer Security Websites, Blogs & Researchers
This is a list of websites, blogs, and researchers that are related to computer security.
Remote Code Execution (RCE) Notes
Notes on remote code execution (RCE). This notes contains information gathered from various sources regarding ways to achieve RCE, particularly in a blackbox scenario. It includes contents from blogs, writeups, ctfs, and other resources. This notes will InshaAllah be continuously updated.
Solidity Notes
Notes on solidity and blockchain. This notes will InshaAllah be continuously updated. Most of the notes are from the following sites so you can visit them for more:
Prefect Notes
Notes on things learned while working with Prefect. Somethings may seem obvious, but most likely weren’t to me as of time of writing, others are just notes to help me remember things. If you find anything useful here, say hi on Twitter.
Hacking Notes & Tools
Often times I find myself trying to remember the name of a useful tool I saw somewhere on the internet, or some blogpost that I read a while ago. This is a collection of tools, techniques, and resources that I find useful for recon. This notes will InshaAllah be continuously updated.
OnlyPwner Challenges
Solutions to the OnlyPwner challenges. This is not a walkthrough, just a reference for my future self. Also, the platform frowns upon sharing writeups publicly.
Race Conditions Labs
Solutions to the race conditions labs by Portswigger
SQL Injection Labs
What follows is solution to various sql injection labs. The labs are from Portswigger and PentesterLab.
Migrating database from Bitio to Render
On the 30th of May, 2023 I got an email from bit.io (database as a service company) that they will be joining Databricks, a fancy way of saying that they are changing their business and I should take my stuff (databases) somewhere else. Bit.io offers a free database (PostgreSQL) in the cloud for hobbyists and beginners to test things out, and I have been using it to store databases for my test projects. In this post, I will walk you through how I will migrate the database from Bitio to Render (another cloud provider).
Learning Foundry
This is an unusual type of post, usually one creates a post after planning it out or perhaps after completing a task you intend to write about. This post (and probably more) will be different, I will write as I learn. The goal is to include my thought process and also avoid the procrastination that comes with trying to write a post after completing a task. If it works out, I will create more posts like this.
Ethernaut Challenges with web3.py
This is a fast-paced walkthrough of the ethernaut challenges using web3.py. The goal is to get you up and running with web3.py and the ethernaut challenges as quickly as possible. If you want to learn more about web3.py, check out the web3.py documentation.
Initializing...
Hello World