Signing Your Git Commits by Default

Managing .gitconfig For Fun And Profit You know when you see that little green ‘Verified’ badge next to your commits on GitHub? The one that makes it feel all official? Notice how when you commit and push from the command line you don’t get that by default? If you’ve ever wondered why, this post is for you! Also if you realise that signing your commits is a good idea generally because something something security… It works for you too. ...

May 14, 2020 · 3 min · Josh J

AutoIT and It's Destructive Potential

AutoIt is amazing. They have a website. Read about it there because it would be a waste of my time to try and explain it to you. The help file is massive so anything you need, you can find there. Also, if you want to use the user created functions and such, everything’s in the help file. It really is rather extensive. So, onto an example. This is basically an example of a script that you can run from an autoexec.bat on someone else’s computer to give them a fake and very obvious virus. Let’s begin: ...

February 11, 2018 · 4 min · Josh J