Hack Forums

Full Version: Site data leecher
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
@echo off
title Site data leecher!
color 0a
echo This is your Site Data leecher,which provides you with information
echo related to a website that you choose,it gets IPs,proxies,hosts...
echo Information goes thru Netcraft and then opens a webpage,so let's get
echo started shall we?
echo Type in the website
set /p website=
set wait1=
:pause1
set /a wait1=%wait1%+1
if %wait1% leq 2800 goto :pause1
cls
color 0f
echo Loading...
set wait2=
:pause2
set /a wait2=%wait2%+1
if %wait2% leq 2800 goto :pause2
echo Loading...
set wait3=
:pause3
set /a wait3=%wait3%+1
if %wait3% leq 2800 goto :pause3
echo Loading...
set wait4=
:pause4
set /a wait4=%wait4%+1
if %wait4% leq 2800 goto :pause4
echo Loading...
set wait5=
:pause5
set /a wait5=%wait5%+1
if %wait5% leq 2800 goto :pause5
start http://toolbar.netcraft.com/site_report?url=%website%
echo Information Provided!!!!
pause>nul.
damn thats pretty cool man you made that?! and it works pretty good!!
Yes I did,but not the website.(Netcraft).
man thats perfect you damn good!!!!!!!!!!!!!1
If you guys have any other idea please post here.
why dont you add a ddosing script to it you know so we can ddos a website using it to ?!
could it be done?!
It couldn't.Only thing that is NEAR DoS is Ping.
why not just:

Code:
@echo off
title Site data leecher!
color 0a
echo This is your Site Data leecher,which provides you with information
echo related to a website that you choose,it gets IPs,proxies,hosts...
echo Information goes thru Netcraft and then opens a webpage,so let's get
echo started shall we?
echo Type in the website
set /p website=
start http://toolbar.netcraft.com/site_report?url=%website%
echo Information Provided!!!!
pause>nul.
It's more official my way.
official? it just makes u wait a long time to get the same result -_-....lol, oh, i see what you did. nvm then :D lol.
Pages: 1 2
Reference URL's