You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My name is Josh and I am a self-taught C# developer. I got my start in IT doing helpdesk support for Microsoft Office 365 products. I am Comptia A+ certified and I am also OSCP certified. In my free time when im not learning more about tech, I love gaming, reading, and doing yoga.
Keeps track of payments for the month and gets the sum of the expenses for the month. Payments can be added, edited and saved using a custom .jmet file extension.
Using the Speech.Synthesis library provided by Microsoft, this program will read text inputed into the textbox. You can import .txt files to have it be read to you while you multitask. As an audiobook lover, this is one of my favorite projects!
Quickly get the checksum of a file using my lightweight File Integrity Checker. Used to make sure downloads haven't been corrupted when downloading or any malicious actors have hijacked the download link. This is very helpful for cybersecurity stuff!
Keeps track of payments for the month and gets the sum of the expenses for the month. Payments can be added, edited and saved using a custom .jfp file extension.
Based off of Pentest Monkeys reverse shell cheat sheet, this script will replace the IP, port address, and start a Netcat Listener for the selected reverse shell code. Why manually edit the code wh…