This project has been deleted.
A usb device you plug into someone's computer and it grabs their browsing history and uploads it to a server (takes about 5 seconds total) where you can view, sort, and search each victim by their IP address
I can't really demo this because I don't want to leak my private info that shows in browsing history such as location and email
only used AI to compress my bash script into 1 line because I have a life
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
sorry for not posting devlogs I did most of this on a long flight so I couldn't post anything so this is a long one.
I started with making the server API and testing if the bash script worked.
Then I made an admin panel with a password requirement to be able to reset the database.
I realized too late that having databases in databases was stupid and I could have just made files on the machine for each user but too late to turn back now + I am learning how to use databases.
I made the main page show buttons with IP addresses of victims that when you click on pull up that user's history in a table with pages.
Later I added pages to now show 1000 items at once, a sort function, and a basic search.
Now that I am like 4 hours in I started to make the basic Duckyscript to open the terminal and run the shortest command that worked that I made by giving chatgpt my bash script and told it to shorten it because I don't want to spend 2 hours looking at bash docs to see if what I am doing is the most optimal way.
Then I started working on a multi browser grab thing that I ended up scrapping quickly due to the api and database complications.
sadly, I can't demo this because I don't want to leak my browsing history and hosting this as an API will cost a lot due to the size of history files being about 50mb+ on used computers