| Home | RSS Feeds |
| Funny Pictures | Funny Videos |
| Funny GIFs | YouTube Videos |
| Text/Links | Comic Editor |
| User Rankings | Channels |
| Copyright Removal Request | |
| |
#32
-
jafra (07/25/2010) [-]
I programmed a trojan virus in c for mac osx ounce.... to knock down some of my mac fanboy friends :D
it doesn't spread, but I can control the comp it runs on. It can remotley install apps and opens up gay porn sites at certain intervals.
it doesn't spread, but I can control the comp it runs on. It can remotley install apps and opens up gay porn sites at certain intervals.
#46 to #45
-
jafra (07/26/2010) [-]
"auto-authenticated" lol no. My dumbass friends are dumb enough to allow "mac-service-update" through the firewall. That's the name of my virus :D
He runs some third party firewall program on his mac.
SSH, no. I went the easy and stupid way of doing it. I used the cURL library to open a php script every 30 seconds. The php script spits out instructions for the virus from a mySQL database on my server.
I update the instructions from my laptop on the database.
VERY NOOBISH, I kno. Programming isn't my speciality :D
He runs some third party firewall program on his mac.
SSH, no. I went the easy and stupid way of doing it. I used the cURL library to open a php script every 30 seconds. The php script spits out instructions for the virus from a mySQL database on my server.
I update the instructions from my laptop on the database.
VERY NOOBISH, I kno. Programming isn't my speciality :D
PHP? So its a web based virus? To run PHP scripts you need to have a supporting browser, they don't run by themselves. MySQL instructions? SQL databases are for mainly numeric based data (I should know, I used to maintain Evowow's SQL server)
Very, very odd virus sir.
Very, very odd virus sir.
#48 to #47
-
jafra (07/27/2010) [-]
You just got to think outside the box :D
SQL holds a list of instructions, the virus pretends to be a browser and opens a php script to get instructions from the database. The instructions from the database would be just char arrays (strings)
If the instruction was successful, it opens the php script again with POST data to clear the instruction from the database. If the instruction failed it will just try all over again in 30 seconds :D
sample instructions include
"a:file_on_server" = download the file and execute
"b: lemonpart.org& quot; = open a website, with site specified
"c:you're a fag" = display message etc...
The reason I did this is because I didn't know much about SSH at the time.
SQL holds a list of instructions, the virus pretends to be a browser and opens a php script to get instructions from the database. The instructions from the database would be just char arrays (strings)
If the instruction was successful, it opens the php script again with POST data to clear the instruction from the database. If the instruction failed it will just try all over again in 30 seconds :D
sample instructions include
"a:file_on_server" = download the file and execute
"b: lemonpart.org& quot; = open a website, with site specified
"c:you're a fag" = display message etc...
The reason I did this is because I didn't know much about SSH at the time.