Atucom

A blog about coding, Infosec, penetration testing, and random topics

Friday, November 20, 2020

AWS EC2 & Quick FTP Server

›
 Sometimes you just need to transfer some files back and forth over FTP and want something quick and easy. There are a couple of caveats to ...
Wednesday, July 15, 2020

Python Debugging: Output Function Name and Args

›
Sprinkling print statements everywhere gets annoying so here is a decorator that does 99% of what I need when it comes to debugging function...
Wednesday, February 26, 2020

Simple DLL To Pop A CMD Shell

›
Below is some sample code to pop a cmd shell upon execution of the DLL. Pretty great for testing various code injection techniques. Compile ...
Wednesday, February 12, 2020

A Better, More Modern, HTML Link Grabber

›
Lots of examples of HTML <a> link grabbers simply parse the source code of the page for a links and output that. I'm sure I don...
Thursday, December 12, 2019

Pillage Thycotic Secret Server

›
If you want to grab all the secrets from Thycotic's secret server, use the SOAP API to pull them out. Assuming you have valid domain cre...
Tuesday, December 10, 2019

Round Robin SMB Auth

›
Password sprays are very noisy internally. If the target has any sort of alerting in place, they'll see the spray light up their dashboa...
Wednesday, December 4, 2019

Blacklist IPs Without Caring

›
Clients often give out a blacklist of IPs to not touch in an environment. Manually handling that in all the for loops and parsing can be a c...
Wednesday, November 20, 2019

Crack JWTs with JohnTheRipper

›
Very simple, just paste your entire JWT into a text file like this one from WebGoat: cat > webgoat-jwt.txt eyJhbGciOiJIUzI1NiJ9.eyJpc...
Tuesday, August 20, 2019

Send text message via AWS

›
Assuming you've already done "aws configure" aws sns publish --phone-number 11231234 --message "a thing happened"
Thursday, July 25, 2019

Windows Override Command Execution (Image File Execution Options)

›
When you run a command at the windows cmd prompt, such as schtasks.exe, klist.exe, driverquery.exe, etc, Windows searches a registry setting...
›
Home
View web version
Powered by Blogger.