Airman·Dec 16, 2023Deploying Scout Suite Automation to AWS using TerraformDeploying Scout Suite Automation to AWS using Terraform
Airman·Nov 21, 2023Deploying Scout Suite Automation to AWS Using CDKIn this part we will automate the deployment of the Scout Suite scanning Lambda using AWS CDK.
Airman·Sep 18, 2023Do SameSite Cookies Solve CSRF?SameSite attribute was introduced to improve browsers’ built-in protection against CSRF attacks. But how effective is it?
Airman·May 6, 2021Install ZeroTier on Kali LinuxKali Linux is not one of the officially supported distros by the ZeroTier installer script, so if you just try to use it you will get an…
Airman·Jul 16, 20199 Ways to Backdoor a Linux BoxThis article is a result of playing SANS NetWars Continuous level 5 (attack/defense) for several weeks. When you get access to opponent’s…
Airman·Jun 7, 2019From XXE to RCE with PHP/expect — The Missing LinkThe ChallengeA response icon1A response icon1
Airman·May 23, 2019Getting Docker to work with a proxy serverI was recently configuring Docker on a machine that didn’t have direct access to the Internet and had to use proxy for outbound…A response icon1A response icon1
Airman·Apr 17, 2019Simple TLS ListenerOn occasion you need to listen for incoming connections and interact with the data being sent by the client. Most simple way might be with…