Jump to content

n1tr0g3n

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by n1tr0g3n

  1. My NEW BT 5 Kernel 3.2.6 bash upgrade Script I just finished coding for everyone..

    http://www.mediafire.com/?w3ho21h35ic88r6

    You can get it on my Blog as well :) http://www.n1tr0g3n.com/1558/my-new-bt-5-kernel-3-2-6-upgrade-script-i-just-finished-coding-for-everyone/

    Hope you guys like it!! I spent a lot of time on this one trying to make it just right... Feedback is always welcome

    http://www.mediafire.com/?w3ho21h35ic88r6

    post-38510-0-62372300-1330175319_thumb.p

  2. post-38510-0-74800600-1328340355_thumb.p

    Link to download at Bottom of page

    Some of the updates to the script I made are as follows::::

    I added the new software installers below which will install automatically with apt-get update & of coarse all the /Pentest/ directory SVN updates and revisions as well. I put my little trademark character inside and I also added the ability for a new xterm window to open for the SVN updates so you can close the terminal window if you want.

    It’s very simple yet very effective and efficient! Any questions feel free to ask away

    apt-get update

    apt-get upgrade

    apt-get dist-upgrade

    aircrack-ng and airodump-ng Suite Update using ---------> airodump-ng-oui-update

    figlet ————-ASCII character creating software…really cool

    terminator ——– Terminal emulator which opens multiple terminal windows inside the one main terminal.

    gtk-recordmydesktop ———— Gui version of RecordMyDesktop

    smplayer ——— software to play Music & Videos like ones from GTK-RecordMydesktop

    bleachbit ——– software to clean up temp files

    k3b —— for CD & DVD burning of Music, Media and .iso images

    synaptic —-Package manager to install software

    And of coarse the command to point to the Pentest directory and update or upgrade all software which uses a SVN for updates.

    —————————————————————————————————————————————————————————————————————————————

    Don’t forget to chmod 775 the file in terminal by cd’ing to the files directory in terminal and typing

    chmod 775 bt5updat3r.sh before running the script. Happy Udating!!

    bt5updat3r.sh Download Link http://www.mediafire.com/?m7eb5k4at1bb168

  3. http://theunl33t.blogspot.com/

    http://theunl33t.blogspot.com/2012/01/ubuntu-1110-aireplay-ng-and-mon0-is-on.html

    This script downloads, patches and installs patched drivers and cleans up after...

    Thanks to Travis Phillips for the scripts.. check out his blog it's really got some good info on it guys.

    #!/bin/bash

    #

    # This fix was found at:

    # http://linux-software-news-tutorials.blogspot.com/2011/06/solve-error-mon0-is-on-channel-1-but-ap.html

    #

    # If this script helps you be sure to drop him a line and

    # say thanks!

    echo -e "\n\033[1;32m###########################################"

    echo -e "# Ubuntu Patched Drivers Installer Script #"

    echo -e "# Tested on Ubuntu 11.04 and 11.10 #"

    echo -e "###########################################"

    echo " Coded By: Travis Phillips"

    echo " Date: 01/18/2012"

    echo " Website: http://theunl33t.blogspot.com"

    echo -e -n "\n[*] Installing build-essential...\033[0m"

    sudo apt-get -y install build-essential &> /dev/null

    echo -e "\033[1;32mDone!"

    echo -e -n "\n[*] Downloading Wireless Drivers...\033[0m"

    wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2011-06-16.tar.bz2 &> /dev/null

    echo -e "\033[1;32mDone!"

    echo -e -n "\n[*] Extracting...\033[0m"

    tar -jxf compat-wireless-2011-06-16.tar.bz2

    cd compat-wireless-2011-06-16

    echo -e "\033[1;32mDone!"

    echo -e -n "\n[*] Downloading Patches...\033[0m"

    wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch &>12 /dev/null

    wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch &>12 /dev/null

    echo -e "\033[1;32mDone!"

    echo -e -n "\n[*] Applying Patches...\033[0m"

    patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch &> /dev/null

    patch ./net/wireless/chan.c channel-negative-one-maxim.patch &> /dev/null

    echo -e "\033[1;32mDone!"

    echo -e "\n[*] Building patched drivers and installing."

    echo -e "\n\t\033[31mTHIS WILL TAKE ABOUT 5-10 mins..."

    echo -e "\tPlease be patient and do *NOT* interrupt this process\033[0m\n"

    make &> /dev/null

    echo -e "\t \033[1;32m[*] Compiling Complete. Installing Drivers...\033[0m\n"

    sudo make install &> /dev/null

    echo -e "\033[1;32m[*] Installing Patched drivers completed!"

    echo -e -n "\n[*] Cleaning Up...\033[0m"

    cd ..

    rm compat-wireless-2011-06-16.tar.bz2

    rm -rf compat-wireless-2011-06-16

    echo -e "\033[1;32mDone!"

    echo -e "\n\n\t\t[*] \033[1;37mScript Finished! Please reboot to finish the patch.\033[0m\n\n"

    ==================================================================

    To run save it to a save to a file called patchwifidrivers.sh and in a terminal type

  4. the -r option is nice...Funny I never even heard of that after all these years cracking wireless. damn you learn something every day

    Yeah like they said make sure your card is down and type these commands, the last command is to start airodump to scan for AP's but you'll probably want to specify a channel in the end to stop channel hopping and run these three commands

    service network-manager stop

    service avahi-daemon stop

    service upstart-udev-bridge stop

    or the sudo airmon-ng check kill command

    Assuming your interface is called "wlan1" type this in..

    ifconfig wlan1 down

    macchanger -r wlan1

    ifconfig wlan1 up

    airmon-ng start wlan1

    airodump-ng mon0

  5. 4G has reportedly been hacked now so I guess were never safe, but I'm sure theres no none with enough skill to hack 4G living right next to you so you should be safe : )

    here's an article on the attack from Defcon ttp://www.extremetech.com/computing/92370-4g-and-cdma-reportedly-hacked-at-def-con

  6. Actually he asked to get a user account from the network, sniffing would be of no use. Just try ophcrack, they nused to have an edition that would work over a network with a GUI built in to it as well just like the original. Or use Metasploit and the hash_Dump command that's all.

  7. I'll go ahead and try that format c: thingamajig right now, I'm running BackTrack so it should be ok lmfao! Those damn formatting password sniffing tools get your HD everytime hahahahaha!!!

×
×
  • Create New...