Where I work we have 4 IBM HMC consoles to manage 3x “P5 System IBM” and 2x “770 ISeries”, I have some time trying to get root access on this consoles (because i can), some time ago I achieve that goal using this method Escaping HMC Restricted Shell and now I did it using the …
Hacking The Google’s Doodle using Perl
Today, at office, around 4 p.m, the athleticism google’s doodle turns on in a competition between my peers, no matter how hard I tried I always got around 11.8 seconds, vs the best scored time with 10.8 seconds, clearly nerds don’t do excersices even on the keyboard, so, hands on Perl, and only using this …
Hacking The Google’s Doodle using Perl (Basketball)
Same as yesterday, today I used the same logic, but, a little complex calcs, one bug on the doodle runner could be generated doing fast clics on the doodle, the time could be 2 seconds for that bug. Here is the code for basketball cracking: #!/usr/bin/perl -w use X11::GUITest qw/ PressKey ReleaseKey WaitSeconds /; sleep …
Continue reading “Hacking The Google’s Doodle using Perl (Basketball)”