Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 hacking passwords
Index -> General Programming
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Andy




PostPosted: Tue Oct 19, 2004 3:29 pm   Post subject: hacking passwords

i accidentaly stumbled upon http://hackthissite.org and was wondering how one would go about to hack a site like this... i started by writing a turing program to get the html source of the site.. but that lead me no where... ny help guys?

here's the code i used to get the html source

code:

var url : string := "http://hackthissite.org"
var fin : int
open : fin, "c://file.txt", put

var netStream : int
var line : string

netStream := Net.OpenURLConnection (url)
if netStream <= 0 then
    put "Unable to connect to ", url
    return
end if
loop
    exit when eof (netStream)
    get : netStream, line
    put : fin, line
end loop
Net.CloseConnection (netStream)
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Tue Oct 19, 2004 3:52 pm   Post subject: (No subject)

I think I went to that site a while ago, and it wasn't anything like that, if I remember correctly. That leads me to believe that actually is in beta (I guess they scrapped their old one and are starting a new one) and is not configured.
Display posts from previous:   
   Index -> General Programming
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: