TryHackMe Mr. Robot Machine.

InfoSec Write-ups - Medium-- Retrieved from tryhackme.comTo hit the ground running on exploiting the Mr. Robot machine we need some information on the target, so let’s run some basic scans which will reveal potential attack vectors. I usually start with a couple of Nmap scans:nmap -sC -sV -O <ip-address> -oN basic_scan.nmapnmap — script=vuln <ip-address> -oN vuln_scan.nmapThe following screenshot … Continue reading TryHackMe Mr. Robot Machine.

Account Takeover via CSRF

InfoSec Write-ups - Medium-- This is my first blog so ignore if I make any mistakes.Hi allI found a responsible disclosure program through google dork which is insecure from the CSRF attack, there was no CSRF token exist while updating the record.For the individuals who don’t know about CSRF, it is a web application attack where … Continue reading Account Takeover via CSRF

Japan, France, New Zealand Warn of Sudden Uptick in Emotet Trojan Attacks

The Hacker News-- Cybersecurity agencies across Asia and Europe have issued multiple security alerts regarding the resurgence of email-based Emotet malware attacks targeting businesses in France, Japan, and New Zealand. "The emails contain malicious attachments or links that the receiver is encouraged to download," New Zealand's Computer Emergency Response Team (CERT) said. "These links and … Continue reading Japan, France, New Zealand Warn of Sudden Uptick in Emotet Trojan Attacks

TryHackMe. Breaking Into the Kenobi Machine.

InfoSec Write-ups - Medium-- It’s not just a basic walkthrough but a resource to learn from.Deploy the Vulnerable MachineAt the very beginning of the penetration test, I’d like to start with two scans which I usually call basic Nmap scan and vuln scan.Basic Nmap scan:In the basic scan I usually use -sC, -sV, and -O switches.Vuln scan:Vuln scan … Continue reading TryHackMe. Breaking Into the Kenobi Machine.

How response Manipulation got me a little, but sweet Bounty

InfoSec Write-ups - Medium-- So it can for youPhoto by timJ on UnsplashHi everyone, I’ve not been writing on Medium for a while(busy months here), however today I wanted to share with you how Response manipulation got me a Low severity bug, going hand in hand with a quickly earned bounty. When targeting a Website/Web App(or Both :D), … Continue reading How response Manipulation got me a little, but sweet Bounty