797
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
797
The following chipsets are supported by default in most, if not all, NetHunter kernels:
Atheros
āŖļøATH9K_HTC (AR9271, AR7010)
āŖļøATH10K
Ralink
āŖļøRT73
āŖļøRT2800USB
āŖļøRT3070
Realtek
āŖļøRTL8188EUS
āŖļøRTL8188CU
āŖļøRTL8188RU
āŖļøRTL8192CU
āŖļøRTL8192EU
āŖļøRTL8723AU
āŖļøRTL8811AU
āŖļøRTL8812AU
āŖļøRTL8814AU
āŖļøRTL8821AU
āŖļøRTW88-USB
MediaTek
āŖļøMT7601U (Product may come with Ralink Technology Corp.)
āŖļøMT7612U
Qualcomm internal wifi chipsets (wlan0)
āŖļøQCACLD-2.0 (fully supportedā
)
āŖļøQCACLD-3.0 (Monitor mode only)
The following devices are confirmed to be working with a NetHunter build:
TP-Link TL-WN722N v1 (Please note that v2 & v3 have unsupported chipsets) but v2 and v3 may be supported using RTL8812AU drivers.)
āŖļøTP-Link TL-WN822N v1 - v4
āŖļøAlfa Networks AWUS036ACH
āŖļøAlfa Networks AWUS036NEH (recommended by @jcadduono)
āŖļøAlfa Networks AWUS036NHA
āŖļøAlfa Networks AWUSO36NH
āŖļøPanda PAU05 Nano
The following devices are confirmed to be partially working with a NetHunter build:
Alfa Networks AWUS051NH (dual band 5 GHz support may be unreliable)
797
¶¶ Externel wifi adapter for #kali #Nethunter #termux #windows #android users ..
for those who cannot buy alfa . u can buy this one .Supports both monitor mode packet injection for windows users no need to install drivers .
around 3usd #aliexpress . look for the same chipset
android i had to install drivers (rooted device )
¶¶ Chipset : ( MT7601U )
Ralink Technology, Corp. MT7601U Wireless Adapter
150mps
797
¶¶ psudohas
#wordlist
psudohash is a password list generator for orchestrating brute force attacks. It imitates certain password creation patterns commonly used by humans, like substituting a wordās letters with symbols or numbers, using char-case variations, adding a common padding before or after the word and more. It is keyword-based and highly customizable.
git clone https://github.com/t3l3machus/psudohash
cd ./psudohash
chmod +x psudohash.py
./psudohash.py -h
./psudohash.py -w password -cpa
./psudohash.py [-h] -w WORDS [-an LEVEL] [-nl LIMIT] [-y YEARS] [-ap VALUES] [-cpb] [-cpa] [-cpo] [-o FILENAME] [-q]
Combining options --years and --append-numbering with a --numbering-limit ā„ last two digits of any year input, will most likely produce duplicate words because of the mutation patterns implemented by the tool.
797
¶¶ Wifi-Hacking/
#aircrack-ng #wpscrack #handshakecapture #wordlist #deauthclients
Cyber Security Tool For Hacking Wireless Connections Using Built-In Kali Tools. Supports All Securities (WEP, WPS, WPA, WPA2/TKIP/IES)
¶¶ Feutures and Contains :
1)Start monitor mode
2)Stop monitor mode
3)Scan Networks
4)Getting Handshake
5)Create wordlist
6)Install Wireless tools
7)WPS Networks attacks
8)Scan for WPS Networks
9)Crack Handshake with rockyou.txt
10)Crack Handshake with wordlist
11)Crack Handshake without wordlist
¶¶ Kali Linux / Ubuntu / Parrot OS
šsudo apt update
šsudo apt upgrade
šsudo apt-get dist-upgrade
reboot (exit & open again )
šsudo git clone https://github.com/ankit0183/Wifi-Hacking
šcd Wifi-Hacking/
šsudo python3 Wifi-Hacking.py
797
¶¶ Drivers :
https://github.com/RinCat/RTL88x2BU-Linux-Driver
install the drivers & it works fine . around $10 from Aliexpress
797
¶¶ Stryker
latest updates on Stryker app
#wifi
A powerful pentest tool in your mobile device
https://stryker.zalex.dev/
For more info : https://strykerdefence.com/#download
¶¶ Rooted device which supported monitor mode and packet injection
WiFi vulnerabilities scanner
Local network vulnerabilities scanner
NetCut
Exploit Engine
GeoMac
Metasploit Framework
Captive Portal
Site vulnerabilities scanner
Payload generator
Online exploit library
35+ protocols brute
Captive Portal Bypass (upcoming)
¶¶ To add,wordlist open file manager & go to Stryker folder /wordlist/ and add your wordlist
797
¶¶ asnmap
ASNmap is a brand new CLI tool, written in Golang, used to query Autonomous System data. The data is pulled from https://api.asnmap.sh, which returns data that is parsed from Frank Denis' legendary IPtoASN database.Put simply, ASNMap converts:
Organization names to CIDR ranges
ASN numbers to CIDR ranges
IP addresses to CIDR ranges
Domain names to CIDR ranges
The results can be viewed in JSON, CSV and text formats, so it's easy to pipe the output into other tools.
more info : https://blog.projectdiscovery.io/asnmap/
šgit clone https://github.com/projectdiscovery/asnmap
šcd asnmap/cmd/asnmap
šgo build
š./asnmap
¶¶ Input options
These options tell ASNMap what type of data you are feeding it:
-a or -asn is for querying an AS number, e.g. -a AS5650
-i or -ip is for querying an IP address, e.g. -i 100.19.12.21
-d or -domain is for querying a domain name, e.g. -d google.com
-org is for querying an organization name, e.g. -o GOOGLE
797
¶¶ OSINT Email- using Holehe & Efficiently finding registered accounts from emails #osint
Overview:
Manually investigating email addresses can be a tedious task especially when faced with the prospect of manually verifying whether an email address has been registered on individual websites. At the same time, this process is fraught with a very serious risk ā one wrong move can trigger a red flag and warn the target. One solution to this problem is Holehe, a very neat Python-based script that enables Digital Investigators to check whether an email address is used across several online sources such as social media, shopping and adult-oriented websites. The full list is quite extensive, but it includes:
Installation:
šsudo apt update
šgit clone https://github.com/megadose/holehe.git
šcd holehe-master
šsudo python3 setup.py install
šsudo holhe -h
šsudo holehe test@gmail.com
šsudo holehe test@gmail.com --csv
#Holehe #AlienByte2.0 #KaliLiniux
797
repair-kex/install-nethunter:
https://github.com/mrfoxie/repair-kex/blob/master/install-nethunter
This is the tutorial to repair kex in rootless nethunter termux.
Repair Kex in Kali NetHunter Rootless
This is for kex repair and solve all vnc server error in kalinethunter
Installation-NetHunter:
https://github.com/mrfoxie/repair-kex
797
Webkiller V2.0:-- Information Gathering #Tool Write in #Python.
Install:-
1. git clone https://github.com/ultrasecurity/webkiller.git
2. cd webkiller
3. pip3 install -r requirements.txt
4. python3 webkiller.py
Operating Systems Tested:-
1. #Kali #Linux 2020.1
2. #Windows 10
3. #Ubuntu 19.10
This project was created for educational purposes and should not be used in environments without legal authorization.
#Download #Link:-
https://github.com/ultrasecurity/webkiller
#cybersecurity #CyberSecurityNews #infosec #infosecurity #cybersecurityawareness #informationsecurity #pentesting #cybersecuritytraining #informationtechnology #bugbounty #ethicalhacking #OWASP #datasecurity #EthicalHackingOnlineTraining #hacking #hackers #kalilinux #onlinetraining #onlineclasses #AWS #CloudComputing
Visit Us : https://ncybersecurity.com
Twitter : https://twitter.com/NationalCyberS1
LinkedIn : https://in.linkedin.com/company/national-cyber-security-services
Telegram : https://t.me/ncybersecurity
Call/WA:- +918016167754
E-mail:- root@ncybersecurity.com
National Cyber Security Services
797
Install ALFA AC1200 AWUS036ACH Driver On Kali Linux
¶¶kali
https://cybersudo.org/install-alfa-ac1200-awus036ach-driver-on-kali-linux/
¶¶ For windows
https://docs.alfa.com.tw/Product/AWUS036ACH/
797
¶¶ #Free Ngrok authtokens:
26bDGGPyD3XWVtyzK3dfK401oIq_74Wi1m84A7rv9bP5YnihG
26bDzEjjfPls5kLHWGnG3K3voA7_69wkMBqUUExRHoA8v3gEL
26bESCvhbagWfGrHSv4NpTnSCpI_92oE8UFimPxU4nBNMK5T
26bEfSIlR1IcEEayMpRQlj0ttGw_3hrWetKnHZ4FMXc9hDt3Q
26p3rvZocfT7VzraejQNoCjPNN6_6UqEGG1izGcbE8ewtBchT
26p4VZpnXIjsiDq9YizXvkk6UAK_4ZyVi8D2Q63yWCap4LBbF
26p5O1vfFGLsdf9f8D3dzHAcmUv_454E7DaBz26mgs9yVkzQi
26t7bQBRJiFnK74z35eLcPYJPXI_2cyAyXVcEAnMTV9eAaYZw
---------------------------
¶¶ configure ngrok
ngrok authtoken <āļøsеlеct free authtoken>
¶¶ start ngrok
ngrok http 80
¶¶ Run command to start AllHackingTools:
msdconsole
¶¶ All commands below
msdconsole : start AllHackingTools
msdServerĀ : Check AllHackingTools server
msdcĀ Ā Ā Ā Ā Ā : start AllHackingTools
ThemeĀ Ā Ā Ā Ā : Select Termux Theme
StandartĀ Ā : Select default keys
editĀ Ā Ā Ā Ā Ā : Select nano keys
Others commands:
system : View My System
sysĀ Ā Ā : View My System
797
¶¶ AllHackingTools
#info #exploit #sql #url #web #camhack #ddos #phishing #hashcrack #xss #wireless #wifi #wordlist
if you want to set up a Termux quickly, here you are! More Hacking tools with one tool! And when you install All Hacking Tools, your IP is automatically sent and it will never be shared with other people, it is created for logging and system status <--
git clone https://github.com/mishakorzik/AllHackingTools
cd AllHackingTools
bash Install.sh
------------------------
797
¶¶ h8mail
OSINT: Finding Email Passwords in Dumps with h8mail . Now we have a tool that can search through all of these databases and determine whether an email has been compromised and which data dump compromised it #osint #gmail #apikey
šsudo apt-get update && sudo apt-get upgrade -y
šapt install python3-pip
špip3 install h8mail
h8mail help ( help list )
šh8mail -h or using python3 h8mail
¶¶ Howcto install API key are below
https://www.hackers-arise.com/post/osint-finding-email-passwords-in-dumps-with-h8mail
