rogue scavenger hacker survivor (gate mix) - By DJ Boo!

SoldierX.com Hakin9 Magazine HAX Radio - The stream the FBI Listens to! Offensive Security Wireless Professional PWNIE 2012 Nominations The Hip-Hop Realm

WEAKERTH4N: Blue Ghost (version 1.9) Download

March 19th, 2013 • 802.11, Information Security, Systems Administration, WeakNet Linux, WiFi Hacking2 Comments »

The last release was broken due to the Linux 3.8.X kernel not playing well with unionfs – which is pretty lame. Also there was an awful Java fonts bug that ruined dpkg. I was able to fix both and rolled the kernel back to 3.7.10 which has been tested on USB and working properly with Unetbootin. The newer kernel makes the ISO smaller. So, I present to you, version 1.9!

Download from HaxRadio:

http://hr.weaknetlabs.com

FreeRADIUS-WPE with WEAKERTH4N Instructional Video: Easy! :D

~Douglas

WEAKERTH4N: Blue Ghost BETA v1.5

March 17th, 2013 • 802.11, Android, Programming, Systems Administration, Updates, WeakNet Linux, WiFi Hacking2 Comments »

I recompiled the kernel with better Netfilter support and even more wifi drivers – I recompiled the NVIDIA 310 driver and compat-drivers. I added FreeRADIUS WPE, hostapd, hashcat, more scripts, and even on screen display scripts. (the WiFi one was m33b0′s idea). Also, I added more Hardware hacking utilities, Android hacking utilities, and changed the Grub screen resolution and configuration for faster booting.

Download it now! (hr.weaknetlabs.com) Thank you HaxRadio for hosting! :D

~Douglas

Disabling SSH in inetd for WEAKERTH4N

March 13th, 2013 • Howto, Information Security, Systems Administration, WeakNet Linux, Web Secuirty4 Comments »

dragon brought to my attention that I accidentally left ssh running on port 23. To stop it, please open the file:

vim /etc/inetd.conf

and edit the following light blue line:

to have a “#” pound symbol in front of the line to make it just like the rest of them – essentially commenting this out.

Then we need to restart inetd

/etc/init.d/openbsd-inetd restart

It will be disabled in the upcoming BETA 2 release this weekend.

~Douglas

Aptitude Fix and Java Install

March 12th, 2013 • Howto, WeakNet LinuxNo Comments »

I am not really sure where the database for dpkg went during development, but hey – that’s what Linux is all about right?: fixing bugs and solving puzzles. So I spent most of my evening last night and came up with a super script that fixes the entire issue for those who want to use aptitide (apt-get, apt-cache, etc)

To solve the issue, run these commands from the command prompt:

wget http://weaknetlabs.com/linux/flyswatter/scripts/aptitudefix.sh
chmod +x aptitudefix.sh
./aptitudefix.sh

This will rebuild most of the database and allow for apt-cache searches again. If the entry is not in the DB files it will be added and you may see a lot of extra lines during an apt-get install

Java

java is about 100MB or so and was trimmed from the BETA ISO, but it is required for playing with the cute Metasploit “Armitage” gui interface and the spectrum analyzer software for the Ubiquiti Airview.

Once we have done the aptitude fix above, we can now do

apt-get install openjdk-6-jre

~Douglas.

WEAKERTH4N: BLUE GHOST Release!

March 11th, 2013 • 802.11, Information Security, Programming, WeakNet Linux, Web Secuirty, WiFi Hacking2 Comments »

Download from HaxRadio!

HR.WEAKNETLABS.COM