Bash – SUID Program’s Child Process did not inherit Parent Process UID as EUID

Background
In practicing pentesting a VM on Vulnhub I encountered an issue that is quite interesting with Brainpan. After initial access with a limited shell generated from a BoF exploit on a service running on port 9999, I did some basic … Continue reading Bash – SUID Program’s Child Process did not inherit Parent Process UID as EUID

How to share penetration tests results + remediation plan to third party companies without exposing one’s self

We are integrating our services with 3rd party companies (ie customers are able to buy the products of third party companies on our platform). These companies are asking us to provide to their security teams a penetration test.
Although we… Continue reading How to share penetration tests results + remediation plan to third party companies without exposing one’s self

How to obtain PRGA file using aireplay-ng chopchop or fragmentation attack

I am running Kali linux 2020.3 on VBox on Windows 10. I put my wireless card AWUS036ACH chipset Realtek RTL8812AU in monitor mode using airmon-ng start wlan0 X (by x i mean the number of channel AP is operating on). I am trying to crack WE… Continue reading How to obtain PRGA file using aireplay-ng chopchop or fragmentation attack

Do I need port forwarding for msfconsole remote target exploitation

I was running a series of test attacks on my virtual test machine.
Here i had to set the RHOST option to the Ip-address of the target and LHOST to the Ip-address
of my local machine. I am certain that this works well locally because both m… Continue reading Do I need port forwarding for msfconsole remote target exploitation