Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
network name as a primary key, and has a foreign key relationship with the Client table. Handshake: This table stores information about the handshakes captured during the captures, including the MAC address of the access point (bssid), the client (mac), the file name (file), and the hashcat format (hashcat). The table uses a combination of access point and client MAC addresses, and file name as a primary key, and has foreign key relationships with both the AP and Client tables. Identity: This table represents EAP (Extensible Authentication (https://www.kitploit.com/search/label/Authentication) Protocol) identities and methods used in wireless authentication. The bssid and mac fields are foreign keys that reference the AP and Client tables, respectively. Other fields include the identity and method used in the authentication process. Views ProbeClients: This view selects the MAC address of the probe, the manufacturer and type of the client device, the total number of packets transmitted by the client, and the SSID of the probe. It joins the Probe and Client tables on the MAC address and orders the results by SSID. ConnectedAP: This view selects the BSSID of the connected access point, the SSID of the access point, the MAC address of the connected client device, and the manufacturer of the client device. It joins the Connected, AP, and Client tables on the BSSID and MAC address, respectively, and orders the results by BSSID. ProbeClientsConnected: This view selects the BSSID and SSID of the connected access point, the MAC address of the probe, the manufacturer and type of the client device, the total number of packets transmitted by the client, and the SSID of the probe. It joins the Probe, Client, and ConnectedAP tables on the MAC address of the probe, and filters the results to exclude probes that are connected to the same SSID that they are probing. The results are ordered by the SSID of the probe. HandshakeAP: This view selects the BSSID of the access point, the SSID of the access point, the MAC address of the client device that performed the handshake, the manufacturer of the client device, the file containing the handshake, and the hashcat output. It joins the Handshake, AP, and Client tables on the BSSID and MAC address, respectively, and orders the results by BSSID. HandshakeAPUnique: This view selects the BSSID of the access point, the SSID of the access point, the MAC address of the client device that performed the handshake, the manufacturer of the client device, the file containing the handshake, and the hashcat output. It joins the Handshake, AP, and Client tables on the BSSID and MAC address, respectively, and filters the results to exclude handshakes that were not cracked by hashcat. The results are grouped by SSID and ordered by BSSID. IdentityAP: This view selects the BSSID of the access point, the SSID of the access point, the MAC address of the client device that performed the identity request, the manufacturer of the client device, the identity string, and the method used for the identity request. It joins the Identity, AP, and Client tables on the BSSID and MAC address, respectively, and orders the results by BSSID. SummaryAP: This view selects the SSID, the count of access points broadcasting the SSID, the encryption type, the manufacturer of the access point, and whether the SSID is cloaked. It groups the results by SSID and orders them by the count of access points in descending order. TODO Aircrack-ng All in 1 file (and separately) Kismet Wigle install parse all files in folder -f --folderFix Extended errors, tildes, etc (fixed in aircrack-ng 1.6) Support bash multi files: "capture*-1*" Script to delete client or AP from DB (mac). - (Whitelist) Whitelist to don't add mac to DB (file whitelist.txt, add macs, create DB) Overwrite if there is new info (old ESSID='', New ESSID='WIFI') Table
Handhsakes and PMKID Hashcat hash format 22000 Table files, if file exists skip (full path) Get HTTP POST passwords DNS querys
This program is a continuation of a part of: https://github.com/T1GR3S/airo-heat Author Raúl Calvo Laorden (@r4ulcl) License GNU General Public License v3.0 (https://github.com/r4ulcl/wifi_db/blob/master/LICENSE)

Download Wifi_Db (https://github.com/r4ulcl/wifi_db/)
How to turn a non-applicable vulnerability into an accepted one in bug bounty hunting

It happens and it can be annoying when you’re very certain that you are onto something valuable. A bug bounty program may initially mark a…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
OSCP review and comparison

https://cdn-images-1.medium.com/max/619/1*gUF5L96xI_jRAzBiOHxhLg.png
PEN-200 course and lab review, OSCP certification preparation and comparison versus INE eCPPTv2, TCM Security PNTP and Hack The Box CPTS.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Prepping for OSCP

Good Morning,

Little bit of background about myself, I have currently 8 years of total experience so far in IT/CYBER/SIGINT work. I've done a lot of DCO and OCO related work during my time and I've submitted a fair bit of reports in terms of what I see and collect. I'm looking to get the OSCP certification, and I know I'm no where near the expert level that a lot of you are at. I've completed a fair bit of tryhackme learning paths however they primarily use Metasploit and from what I understand, the OSCP exam doesn't allow you to use that tool.

What courses or pipeline training would you recommend I take that will better prepare me to take the exam on top of the provided PWK?

submitted by /u/Ja-sot
[link] [comments]
Hi Friends in this blog, I included step-by-step procedures from basics to the execution of test cases for iOS Application Security…Continue reading on Medium » (https://medium.com/@livelession/ios-mobile-application-i-e-ipa-vulnerability-assessment-and-penetration-testing-walkthrough-4e351484fdb9?source=rss------bug_bounty-5)
XSS Vulnerability report writing 301 (redirect) to Bounty$$$

Overview: The purpose of this report is to document cross-site scripting (XSS) vulnerability discovered in the web application…Continue reading on Medium »
Read more...