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
hacking: security in practice
Is it illegal to possess data leaked from a breach?

Let's say Company X was breached, and the attackers leaked the data publicly (or to the dark web). Could you get in legal trouble for downloading that data? I guess it's like possession of stolen goods, which is a crime, but what if you're a security researcher? Of if you're a customer of Company X, and want to see if any of your data is included in the breach?

submitted by /u/bigmetsfan
[link] [comments]
hacking: security in practice
Am I the only one that feels like NetworkChuck is overrated?

When I started my hacking journey, I came across NetworkChuck a couple times in Youtube. When you look at their titles, they look very promising, but when you actually check the content of the video and try it out practically, around 80% of things often don't work or doesn't work you expect to do so.

I don't know if it's a good place to talk about it here, but I'm just wondering what you guys think about that

submitted by /u/407PrxAuthReq
[link] [comments]
While testing a web application that used a web GUI over the top of an API, I noted the calls to the API where authorized with a JWT token…Continue reading on Medium » (https://hogarth45.medium.com/password-reset-to-admin-access-3b2a649bdc3?source=rss------bug_bounty-5)
BruteShark is a Network Forensic Analysis (https://www.kitploit.com/search/label/Forensic%20Analysis) Tool (NFAT) that performs deep processing and inspection of network traffic (mainly PCAP files, but it also capable of directly live capturing from a network interface). It includes: password extracting, building a network map, reconstruct TCP sessions, extract hashes of encrypted passwords and even convert them to a Hashcat format in order to perform an offline Brute Force attack. The main goal of the project is to provide solution to security researchers and network administrators (https://www.kitploit.com/search/label/Administrators) with the task of network traffic analysis (https://www.kitploit.com/search/label/Traffic%20Analysis) while they try to identify weaknesses that can be used by a potential attacker to gain access to critical points on the network. Two BruteShark versions are available, A GUI based application (Windows) and a Command Line Interface tool (Windows and Linux).
The various projects in the solution can also be used independently as infrastructure for analyzing network traffic on Linux or Windows machines. For further details see the Architecture section. The project was developed in my spare time to address two main passions of mine: software architecture and analyzing network data. I love to get feedbacks from BruteShark users, your opinion is important to me! Feel free to contact me on contact.oded.shimon@gmail.com (mailto:contact.oded.shimon@gmail.com) or create new issue (https://github.com/odedshimon/BruteShark/issues).
What it can do Extracting and encoding usernames and passwords (HTTP, FTP, Telnet, IMAP, SMTP...) Extract authentication (https://www.kitploit.com/search/label/Authentication) hashes and crack them using Hashcat (Kerberos, NTLM, CRAM-MD5, HTTP-Digest...) Build visual network diagram (Network nodes, Open Ports, Domain Users) Extract DNS queries Reconstruct all TCP & UDP Sessions File Carving Extract Voip calls (SIP, RTP) Download Windows Prerequisites: Npcap driver (Wireshark (https://www.wireshark.org/download.html) installs one of this by default) .NET Core Runtime (https://dotnet.microsoft.com/download/dotnet/3.1/runtime) (Note that you have to install the proper runtime regard to your needs, that means .NET Core Desktop Runtime for BruteSharkDesktop and .NET Core Runtime for BruteSharkCli). For desktop version download BruteSharkDesktop Windows Installer (64 Bit) (https://github.com/odedshimon/BruteShark/releases/latest/download/BruteSharkDesktopInstaller_x64.msi). For CLI version download BruteSharkCli Windows 10 Executable (https://github.com/odedshimon/BruteShark/releases/latest/download/BruteSharkCli.exe). Linux Prerequisites: libpcap driver Download BruteSharkCli (https://github.com/odedshimon/BruteShark/releases/latest/download/BruteSharkCli) and just run it: wget https://github.com/odedshimon/BruteShark/releases/latest/download/BruteSharkCli
./BruteSharkCli Examples Videos Building a network map
https://user-images.githubusercontent.com/18364847/131922221-5714f351-85f7-4490-bec9-8da4339b66b3.mp4
BruteSharkCli Usage Example - Extract Multiple Passwords and Hashes (also available at youtube) (https://youtu.be/GjGV5vwIGi8)
https://user-images.githubusercontent.com/18364847/131924013-8b2aa18b-0941-456e-a09d-799902554166.mp4 Hashes Extracting
  Building a Network Diagram