Program I made.

Nestea

Onyx user!
Reputation
0
It will grab the source of any page you paste in.

Grab things like the runescape login page for phishers etc.

GIF:
ie4JPkqeCrxFu.gif



Enjoy
http://www.gamefront.com/files/21486905/Nestea's+source+grabber.exe
 
This gives me an idea to make a program that actively checks if you are on a Runescape phishing site so prevent phishing.
 
Isn't it just easier to just right click and say show source ?
 
Dim wc As New System.Net.WebClient
textbox1.text = System.Text.ASCIIEncoding.ASCII.GetString(wc.DownloadData("http://www.runescape.com"))

Just wrote your program.
 
Chewbaka said:
This gives me an idea to make a program that actively checks if you are on a Runescape phishing site so prevent phishing.

That's actually a good idea, could be like an add on toolbar for chrome or something.

Zetryio said:
Dim wc As New System.Net.WebClient
textbox1.text = System.Text.ASCIIEncoding.ASCII.GetString(wc.DownloadData("http://www.runescape.com"))

Just wrote your program.

No you didn't.

Thanks for the post though :D
 
Nestea said:
That's actually a good idea, could be like an add on toolbar for chrome or something.

Zetryio said:
Dim wc As New System.Net.WebClient
textbox1.text = System.Text.ASCIIEncoding.ASCII.GetString(wc.DownloadData("http://www.runescape.com"))

Just wrote your program.

No you didn't.

Thanks for the post though :D



Well you see, I really did.
 
Zetryio said:
No you didn't.

Thanks for the post though :D

Well you see, I really did.

[/quote]

Where is the part for the custom button / border?

Weird didn't see that in yours.
 
Looks good, Will use this mate

Thanks.
 
Looks good, but won't use it.
 
Johnnybenoob said:
isnt it easier to look at your url bar? wow =/=

the age of idiocracy.

You're an idiot.

This is grabbing the source of a page, what would looking at an URL bar help with doing that?



The irony.
 
PhatCracker said:
Thanks this comes in handy for lazy people like me

It takes more time to execute the program, copy paste URL, then click the button rather than to just right click view source.
 
Back
Top