Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Silentz

Pages: [1] 2 3
1
General discussion / Re: Playstation 4
« on: February 23, 2013, 10:08:59 pm »
Nice! Pre-ordering that as soon as i get wind it's available.

2
Web Oriented Coding / Re: How to take over a computer with PHP
« on: February 19, 2013, 12:04:33 pm »
End-users do NOT have PHP installed on their shit. Use C or something more common. You will need something more than PHP. Unless you are targeting Linux users, even then you wont get anywhere because of sudo, su, super user shite.


OP says: "Lets say you are assigned the task of setting up some PHP scripts on the local apache server"

3
Web Oriented Coding / Re: How to take over a computer with PHP
« on: February 19, 2013, 12:20:46 am »

For your needs you really need to just download a (clean) PHP Shell and upload it to server. It's kinda long making one if there are plenty available.


Then just reverse connect using NetCat if you have firewall issues.

EDIT: Lets say you did make the apache server face the web (so I can access the web page remotely) and I setup a backdoor shell, how would you go about protecting it so that only you can use the shell (and not random skiddies who find the web page)? Would you just password protect it somehow, or is there a better way?


IP Whitelist:


Code: [Select]
$ipaddress = $_SERVER['REMOTE_ADDR'];

if($ipaddress == 'XXX.XXX.XXX.XXX') {
//Action for allowed IP Addresses
} else {
//Action for all other IP Addresses
echo 'You are not authorized here.';
echo "<br />IP Address: ".$_SERVER['REMOTE_ADDR'];
exit; 
}

And then add your password protect if you want too.

4
Found it on the Webs / Russian Meteorite
« on: February 17, 2013, 01:04:14 am »
http://www.youtube.com/watch?v=90Omh7_I8vI


14 Million views in just two days. If you carry on watching some of the other videos they recommend listen to the sound of the meteorite landing, it's just unbelievable.


They say it had the impact of 20 Hiroshima Bombs.


Damn!

5
General discussion / Re: I am #1 on Jamendo
« on: February 15, 2013, 11:57:23 pm »
Just listened to it. Not exactly what i listen to every day but it's really damn good. It's funny 'coz i'm reading the comments/reviews and it's exactly what i would expect to hear on some random Youtube video.


Good stuff! Keep it up.

6
News and Announcements / Re: Happy valentine, I suppose. Special for women!
« on: February 13, 2013, 07:30:48 pm »
Awww. You big softie. Ladies man at heart.

7
Found it on the Webs / For Facebookers
« on: February 11, 2013, 11:00:12 am »

8
General discussion / Re: TV Shows
« on: February 11, 2013, 10:55:48 am »
Thanks for the feedback everyone. Sons of Anarchy and The Walking Dead seem to show up on most lists. Think i'll try them.

9
General discussion / Re: TV Shows
« on: February 10, 2013, 04:05:55 pm »
Oh yes, i remember Entourage from before i went jail. That was quite good.


I think i'll download that.


Thanks relax.

10
General discussion / Re: TV Shows
« on: February 10, 2013, 01:53:55 pm »
south park
american dad
the simpsons
bob's burgers

do NOT watch family guy, it's the worlds most retarded show ever made


Thanks for the reply. I'm actually looking for more of a non-cartooney show like where real acting is going on. Although i do watch all those shows anyway.


And isn't Family Guy made from the same makers as American Dad?

11
General discussion / TV Shows
« on: February 10, 2013, 01:20:32 pm »
Hey Guys,


I download and watch a lot of american TV show's to pass the time when i'm bored.  I'm kinda running outta things to watch and was wondering if people could give me some feedback on what is good at the moment.


I don't really watch normal (UK) T.V so i don't know what is new, good, up-coming etc etc.


What i have watched and liked in the past is:


Dexter
The Wire
Breaking Bad
Boardwalk Empire
Magic City


Maybe you could give me your opinions based on the above.


Waiting for your replies.


Regards,
Silentz

12
Found it on the Webs / Re: The mythical room 32B
« on: February 09, 2013, 01:41:52 am »
Quality find.


now it says TALKING IN #32B but no one is there except me

Loooooool!

13
Anonymity and Privacy / Re: Download Safe with utorrent ?
« on: February 05, 2013, 07:56:34 pm »
How the hell do people get caught? There must be millions of people download torrents. How can they single out a single person?


Does he download a lot of stuff? Or maybe it might just be not a lot of Swedish people downloading so it's easier to target them?




14
Anonymity and Privacy / Re: Guide to Anonymity, Security and Anti-Forensics
« on: February 03, 2013, 01:27:54 pm »
Well done mate. Good post.

15
Found it on the Webs / Re: [Movie] Hard Boiled (1992)
« on: February 02, 2013, 08:26:11 pm »
A John Woo film, it's gotta be good. Thanks i'll give it a go. I think this is the same guy who was in Bulletproof Monk.

Pages: [1] 2 3