http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html
=> "cookie.jar",autosave=>1);$mech=WWW::Mechanize->new(cookie_jar=>$cj);print "GET $url\n" if($verbose);$mech->get($url);exit unless($mech->success());my $cnt = $mech->response->as_string;$cnt =~ s[action="../(.*?)"][action="$1"]is;$mech->update_html($cnt);$mech->form_number(1);$mech->field("username",$username);$mech->field("password",$password);print
"LOGIN\n" if($verbose);$mech->submit();exit unless($mech->success());$cnt = $mech->response->as_string;$|=1;my $uri;my $maxre ...
Published 3 years, 10 months ago
http://digitalpbk.blogspot.com/2009/06/hacking-sql-injection-tutorial.html
. Warning: The following methods may be illegal, given for illustration purpose only. Most dynamic websites use a database server such as SQL Server from Microsoft, MySQL, etc. To demonstrate what SQL injection is, let us see a piece of code that is used as a
login script. Most ASP websites use a code like this:user = Request.Form("user")pass = Request.Form("pass")SQL = "SELECT * FROM users WHERE username='" & user & _ "' AND password='" ...
Published 2 years, 10 months ago
http://digitalpbk.blogspot.com/2008/04/0x80070002-problem-is-preventing.html
0x80070002-A problem is preventing Windows from accurately checking the license for this computer
A problem is preventing Windows from accurately checking the license for this computer.Error Code: 0x80070002When Windows XP boots up, after the Welcome Screen a message comes that shows the above message, and it does not allow you to
login.Solution!Boot into SafemodePress F8 While booting just after the BIOS screen or during the OS Selection menu.Then do the following in the command promt ...
Published 4 years ago
http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html
guestbooks, feedbacks). Now if there is an XSS hole in such a page, you can embed the script to deface. - OR -document.body.innerHTML="XSS Defacingyour HTML code here";Either you can deface or craft a
login page, which results in phishing.Since it is dangerous to mention any examples, find out yourselves ...Further reading and new XSS holes on » ha.ckers.orgEureka? Let the world know ... post a comment. ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
) and Click on the Dynamic Option Below, These are highlighted below:After doing these Click the Add Button.Now click on the Tree View on the left side, the top most item, "Session"In Saved Session enter a name and Press Save. Now click Open.Now a Window should open, and you have to
login with your username and password. That's it with the Putty part. :)Next time you run putty, you just have to double click the saved name from the list of Saved Sessions. No need to follow the above step ...
Published 2 years, 12 months ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
can program the page in such a way that the common template is stored in a file and all the variable information such as the user's name, address , etc can be fetched from a database or a remote location and be displayed on the site. This is just one scenario where server side scripting is used. There is many other scenario's like the need for a
login, displaying dynamic data etc.There are many server side scripting languages. One of it is PHP. Other common languages are ASP (Active Server ...
Published 5 years ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
Scripting holes) vulnerabities in your site. A fraud/hacker can manipulate the site and put fake
login pages on your server. So all XSS vulnerabilities must be scanned and removed.Related+ Intro to XSS+ Mirroring character+ Protect yourselves from PhishingSpread the wordPlease spread the info to help protect yourselves and those near and dear from this peril !Any more info to share? Leave a comment... ...
Published 5 years, 4 months ago