Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Earn visit For Links
SUBMITTED BY:
Guest
DATE:
June 20, 2014, 9:42 p.m.
FORMAT:
Text only
SIZE:
579 Bytes
Raw
Download
Tweet
HITS:
235492
Go to comments
Report
Requirement:
-Software Tor.
-File: urls.txt (file with urls links)
-Script.sh:
CODE Script
#! /bin/bash
while true; do
while read line
do
# echo -e "$line\n"
echo "$line"
curl -v --socks5-hostname 127.0.0.1:9050 $line --connect-timeout
done < /root/scripts/urls.txt
service tor restart
let count=count+1
echo `date` >>/var/log/tor/count.log
echo "Se ha conectado a todos los enlaces :" $count >>/var/log/tor/count.log
sleep 1
done
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus