Recent posts
-
Hacking APIs for profit – Reddit bug bounty
Read more: Hacking APIs for profit – Reddit bug bountyNote : All the testing performed on the company mentioned here was done legally and on the consent of the company . All the information here was only shared once the bug was officially disclosed . There is a lot of discussion about security in Web 2.0, particularly concerning classic security flaws like XSS, SSRF,…
-
How to manage multiple ssh keys of different GitHub/Gitlab account ?
Read more: How to manage multiple ssh keys of different GitHub/Gitlab account ?Throughout our journey as software engineers, many of us have encountered the challenge of managing multiple GitHub accounts. This situation often arises when we have either multiple GitHub accounts within the same company or a combination of personal and company accounts. It becomes crucial to effectively handle our SSH keys to prevent permission conflicts, as…