Pinned Repositories
Arduino-Robot
Robot will move towards a light if you shine it at the photoresistor
Brednan.github.io
Calculator-App
Calculator made with HTML and Javascript
Cascade-Trainer
This is a mini program I made to help me with the process of making cascade classification models. It is a type of machine learning that uses both positive and negative images.
Continuous-Proxy-Scraper
This is a proxy scraper that will scrape proxies every 15 minutes, since the websites often update the proxies every 15 minutes or so.
Continuous-Proxy-Scraper-V2
Every 20 minutes, this will scrape proxies from a few different sites and then store them in a database.
Cookie-Clicker-Bot
CSGO-Aimbot
Aimbot for the FPS game CSGO. It uses YOLOv5 to detect enemy players on my screen, then moves my cursor to the location.
Reddit-Account-Creator-V2
This is the second account creator I'm making for reddit. Instead of using selenium, it uses the requests module in python as it is a lot more efficient.
Reddit-Vote-Bot-V3
This program takes a list of accounts, and attempts to login to Reddit and either upvote or downvote a specified post or comment.
Brednan's Repositories
Brednan/CSGO-Aimbot
Aimbot for the FPS game CSGO. It uses YOLOv5 to detect enemy players on my screen, then moves my cursor to the location.
Brednan/Reddit-Account-Creator-V2
This is the second account creator I'm making for reddit. Instead of using selenium, it uses the requests module in python as it is a lot more efficient.
Brednan/Reddit-Vote-Bot-V3
This program takes a list of accounts, and attempts to login to Reddit and either upvote or downvote a specified post or comment.
Brednan/Brednan.github.io
Brednan/Cascade-Trainer
This is a mini program I made to help me with the process of making cascade classification models. It is a type of machine learning that uses both positive and negative images.
Brednan/Continuous-Proxy-Scraper
This is a proxy scraper that will scrape proxies every 15 minutes, since the websites often update the proxies every 15 minutes or so.
Brednan/Continuous-Proxy-Scraper-V2
Every 20 minutes, this will scrape proxies from a few different sites and then store them in a database.
Brednan/Cookie-Clicker-Bot
Brednan/Expenses-List
This is my an app I made using the JavaScript library React. This app allows you to make a list of expenses with the name of the item, the amount, and the date of when you are going to purchase the item. You can also sort through them by year as well. You can remove them simply by typing the name of the item and clicking on the delete button.
Brednan/First-Python-Bot-Src-Code
This is my first bot that I made using the python library Selenium, along with the library Tkinter I used to program the GUI.
Brednan/Proxy-Checker-V3
Brednan/hosting-test
Brednan/HTML-Calculator
Brednan/HTML-Tax-Calculator
https://brednan.github.io/HTML-Tax-Calculator/
Brednan/HTML-Tic-Tac-Toe
Game of tic tac toe coded with html, javascript, and css. It works by submitting 9 characters and depending on each letter it generates a 3x3 grid of X's and O's
Brednan/notes-app
nodeJS app that takes notes from user and adds them to array stored in JSON file
Brednan/Proxy-Adder
Takes a list of proxies, and adds them to my database of proxies.
Brednan/Proxy-Checker
This python app uses http requests to check if a list of proxies are able to successfully connect to a URL that you specify
Brednan/Proxy-Scraper
This program uses the selenium library in python to go to multiple sites that contain proxy lists, scrape them all, then save the proxies into a specified text file.
Brednan/Proxy-Scraper-V2
This a second version of a proxy scraper that I'm making. This one will not only scrape proxies but will also check which ones work.
Brednan/Rat-Client
Brednan/Rat-Server
This is the API server for my RAT (Remote-Access-Trojan). It will be used by the infected devices to retrieve any pending commands to execute, as well as to retrieve shellcode. It also contains API endpoints that the Operator will use when managing the server. It uses JWT to authenticate and authorize both the infected devices and the Operator.
Brednan/React-Weather-App
This is another weather app I have made. However, unlike the last one this is not just a console application, it uses React. It works by you entering a location and then you submit it. Then the fetch API is called which sends a request to Open Weather Map's API and retrieves the data. Then I made it display the description of the weather as well as the temperature (in Celsius).
Brednan/Reddit-Remind-Bot
Brednan/Reddit-Vote-Bot-V2
Brednan/robofriends
A simple react app that was mainly made to test the hosting feature github offers. The app displays a list of robots and has a search bar as well. It gets the image for each robot by using an api that returns an image based on the name of the robot
Brednan/RPI-Client
Client interface for communicating with the Raspberry-Pi socket server
Brednan/RPI-Server
Socket server for controlling the raspberry pi
Brednan/Twitter-Bot
This is an app I coded in python. It is a follow bot for Twitter. It has a GUI that takes the user you want to follow, then has a section where you submit the accounts you have to follow the user. Once you hit the submit button the app loops through each account, and used the Selenium library to automate the accounts to login to twitter, then find and follow the user.
Brednan/Weather-App
NodeJS application that uses HTTP requests to get data from OpenWeatherMap stored in JSON format. App can retrieve the temperature and the timezone of the state that is listed