I was getting the $mycountry error on Slackware 12.1 using ip2cc. When securing PHP I had added exec() to disable_functions in my php.ini, removing this fixed the issue since exec(ip2cc) was failing...
Type: Posts; User: elazar; Keyword(s):
I was getting the $mycountry error on Slackware 12.1 using ip2cc. When securing PHP I had added exec() to disable_functions in my php.ini, removing this fixed the issue since exec(ip2cc) was failing...
Though its geared towards *nix, checkout Jon Erickson's Hacking: The Art of Exploitation. http://www.amazon.com/Hacking-Art-Exploitation-Jon-Erickson/dp/1593271441
Case in point: https://strikecenter.bpointsys.com/articles/2008/02/13/exploiting-iis-via-htmlencode-ms08-006
E
Are you referring to TripleDES? TripleDES is still secure as far as brute force is concerned. See http://en.wikipedia.org/wiki/Triple_DES
E
I managed to fix this by building the dependencies from the latest ruby-gnome2 sources. Try this:
svn co https://ruby-gnome2.svn.sourceforge.net/svnroot/ruby-gnome2/ruby-gnome2/trunk[/url] ...
Sweet :D, ah yea, that definitely falls into the after work category...
Its similar to Olly in many respects...
Elazar
DBAN for me, though I think I am gonna try Streakers SawzAll method next time, or http://www.ranum.com/security/computer_security/editorials/diskcrypt/data-wipe-large.jpg
and ...
Has anyone been able to successfully build a firmware image out of the source code from Linksys's GPL code for this device?
Elazar
I may not be the worlds biggest fan of Redmond, but I think most of us can agree on one thing, governments waste too much time, and our money, on stupidity...
hey ppl, its been a while since I have posted(well anything worthwhile for that matter), i've been busy ;) however I thought it would be worthwhile to share this with you. I recently upgraded my...
Its safe. The shellcode is from the MetaSploit framework, shellcode1 executes the calculator and the shellcode2 will give you a bindshell on 4444, you can verify that by generating the shellcode...
After Base64 decoding you got 16 bytes, only the 1st hash has a trailing =, my guess is salted MD2,4,5...
Elazar
G-d bless you man :)
P'wned through your Laserjet 4100 :D
If you are looking for more of a generalized cert that does go into detail with a bit of pentesting, check out the SANS GSEC. I studied for it using the SANS OnDemand course-ware and found it to be...
Confirmed IBM T42p works fine booting BT3 off of a 4GB Sandisk Cruzer(syslinux 3.54). Have yet to test wireless and compiz...
E
Good assumption, thats probably it. I had a similar issue with Nessus which uses alot of memory when it loads its plugins...
Elazar
You might need to make the script executable:
chmod +x /root/Desktop/airoscript-1.7RC7.sh
Additionally, the script should be run like this ./root/Desktop/airoscript-1.7RC7.sh otherwise...
Yea, that would work. You would just need a module with the updated drivers.
E
Where in the tutorial did it say to run "cat config". Cat is similar to "type" in Windows, i.e. "type filename"...
You are correct, you would have to change the policy, there is no other way. By default, Windows XP and Windows 2003 will not allow blank administrator logons over the network unless the policy...
EFS is actually quite simple. It can use TripleDES, DES-X or AES-256, AES is being the default on XP. When you check that encryption box, Windows generates an RSA keypair which is then used to...
Thanx :). We all start somewhere, mine was hardware...
Not necessarily. I had a machine that got infected with a rootkit and it was being used for a DDoS attack, the spoofed syn flood traffic almost brought my 2621 to a screaming halt. The truth is, the...