Afim de testar ferramentas hacking eu fui em busca de usar proxies e até mesmo a rede Tor, dái fiz u script maneiro para gerar a lista e me devolver um aquivo de texto
formato
PROTOCOLO://ENDERECO_IP:PORTA
exs.:
SOCKS4://77.120.229.129:9999
Para usar o script acesse o site https://incloak.com/proxy-list/e filtre os proxies que deseja.
Depois copie o javascript e rode no console do navegador. Se não souber usar o console, basta pesquisar no google.
var list = "";
$('.proxy__t > tbody > tr').each(function(){
var type = $(this).find('td:nth-child(5)').text();
var ip = $(this).find('td:nth-child(1)').text();
var port = $(this).find('td:nth-child(2)').text();
list += type + "://"+ip+":"+port+"\n";
});
// 'save as' script
// source http://stackoverflow.com/a/18197511/4830771
function download(filename, text) {
var pom = document.createElement('a');
pom.setAttribute('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(text));
pom.setAttribute('download', filename);
if (document.createEvent) {
var event = document.createEvent('MouseEvents');
event.initEvent('click', true, true);
pom.dispatchEvent(event);
}
else {
pom.click();
}
};
download("proxylist.txt", list);
- LarPhozyHah likes this



Postagens
Male



