http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html
Dataone Account Usage Checker in PERL
The following
Script in PERL is a Dataone account usage checker.#!/usr/bin/perl# http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.htmluse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;my $verbose = 0;my $username;my $password;my $url="http://10.240.64.195/weblogin.jsp";for(my $i=0;$i{ if($ARGV[$i] eq "-v" or $ARGV[$i] eq "--verbose"){ $verbose = 1; } elsif($ARGV[$i] eq "-u" ...
Published 3 years, 10 months 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
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
that your proxy connection does
work..:) ...
Published 3 years ago
http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html
.Hope it
works :) ...
Published 3 years, 1 month ago
http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html
*)&sin;, sizeof(sin))) { perror("bind()"); return 1; } do { sin_length = sizeof(sin); ret = recvfrom(s, msg, 10000, 0, (struct sockaddr *)&sin;, &sin;_length);//Waits until a message is recieved... printf("Message[%s:%d] : %s\n", inet_ntoa(sin.sin_addr), sin.sin_port,msg); } while(msg[0]!='0'); close(s); return 0;}Thats allTested and proved
working on Fedora Core 6.Do let me know your results and comments.....To know more about the functions check the Linux ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2007/05/ansi-escape-sequences.html
to a DIR command. ESC [0;68;"dir";13p The 0;68 is the extended ASCII code for the F10 key and 13 is the ASCII code for a carriage return. Other function key codes F1=59,F2=60,F3=61,F4=62,F5=63 F6=64,F7=65,F8=66,F9=67,F10=68Source : The InternetESCThe Escape sequence on Linux is \e. Replace the ESC by \e on linux to make it
work.For example,\e[31;1m Prints ...
Published 5 years ago
http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html
.Information Allies Missed+ The virus was present in the System_restore files.+ Making reg files did not
work as registry was disabled.+ Group Policy gpedit.msc is disabled. ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
... printf("Message : %s\n", msg); } while(msg[0]!='0'); close(s);//Close Socket return 0;}Thats allTested and proved
working on Fedora Core 6.Do let me know your results and comments.....To know more about the functions check the Linux Manual for each function.Check out... (UDP Transciever):) ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2007/07/captcha-what.html
what's written in it (easily). CAPTCHA's are present in most sites including here. Try posting a comment and you will be asked to enter a word as shown in the figure.CAPTCHA's are used to prevent bots or programs to spam the site with lots of biasing information or advertisements. Effectiveness of CAPTCHACAPTCHA has been here for a couple of years and hence programs defeating the CAPTCHA's have obviously been developed! So how does an effective CAPTCHA system
work?A good captcha ...
Published 4 years, 10 months ago
http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html
. One thing to note that is the mirroring character is not rendered on all browsers. It is supported on Firefox, Opera, IE7 (partially). If anyone has any info about other browsers please leave a comment. Effect of using a mirroring character on orkut with the profile name is shown below:Note that the word "scrapbook" is inversed. There is more of it left for you to explore and find out ...Mirroring character also
works on some Instant Messengers like Google Talk and Yahoo! Messenger ...
Published 5 years, 6 months ago