Hacking Articles Tips Tricks Videos Tutorials
471 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
Is Bug Bounty Too Saturated in 2021 ?

Read this to get your answer, is it really saturated or not.Continue reading on Medium »
Read more...
hacking: security in practice
DNS hijacked router and HTTPS prevention

if someone hijacked our DNS route could they capable to route https://bank.com to https://bank.com on an IP that belongs to them.
i've seen some scenarios that it's available to route it to http but does https available also?!

submitted by /u/Kraxen666
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Bypassing restriction on advanced settings on KD58C bicycle display

Hey guys, I got an ebike with a KD58C but I found out that the manufacturer locked the advanced settings part so I can’t access it. If anyone has any advice on how to bypass this it would be greatly appreciated

submitted by /u/coolguy1003
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
Wireless Penetration Testing: Aircrack-ng

In our series of Wireless Penetration Testing, this time we are focusing on a tool that has been around for ages. This is the tool that has given birth to many of the Wireless Attacks and tools. Aircrack-ng is not a tool but it is a suite of tools that all perform different types of attacks or activities related to Wireless Access Points. In this demonstration, we will be focusing on a few of the tools from the Aircrack-ng arsenal. Table of Content· Introduction· Enabling Monitor Mode· Sniffing Wireless Packets· Deauthencating Users· Capturing Handshake· Cracking Password· ConclusionAircrack-ng is a package of Wi-Fi network security assessment tools. It has a detector, a packet sniffer, WPA/WPA2-PSK, and a WEP cracker and analyzer for 802.11 Wireless LANs. With the help of Aircrack-ng, a penetration tester can focus on Monitoring, Attacking, Testing, and Cracking aspects of the Wi-Fi Security. Monitoring includes Packer Capturing and exporting the data to text files for processing by any third-party tool. Attacking includes replay attacks, deauthentication, evil-twin attacks, and packet injection attacks. Testing includes the testing of the Wi-Fi cards and driver capabilities based on the capture and injections. Finally Cracking includes the ability to crack the WEP and WPA PSK keys.airmon-ng:It is used to enabling Monitor Mode on Wi-Fi Cardairodump-ng:It is used for sniffing packets. It places the air traffic into a pcap file and shows information about the networkaireplay-ng:It is used for Packet Injection Attacksaircrack-ng:It is used for cracking the WEP keys using the Fluhrer, Mantin, and Shamir attack (FMS) attack, PTW attack, and dictionary attacks, and WPA/WPA2-PSK using dictionary attacks.Note: To perform attacks using Aircrack-ng, you need an external Wi-Fi card with monitoring mode.In general words, Monitor Mode is a mode that is supported by certain Wi-Fi devices. When enabled, the Wi-Fi card will stop sending any data and will be completely dedicated to monitoring the wireless traffic. It is not the only mode that is supported on Wi-Fi devices, there are a total of 6 modes. However, in this demonstration, we will be focusing on Monitor mode only. airmon-ng start wlan0https://1.bp.blogspot.com/-rl3EYD9hMP4/YOdOKO7Ug7I/AAAAAAAAxW0/EIRWCCBx_-AI6EjWbfLr8ubcuobmEC1cQCLcBGAsYHQ/s16000/1.png After using the airmon-ng, we can check the enabling of monitor mode by using the iwconfig command. It is a Linux command that can be used to configure a wireless network interface. It is similar to ifconfig which is used for general interface configurations. After running iwconfig we can see that the interface that we used with airmon-ng has now changed from wlan0 to wlan0mon. Here mon indicates the monitor mode.iwconfighttps://1.bp.b[...]

___________________________
@hacking_Attack
@Hacking_Video