Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
BLUE PRINT -TryHackMe
https://cdn-images-1.medium.com/max/800/1*eKxDaTGXdElKiVBuhIvC_A.jpeg
Hack into this Windows machine and escalate your privileges to Administrator.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
BLUE PRINT -TryHackMe
https://cdn-images-1.medium.com/max/800/1*eKxDaTGXdElKiVBuhIvC_A.jpeg
Hack into this Windows machine and escalate your privileges to Administrator.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
BLUE PRINT -TryHackMe
Hack into this Windows machine and escalate your privileges to Administrator.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
CHSF Hospital Hack: What Happened, Our Analysis and Thoughts
https://cdn-images-1.medium.com/max/1400/1*Av1Ma-KQ0sOxksrYHGXiDg.jpeg
Intro
Continue reading on CloudMosa »
___________________________
@hacking_Attack
@Hacking_Video
CHSF Hospital Hack: What Happened, Our Analysis and Thoughts
https://cdn-images-1.medium.com/max/1400/1*Av1Ma-KQ0sOxksrYHGXiDg.jpeg
Intro
Continue reading on CloudMosa »
___________________________
@hacking_Attack
@Hacking_Video
Medium
CHSF Hospital Hack: What Happened, Our Analysis and Thoughts
Intro
PoC Exploit Released for Critical Fortinet Auth Bypass Bug Under?
https://medium.com/@ronnie.rodrigues/poc-exploit-released-for-critical-fortinet-auth-bypass-bug-under-dff893bb3025?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@ronnie.rodrigues/poc-exploit-released-for-critical-fortinet-auth-bypass-bug-under-dff893bb3025?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
PoC Exploit Released for Critical Fortinet Auth Bypass Bug Under?
A proof-of-concept (PoC) exploit code has been made available for the recently disclosed critical security flaw affecting Fortinet FortiOS…
A proof-of-concept (PoC) exploit code has been made available for the recently disclosed critical security flaw affecting Fortinet FortiOS…Continue reading on Medium » (https://medium.com/@ronnie.rodrigues/poc-exploit-released-for-critical-fortinet-auth-bypass-bug-under-dff893bb3025?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
PoC Exploit Released for Critical Fortinet Auth Bypass Bug Under?
A proof-of-concept (PoC) exploit code has been made available for the recently disclosed critical security flaw affecting Fortinet FortiOS…
My Learning Methodology for Web Security
https://medium.com/@cowdex/my-learning-methodology-for-web-security-ffd318f5d935?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@cowdex/my-learning-methodology-for-web-security-ffd318f5d935?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
My Learning Methodology for Web Security
Hello, to give something back to the infosec community I decided to start a new series on web application pen-testing. And this would be…
Hello, to give something back to the infosec community I decided to start a new series on web application pen-testing. And this would be…Continue reading on Medium » (https://medium.com/@cowdex/my-learning-methodology-for-web-security-ffd318f5d935?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
My Learning Methodology for Web Security
Hello, to give something back to the infosec community I decided to start a new series on web application pen-testing. And this would be…
My Learning Methodology for Web Security
Hello, to give something back to the infosec community I decided to start a new series on web application pen-testing. And this would be…Continue reading on Medium »
Read more...
Hello, to give something back to the infosec community I decided to start a new series on web application pen-testing. And this would be…Continue reading on Medium »
Read more...
Matano - The Open-Source Security Lake Platform For AWS
http://www.kitploit.com/2022/10/matano-open-source-security-lake.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/10/matano-open-source-security-lake.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
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 (https://www.kitploit.com/search/label/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.
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Features Collect data from all your sources Matano lets you collect log data from sources using S3 (https://github.com/matanolabs/matano) or SQS based ingestion. Ingest, transform, normalize log data Matano normalizes and transforms your data using Vector Remap Language (VRL) (https://vector.dev/docs/reference/vrl/). Matano works with the Elastic Common Schema (ECS) (https://www.elastic.co/guide/en/ecs/current/index.html) by default and you can define your own schema. Store data in S3 object storage Log data is always stored in S3 object storage, for cost effective, long term, durable storage. Apache Iceberg Data lake All 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. Serverless Matano is a fully serverless (https://www.kitploit.com/search/label/Serverless) platform, designed for zero-ops and unlimited elastic (https://www.kitploit.com/search/label/Elastic) horizontal scaling. Detections as code Write Python detections to implement realtime alerting (https://www.kitploit.com/search/label/Alerting) on your log data. Installing View the complete installation instructions. You can install the matano CLI to deploy Matano into your AWS account, and manage your Matano deployment. Requirements Docker Installation Matano provides a nightly release (https://github.com/matanolabs/matano/releases/tag/nightly) 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 started Read the complete docs on getting started. Deployment To get started with Matano, run the matano init command. Make sure you have AWS credentials (https://www.kitploit.com/search/label/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 (https://www.matano.dev/docs/matano-directory) for you, initializing your AWS account, and deploying Matano into your AWS account.
___________________________
@hacking_Attack
@Hacking_Video
chmod +x matano-linux-x64.sh
sudo ./matano-linux-x64.sh Getting started Read the complete docs on getting started. Deployment To get started with Matano, run the matano init command. Make sure you have AWS credentials (https://www.kitploit.com/search/label/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 (https://www.matano.dev/docs/matano-directory) for you, initializing your AWS account, and deploying Matano into your AWS account.
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - matanolabs/matano: Open source security data lake for threat hunting, detection & response, and cybersecurity analytics…
Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS - matanolabs/matano
Initial deployment takes a few minutes. Documentation View our complete documentation. License Apache-2.0 License (https://github.com/matanolabs/matano/blob/main/LICENSE)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
GitHub
matano/LICENSE at main · matanolabs/matano
The open-source security lake platform for AWS. Contribute to matanolabs/matano development by creating an account on GitHub.
Download Matano (https://github.com/matanolabs/matano)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - matanolabs/matano: Open source security data lake for threat hunting, detection & response, and cybersecurity analytics…
Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS - matanolabs/matano
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Recon Tool: Collector
Recon Tool: CollectorPost Views: 73 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 2 Minutes CollectorCollector, by thenurhabib, is an Intelligent automated tool used to collect every vulnerable XSS (Cross-Site Scripting) parameter via Wayback Machine.
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/SS1-1-1024x576.png
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course Main Features* Find XSS vulnerable patameters.
* Crwal entire website and collect every URL
* Advance Error Handling.
* Collect GET parameters.
This Framework also crawls URLs and JS Files for sensitive information.
This tool is ideal for Bug Bounty Hunting, Recon, and the Red Team to quickly grab vulnerable parameters for XSS from entire domain, passively so it will be real fast, and then probe and test them manually to confirm if they are vulnerable.
Trending: Offensive Security Tool: VLANPWN
Trending: Recon Tool: ReconSpider Installation
Clone the repo from here: GitHub Link
Trending: Write up: A primer on OS Command Injection Attacks https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/VLANPWN-300x150.png Offensive Security Tool: VLANPWNOctober 7, 2022
Reading Time: 2 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/ProtOSINT-300x150.png OSINT Tool: ProtOSINTSeptember 30, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/BF_ActiveSub-300x150.png Recon Tool: BF ActiveSubSeptember 29, 2022
Reading Time: 4 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/ReconSpider-300x150.png Recon Tool: ReconSpiderSeptember 23, 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 Recon Tool: Collector first appeared on Black Hat Ethical Hacking.
Recon Tool: Collector
Recon Tool: CollectorPost Views: 73 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 2 Minutes CollectorCollector, by thenurhabib, is an Intelligent automated tool used to collect every vulnerable XSS (Cross-Site Scripting) parameter via Wayback Machine.
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/SS1-1-1024x576.png
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course Main Features* Find XSS vulnerable patameters.
* Crwal entire website and collect every URL
* Advance Error Handling.
* Collect GET parameters.
This Framework also crawls URLs and JS Files for sensitive information.
This tool is ideal for Bug Bounty Hunting, Recon, and the Red Team to quickly grab vulnerable parameters for XSS from entire domain, passively so it will be real fast, and then probe and test them manually to confirm if they are vulnerable.
Trending: Offensive Security Tool: VLANPWN
Trending: Recon Tool: ReconSpider Installation
git clone https://www.github.com/thenurhabib/collectorcd collectorpip install -r requirements.txtpython3 collector.py -hUsagepython3 collector.py -d pull --host example.comTrending: How to Exploit “improper error handling” in Web Applications Available command line optionshttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/SS2-1-1024x690.png https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/SS3-1024x591.png Clone the repo from here: GitHub Link
Trending: Write up: A primer on OS Command Injection Attacks https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/VLANPWN-300x150.png Offensive Security Tool: VLANPWNOctober 7, 2022
Reading Time: 2 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/ProtOSINT-300x150.png OSINT Tool: ProtOSINTSeptember 30, 2022
Reading Time: 3 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/BF_ActiveSub-300x150.png Recon Tool: BF ActiveSubSeptember 29, 2022
Reading Time: 4 minutes
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/ReconSpider-300x150.png Recon Tool: ReconSpiderSeptember 23, 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 Recon Tool: Collector first appeared on Black Hat Ethical Hacking.