Sunday, 21 October 2012

Creating A advanced Web Browser in Visual Basic 2010

Creating A advanced Web Browser in Visual Basic 2010 (2008 can be used too)


Post: #1

Creating A advanced Web Browser in Visual Basic 2010 (2008 can be used too)
1.) Create a new project, Windows Form Application, click ok.

2.) Resize it to the suitable position.

[Image: aLC5c.png]

3.) Create 5 buttons, and put them in the position I put them in.

[Image: nSf4I.png]

4.) Rename the buttons. Here's what you should change them too.

Code:
Button 1 = Back Or <<<

Button 2 = Forward Or >>>

Button 3 = Refresh

Button 4 = Stop Or X

Button 5 = Go

5.) Create a TextBox, and put it in line of the gap between the 5 buttons.

[Image: zwkaB.png]

6.) Create 2 extra buttons, rename Button 6 to Search Bing , And rename Button 7 to Search Google.

Create a textbox and put them in the order I do.

[Image: VDsdl.png]

7.) Insert a webbrowser, go to properties, and resize it to fit just under the buttons.

[Image: PipT7.png]

Now for the coding, you may not have knowledge with coding, I'll tell you.

8.) Double click on Back and type in underneath Private sub,

Code:
WebBrowser1.GoBack()

9.) Do this for all the buttons, except use the appropriate codes.

CODES:

Code:
Forward : WebBrowser1.GoForward()

Refresh : WebBrowser1.Refresh()

Stop : WebBrowser1.Stop()

Go : WebBrowser1.Navigate(TextBox1.Text)

Search Bing : WebBrowser1.Navigate("www.bing.com/search?q=" & TextBox2.Text)

Search Google : WebBrowser1.Navigate("www.google.com/search?q=" & TextBox2.Text)


Thats all! Now Debug it by pressing F5 on your keyboard.

Test if it works by trying to type in the second text box we made earlier, and click search Google, then it should search.

How To Hack - /cgi-sys/suspendedpage.cgi

How To Hack - /cgi-sys/suspendedpage.cgi

How To Hack - /cgi-sys/suspendedpage.cgi ~

Many times you found that hacker posts the deface index with "/cgi-sys/suspendedpage.cgi" link

e.g. http://www.site.com/cgi-sys/suspendedpage.cgi

So, today we will learn how to do this...

So, lets start
page before Hacking

Requirements:

For this deface, you must require the WHM-2086 panel
Mean any reseller hosting panel..
Lets check out its suspended page...
There are many sites on the accuont...
now let check all these....
So, we check that all are showing that account is suspended
Lets move to the trick Tongue
Check out this Tongue
Go to the WHM panel and then go to " Account Functions "
WHM > Account Functions
Then go to Tmp editor
Web Template Editor
WHM > Account Functions > Web Template Editor
Now go to 4th option "Account Suspended" & post your deface index
there...

My index
Tongue

SAVE & its DONE :D

lets check the /cgi-sys/suspendedpage.cgi again for all the sites..