Jump to content

n1tr0g3n

Active Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

n1tr0g3n's Achievements

Newbie

Newbie (1/14)

  1. sometimes newer routers will block arp poisining on the network if it detects it and kill your connection. Mine does it and it's a pain in the @ss..
  2. 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
  3. 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
  4. 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
  5. 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
  6. For windows try this tool out from Nirsoft.net http://www.nirsoft.net/utils/wireless_network_watcher.html and for linux Autoscan has an option called "Intrusion Alert" that alarms you of any new devices that add them selves to your network. It's on the top of the menu in the GUI with a computer Icon and a cable coming out of it.. hope this helps you out : )
  7. 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
  8. n1tr0g3n

    Network Hack

    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.
  9. n1tr0g3n

    Network Hack

    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...