Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
I figured it was about time to upload some more fun scripts to my SecurityTools repo, so I went with two batch hacker scripts that I had found and modified some time ago.
The first is Matrix inspired, and is easily modifiable for your chosen colors/length of string.
This script changes the text color of the console to green, and then loops over an echo of 6 random numbers (between 0 and 32767).
@echo off :random color A echo %random%%random%%random%%random%%random%%random% goto :random
The second one is a bit closer to Hollywood magic, and it has a bit more going on.
This one will loop over an ipconfig /all followed by 3 pings to the loopback. Additionally, it will alternate the screen colors between red on gray and black on white.
@echo off :random color 07 ipconfig /all color 7c ping -n 3 -w 1 127.0.0.1 goto :random
Nothing too technical this week, but some fun hacker scripts that anyone can run.
As usual, the code and updates can always be found in my GitHub repository as well.
Ray Doyle is an avid pentester/security enthusiast/beer connoisseur who has worked in IT for almost 16 years now. From building machines and the software on them, to breaking into them and tearing it all down; he’s done it all. To show for it, he has obtained an OSCE, OSCP, eCPPT, GXPN, eWPT, eWPTX, SLAE, eMAPT, Security+, ICAgile CP, ITIL v3 Foundation, and even a sabermetrics certification!
He currently serves as a Senior Staff Adversarial Engineer for Avalara, and his previous position was a Principal Penetration Testing Consultant for Secureworks.
This page contains links to products that I may receive compensation from at no additional cost to you. View my Affiliate Disclosure page here. As an Amazon Associate, I earn from qualifying purchases.