Can anyone provide me with references/advice on programming USB's. USB have a micro controller. I want to use C to program it. I am no touching it if any assembly is required. My end goal is to code my own bad usb
I want to load html content from www.twitter.com/user in c/c++ without curl, what would the GET request look like? I connected on port 80(not https). This is what I tried --> 'GET /user HTTP/1.1' but it didnt load the html, got a 400 bad request instead. Error HTTP/1.1 400 Ba ...more
I got a computer for free, however i have no idea how to operate the bios. It is a gigabyte(brand) motherboard. I want to install arch on this to operate a media server on LAN. I installed arch but i cant boot it. Is this because the computer is old?Any help would be appreciated.
->Hello, I came here on advice on what to do after finding a zero day for a program for windows. ->It gets the exploiter admin rights and is remote. ->I haven't written an exploit yet, due to not having any information on how the exploited software works, my knowledge of this ...more
Step 1: Getting Go Windows Simply download and install it at https://golang.org/dl/ Linux(Ubuntu) sudo apt-get install python-software-properties # 12.04 sudo add-apt-repository ppa:duh/golang sudo apt-get update sudo apt-get install golang Step 2: Overview of Go and Why ...more
I have written a Java backdoor available at http://pastebin.com/2nYicFPM, If you have any questions, please comment and I will update the tutorial on the part you find difficult to understand. This is due the code being long and it just makes it easier to explain the harder pa ...more
Hello I have started a project to write a Backdoor in Java with extensive features. I have written the code execution and retrieval. But I need help on some features. I'm currently stuck on how to get the jar name so that I can copy it into another location, then run it from t ...more