September’s meeting was great!!

The last meeting was awesome as always! My SQLi presentation went well and i even got to do a little demo of iPillage, i took my IR Copy toy but didnt really get to play with it. dw5304, wowed all showing his remote boot system hes working on that needs only a NIC, and gave a little tut on surface soldering! It doesn’t stop there, Klaiviel schooled us all a little in HAM radio, how to track someone with it and how to get your message across the world! He also did a little lock pick demo and GAVE EVERYONE A FREE LOCK! Thanks bro! 🙂 I only took a few pictures this week and here they are.

Everyone got a free dc414 sticker for showing up as well as “Things to know if the FBI show up” cards from DEFCON19 and UCLA. We also got to use our new free junk give away random picker, thanks to ngharo for coding that up, and gave away a few LAN taps, and as always our free junk! Congrats go to Meg again for winning The NORTON Essentials for Mac or more of the crap i don’t want anymore 😛

Meg showing off her free dc414 junk

Introducing ENCOSH

dc414 is happy to bring you ENCOSH, a online encoding and hashing app. You just feed ENCOSH a string and it will hash it using MD4, MD5, SHA1, SHA256, SHA384, SHA512, LM, NTLM and encodes it using Base64, ROT13, HEX, URL, RawURL then spits them all out for you. I had used it as a personal tool for a long time and got lots of use out of it for sql injections and what not so im sure someone else will as well, so enjoy 🙂

Thanks ngharo

Mr. ngharo just finished up a big long over due server upgrade for dc414! The online tools are down yet but i should be able to get them back online within the next few days, and now that we are on debian expect many more to come 🙂 So if anyone sees ngharo be sure to thank him for his hard work!

phpMyAdmin upgrade script.

I got sick of upgrading phpMyAdmin at work every time a new version came out so i made this little script to do it for me. All you have to do is pass the .gz download url to it.

Here is the code:

#!/bin/bash
upgrade() {
    wget $1 -O phpmyadminupgrade.tar.gz
    FILE="phpmyadminupgrade.tar.gz"
    tar zxvf $FILE
    FOLDER=`echo $FILE | awk -F".tar" '{print $1}'`
    cp /usr/share/phpmyadmin/config.inc.php ~/phpMyAdmin*
    rm -rf /usr/share/phpmyadmin/*
    cp -R ~/phpMyAdmin*/* /usr/share/phpmyadmin/
    chmod -R 777 /usr/share/phpmyadmin/
    chmod 644 /usr/share/phpmyadmin/config.inc.php
    rm -rf ~/phpMyAdmin*
    rm ~/$FILE
    echo "Done!!"
    exit 1
}

usage() {
    echo "Use this script to update phpmyadmin"
    echo "to run:"
    echo "./upgradephpmyadmin.sh url"
    exit 1
}

if [ -z "$1" ]; then
    usage;
else
    upgrade $1
fi

Past that into “upgradephpmyadmin.sh”
chmod a+x it and run it as root like so:

user@user:~$ sudo ./upgrademyphpadmin.sh url

NOTE: This bash script assumes phpMyAdmin’s html files, including config.inc.php live in /usr/share/phpmyadmin/ and that you are running this script in your home directory.

Theory and Art of Persuasion

##UPDATE – AnarchyAngel will be the only member of dc414 at this event, but if you have the time, go and join him.

Check out Theory and Art of Persuasion being hosted at Candlelight Collective and presented by Taylor Marx. A R.E.C.A.L.L. information session and discussion on persuasion, specifically how it is used (and abused) in our society and how it relates to the collective process. The presentation starts at 530pm. So come out and learn a little bit about social engineering and have some fun! We will see you there!

FB event link – https://www.facebook.com/event.php?eid=270444036304576

August 23rd @ 530 pm

Candlelight Collective
258 N. Main St (Lower Level)
West Bend, WI

Sweet DEFCON19 stuff and pwnage.

Got some cool shit at DEFCON, here are some pics of the stuff i got. Here is the DEFCON19 cd iso, and here is your mom 😛

While at DEFCON we ran a little hack contest, back at the riv amongst our selves “me, ngharo, black rat, and alex”, to see who could bypass the hotels internet billing system 🙂 I would like to say that i came out on top as leet hacker supreme by getting online first. Yeah im the best hacker ever 😛 dont freak out, we are good people and didn’t actually use the hotels internet in this manner, i personally opted for a slightly more secure method and tethered my phone. ok thats it peace.

From DEFCON to the clink.

Well DEFCON19 was awesome and we got some cool stuff that i would love to show you, but the cops have it all! I can talk more about that shit later. We had a great time at DEFCON as always, our talk went good and we met lots of cool people. ngh and i will not be at the next dc414 meeting because we have to go to Iowa to get our stuff back, but the meeting should still be poppin so stop in and say hi! 🙂

Thats right bitches, dc414 swag!

So I been hard at work getting ready to make some shirts, learning how to do it “That was a trip”, getting all the shit i need to do so, and trying to find the room to make them in my little house. Finally it is all paying off, I give you dc414 swag 🙂

They come black or white, $15 each, you can order them by emailing me or at the meetings. Five dollars of every purchase goes to your choice of 4 charities or dc414. The choices are EFF, WikiLeaks, Phone cards for deployed troops, or Wounded Warriors and their families, or dc414. So get a few shirts now! 😛

Stop mandatory data retention

Got this email from our friends at EFF:

Dear friends,

The U.S. House of Representatives is currently considering H.R. 1981, a bill that would order all of our online service providers to keep new logs about our online activities, logs to help the government identify the web sites we visit and the content we post online. This sweeping new “mandatory data retention” proposal treats every Internet user like a potential criminal and represents a clear and present danger to the online free speech and privacy rights of millions of innocent Americans.

Please, contact your Representative today and ask them to oppose this dangerous bill:
https://secure.eff.org/site/Advocacy?cmd=display&page=UserAction&id=497

Thank you for all that you do to help us safeguard online rights,

Rainey R., Richard E., Eva G. and the rest of the team

Help dc414 and the EFF stop mandatory data retention, contact your Representative and spread the word!

Thanks all!

Thanks to everyone that came to our haphazard pre-DC19 dc414 meeting 🙂 We held this meeting so ngharo and I could get a better idea of what to talk about at DC19 and we got just that! We also had time to shoot the shit a little and talk about up coming events and meetings. So thank you again everyone that came out! Even though this wasn’t a normal dc414 meeting I still felt the need to give out free crap, every one congrat Lady Zsa Zsa on winning a awesome Diskette Manager 3, works best on DOS 2.3 and above 😛

lady zsa zsa holder her winnings