ok, heres to all the swedes; make sure to choose a integrity-aware isp!
http://www.integrity.st (in swedish)
ok, heres to all the swedes; make sure to choose a integrity-aware isp!
http://www.integrity.st (in swedish)
havent had any time to deal with the site or the projects.. will hopefully get some soon.
// sluggo
good neeews everyone!
just got back from norway and saw that the fourth release candidate of aircrack-ng 1.0 is out!
exiting.. i just downloaded it and am testing it out.
i also got a couple of new bug reports and will hopefully get a new beta out in a not too distant future.
// sluggo
forgot to add build-essential as a dependency in the deb package, since it downloads, compiles and installs aircrack-ng now youll need it. anywho, if you got an error when trying to install (or actually configuring) v0.2.14b, please redownload and try again, this time it should work.
sorry bout that!
// sluggo
read this document before installing, running or doing anything at all really!
if you have any questions (or suggestions) that are not answered here please
contact me at sluggo@dm9.se
all references to i and me in the text refers to sluggo of dm9.
-1 BETA NOTES 0 before installing 0.0 what is fuckipred? 0.1 dependencies 0.2 known bugs 0.3 what needs to be done before installing 1 installing 1.0 how to install 1.1 how to uninstall 1.2 using the prebuilt packages 2 usage 2.0 your first run 3 mini faq -1 BETA NOTES due to me being stupid you have to make sure to edit the PIDOF_COMMAND and KILLALL_COMMAND to match the absolute path to wesside-ng if and only if theyr not callable by typing "wesside-ng" in a terminal. 0 before installing some info on what you need to know and do before installing.. if your using a package theres pretty much nothing to worry about, just install and run.. i think. 0.0 what is fuckipred? fuckipred - Front-end Using aircraCK-ng to Inteligently Penetrate Retrdedly Encrypted Domains, i really had to stretch to get that name together.. Its basically a network manager with the ability to crack and connect to wep-encrypted networks using wesside-ng from the aircrack-ng suite. 0.1 dependencies aircrack-ng suite >= 1.0_rc3 (compiled with unstable=true to make wesside-ng..) wireless-tools (iwconfig) >= pretty much any version i think dhcpcd >= just about any version as well glib2 >= some version.. dunno really gtk2 >= dont use any fancy schmancy shit so you prolly dont have to worry 0.2 known bugs * if a thread (when cracking or updating net-list) encounters an error the thread is never marked as terminated and you have restart to get a new one going.. * some output still slips through into the logbox from wesside-ng.. * havent tried it with madwifi, im not shure but i think its supposed to call airmon-ng in some funky way, so that prolly wont work. * ralink users may get some erroneous data in the network list 0.3 what needs to be done before installing if youve installed or compiled aircrack so it cant be ran by simply typing aircrack-ng in a terminal you have to edit the aircrack commands section in fuckipred.h accordingly (no c-knowledge is really needed, just open fuckipred.h in your favourite editor and change the #defines) and recompile. other than that you just gotta make sure you got all the dependencies.. if theyr pretty much up to date you should be ok. no version checking is done when compiling so you wont encounter any errors until you run the prog. a updated kernel REALLY eases any pain you may get when trying to make it run. 1 installing how to install 1.0 how to install open terminal in fuckipred dir and enter theese commands $ make $ sudo make install and thats it! 1.1 how to uninstall open terminal in fuckipred dir and enter this commands $ sudo make uninstall 1.2 using the prebuilt packages since i use arch linux that package is the most reliable, however all the packages takes care of all the dependencies as well as compiling aircrack-ng correctly.<del datetime="2009-06-27T22:55:13+00:00"> as soon as i get my testing comp up and running (it will be running xubuntu and fedora) i hope to implement these features in the deb and rpm packages as well.</del> please see www.dm9.se for the latest packages, they should be installable using your distros package manager. 2 usage information on how to run, set settings and spank your monkey with fuckipred. one really good pointer is to read the text shown in the log-window. 2.0 your first run check the settings tab and make sure the correct nic is selected. go back to the start tab and click the big button. wait. tell all your friends your an awesome superhacker that can take down nasa any day of the week. 3 mini faq Q: why are the networks listed in different colors? A: red text means wpa-encrypted (pretty much unsupported right now), black is wep (theese are the recommended ones) and green are unencrypted networks. Q: when i click abort it takes for ever before it stops cracking, wtf?! A: instead of just terminating the processes fuckipred cleans up and puts your nic back into "normal" state.. which takes some time! Q: why does fuckipred have to be run with root privileges? A: most of the progs called need to be ran as root, and since fuckipreds the one running them it also needs root privileges. Q: why didnt you use this-and-that option/switch when running this-and-that? A: if you wonder that you obviously dont need this tool, now do you?! Q: fuckipred says that aircrack isnt installed but it is, what gives?! A: read friggin readme, stupid! Q: will you write a windows version of fuckipred? A: nope, never ever ever ever! but ive been thinking about setting together a dsl-kinda distro with just fuckipred installed so any winblows user can enjoy it. Q: your todo-list is written in some weird crypto-language..? A: yup, swedish. im from sweden. Q: dude, the code doesnt follow <your-standard-of-choice> and looks like spaghetti. furthermore the proper way of doing this-and-that is <your-super-duper-way-of-doing-it>, do you even have a single ph.d? A: nope, im not even that good'a aircrack user. but hey, screw you! Q: my network got hacked because of you and your stupid program and now big american companies and a bunch of hollywood-wannabes want my money! A: the world is retarded and it sucks to be you! Q: fuckipred just hacks my network but i got no internet connection, i mean thats the problem! what kinda pos program is this? A: your retarded. Q: this idiot-faq/readme didnt answer my question!? A: did you really think it would?
heres the full changelog, will be updated contiously..
# version x.y.z[a|b(<name>)] # x - stable base version # y - release version # z - subversion (feats, bugs, fixes etc) # a|b - a: alpha, b: beta # (<name>) - release code name (i heard all cool progs got that) # # tag info: # info - general information about the release # feat - added feature # bug - fixed bug # arch - arch linux package info # deb - deb package (debian, ubuntu, mint...) info # rpm - rpm package info 0.2.14b (gnagarn) info : readme updated : bunch of rewrites : fixed some typos bug : added ieee8021 network stack support, if you got a the "Airmon-ng did : not return any monitor device, start up failed!"-error this is the : version for you! : fixed network list colors arch : added post-install aircrack-ng download and compilation : added post-remove aircrack-ng uninstallation and removal : added conflicts: aircrack-ng : added depends: openssl, sqlite3 deb : added post-install aircrack-ng download and compilation : added post-remove aircrack-ng uninstallation and removal : added conflicts: aircrack-ng : added build-depends: pkg-config, libgtk2.0-dev, libglib2.0-dev : added depends: iw, wireless-tools, libc6 (>=2.7), libsqlite3-0 (>=3.6.10), libsqlite3-dev, libssl0.9.8 (>=0.9.8f-5), libssl-dev 0.1.02b info : initial beta release
NOTE! a few users have been experiencing some problems with fuckipred and newer versions of aircrack-ng than 1.0_rc3! you should therefor only use fuckipred with the rc3 release, or wait for the next version of fuckipred which will use the current version of aircrack-ng.
second beta release! added ieee8021 network stack support.. also fixed up the arch-package, it now takes care of all the aircrack-ng compiling for you. for full info please see the changelog!
please do report any bugs to sluggo@dm9.se!
(still) missing feats:
* save crack result
* connect to cracked/saved network
* advanced settings
aircrack-ng >= 1.0-rc3 still has to be compiled with unstable=true to build wesside-ng.
update 09-06-28:
well even though i was drunk this time as well i think this deb should work.. just as the arch version it downloads, compiles, and installs aircrack-ng as needed. this means you dont have to do anything by yourself, just start, list networks and crack!
| arch linux aur: | http://aur.archlinux.org/packages.php?ID=26732 |
| deb package: | fuckipred_0.2.14b-1_i386.deb (23.0 KiB, 1,517 downloads) |
| rpm package: | n/a |
| src: | fuckipred-0.2.14b.tar.gz (30.4 KiB, 1,026 downloads) |
// sluggo
due to too many real (away from the putar that is) projects i prolly wont be able to update much around here during the next two months..
ill be moving sometime in aug-sep and after that ill have more time to put into dm9.
the only planned release during this time is the next release of fuckipred, fixing the netlist bug and adding ieee8021 stack support.
anywho, thats about it.. now im off to tear down a wall in my apartment!
// sluggo
NOTE! this script is not needed if your using arch linux or a debian derivate (eg. ubuntu or mint), the latest packages will do it all for you.
first responses to the beta are in and the most common one was the question how to compile aircrack-ng with the unstable=true option. in the next version therell be a button for this (downloading-compiling-installing) but until then i wrote tiny shell script with pretty much no error-checking!
instructions:
download the script into a folder and open a terminal there, then type..
if your using debian (or ubuntu, mint …):
sudo apt-get install build-essential sqlite3 libsqlite3-dev sudo apt-get install openssl-dev # (if this fails use libssl-dev instead of openssl-dev) chmod +x aircrack-installer.sh ./aircrack-installer.sh
most other distros:
chmod +x aircrack-installer.sh ./aircrack-installer.sh
openssl and sqlite3 will, if not already installed, be downloaded and installed by the script. for some reason it failed on my friends machine running xubuntu 8.something (i dont currently have a debian based testing environment).
| script: | aircrack-installer.sh (2.0 KiB, 748 downloads) |
09-06-02 update:
fixed a bug in the script and added wesside-ng check, thank you Musen for trying it out on ubuntu!
09-06-21 update:
arch users dont need this script, the new aur pkgbuild takes care of everything..
// sluggo
NOTE! Outdated version, please use v0.2.14b
First beta-release! not much to tell.. fixed some tiny bugs.
please do report any bugs to sluggo@dm9.se!
missing feats:
* save crack result
* connect to cracked/saved network
* advanced settings
and remember that aircrack-ng >= 1.0-rc3 has to be compiled with unstable=true to build wesside-ng!
09-06-02 update:
following bugs have been discovered (thanks to Musen)
* the network list’s color codes may not be correct depending on you version of iwlist (wireless-tools)
* the ieee8021 stack is not supported by this version
| arch linux aur: | http://aur.archlinux.org/packages.php?ID=26732 |
| debian/ubuntu deb-file: | fuckipred_0.1.02b_i386.deb (19.8 KiB, 503 downloads) |
| src: | fuckipred-0.1.02b.tar.gz (28.9 KiB, 370 downloads) |
// sluggo