Hi, I'm Anthony. I'm a 16yr old programmer / cybersec enthusiast. This is where I will showcase my projects. If you have any questions please contact me on discord toney.music
๐
-
linux commands-rs (rust)
- A small project rewriting some standard Linux tools in rust
- tools included
cat
- TODO
- add more tools
-
file splitter (rust)
- A program that splits big files into smaller files
- TODO
- add basic functionality (repo is pretty much a placeholder at the moment)
- TODO
- A program that splits big files into smaller files
-
countdown timer (rust)
- Counts down from given number
- TODO
- add option to play noise when countdown is finished
- csv to json (rust)
- A program to convert csv to json (and 2d lists)
- bitcoin scraper (python)
- Scrapes details on bitcoin wallets using beautiful soup
- denary to binary convertor (rust)
- Converts numbers from denary to binary
- Ipscanner (kotlin) (kotlin)
- Generates random IPs, check if they are valid, scans a specified port on the system
- I rewrite this project in every new language I try
- Craiyon Discord bot (python) R
- A discord bot to access the Craiyon api from discord
- Uberduck Discord bot (python) R
- Text to speech in voice channels using the Uberduck api
- Binary Enumerator (python)
- Shows what binaries you have RWX access to.
- Has a use case for SUID bit vulnerabilitys
- Ipscanner (python) R
- Generates random IPs, check if they are valid, scans a specified port on the system
- Also has discord webhook support
- I rewrite this project in every new language I try
- File Changer (python)
- One of the first python programs I ever wrote
- completely useless
- it is here to act as a way to show how my code has approved over time
- File Sorter (python)
- Sorts file into folders based on file extension
- Discord VirusTotal bot (python)
- scans discord attachments in VirusTotal
- needs to be rewritten (PRs appreciated)