-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnosonos.txt
More file actions
85 lines (73 loc) · 5.19 KB
/
Copy pathnosonos.txt
File metadata and controls
85 lines (73 loc) · 5.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
WiFi hacking with reaver[android]
=======================================================
1.Look if you have a Broadcom bcm4329 or bcm 4330 chipest on your android phone or not.
2.bcmon (it helps monitor mode on your broadcom chipest that helps in the PIN Cracking.) = download
{https://code.google.com/p/bcmon/downloads/detail?name=bcmon.apk}
3.After installation, run the app and tap "monitor mode" option.
4.Download and Install Reaver app(http://webservices.aptoide.com/apkinstall/apk?uid=4396060) which helps to crack the WPS
Pin to retrieve the WPA2 passphrase.
5.After installation of reaver app, launch it and do an on-screen comfirmation, which is, comfirmint that you're not using
it for illegal purpose, then tap the APN or access poin you'd wish to crack and continue. Most times, you might need to verify
monitor mode to proceed, and this would cause the bcmon to open again.
6.Verify your settings and also make sure that you've checked the Automatic Advanced settings" box.
7.Finally, start cracking process by tapping start attack, at this final stage, it can take 2-10hrs for the cracking of WPS
to be successful.
Happy hacking. :P
-----------------------------------------0---------------------------------
1.make sure your android phone have a Broadcom bcm4329 or bcm 4330 chipest.
2.Then download and install bcmon{https://code.google.com/p/bcmon/downloads/detail?name=bcmon.apk}, it's essential because
it helps monitor mode on your broadcom chipest that helps in the PIN Cracking.
3.After installation, run the app and tap "monitor mode" option
4.Then tap the "Run bcmon terminal" option and type "airodump-ng" and Enter. Once the airodump loads finish, you would
be directed to the prompt command in which you're to type "airodump-ng wlan0" then tap the Enter button.
5.In this stage, a Mac address would appear, in which you're to jot dow.
6.Start scanning the channel by collecting information from the access point before attempting to crack the password,
then type, "airodump-ng -cchannel#--bssidMAC address-w output ath0" and tap enter, then it would start scanning, try
scanning till it reaches 20,000 - 30,000 packets.
Data usage- Not sure if needed but the devolopers gave the soft for free so It maybe is needed.
7.To finally crack the password, return to the terminal, but make sure you've reached the suitable number of packets,
then type "aircrack-ng output*.cap" and tap enter at the terminal.
8.Once the password is cracked successfully, you would recieve a message alerting, 'Key Found' and would display the key
in hexidecimal form. So when entering the key, make sure you eliminate the dots '.' or double dots ':', i.e if it displays
12:34:56:78:90, then enter 1234567890 as the code.
P:S = The use of osmino wifi app seems to be the best any easiest method when hacking into a wifi network. Actually,
it doesn't do any hacking but it serve as help to retrieve the already hacked password by someone else.
It also tracks down the location of such vulnerability and gets connected it's network.
Thanks for reading.Hope you enjoyed the read and thanks for being here and being desepointed and I know
I spelled may words wrong but who cares.Devil may care.Oh I think I gotta make a skin with "Fuchka ya people"
on it. Happy new year. :P
=================================================================
Manager) this.getSystemService(Context.WIFI_SERVICE);
StringBuilder s = new StringBuilder();
s.append("WiFiKill is currently: ").append((wifikill) ? "ON" : "OFF");
s.append("\nWiFi is currently: ").append((wifiManager.isWifiEnabled()) ? "ON" : "OFF");
s.append("\n\nWiFiKill kills your WiFi Connection, so you can use your Wired connection.\n\nDisclamer: I am not responsible if this does not work!!\n\n(I heard it didnt, because ethernet wont connect if wifi is off)");
tv.setText(s.toString());
}
public void kill() {
try {
WifiManager wifiManager = (WifiManager) this.getSystemService(Context.WIFI_SERVICE);
wifiManager.setWifiEnabled(true);
wifiManager.setWifiEnabled(false);
} catch (Exception e) {
//
e.printStackTrace();
}
refreshTv();
}
}
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
import android.preference.PreferenceManager;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
----------------------------------------------------------------------______________________________________
nerdenLinks ::::: https://epic.org/privacy/drones/
http://www.robotshop.com/en/drones.html
http://www.airspacemag.com/flight-today/build-your-own-drone-180951417/?page=1
http://motherboard.vice.com/read/tapped-all-the-ways-your-phone-can-be-hacked
http://www.wusa9.com/story/news/local/2014/12/11/spy-drone-hacking-cell-phones-text-messages/20214047/
http://en.wikipedia.org/wiki/Iran%E2%80%93U.S._RQ-170_incident
http://www.discovery.com/tv-shows/mythbusters/mythbusters-database/cell-phones-interfere-plane-instruments/
-Kkhalid (KiW)