Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
133K 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
Photo
KitPloit - PenTest Tools!
Offensive-Azure - Collection Of Offensive Tools Targeting Microsoft Azure

https://blogger.googleusercontent.com/img/a/AVvXsEgZHOFZxWcmcHCsU294blSAoz3ng4FukrxOYoBicFjqk69cnyNSdUHAa9GId6LCZ6PmhN0oMdKr4GM9hks1TOJPKU_wPMZVnE8dg7rzuN_ILasHRLIbkQzJ571vU9Jk3GYhoZ_I3DYqRPsxWz2ucneQX1IoTwXgR0xAuMeeMn9NzJf1EKjLjYYbI4kW=w640-h480 Collection of offensive tools targeting Microsoft Azure written in Python to be platform agnostic. The current list of tools can be found below with a brief description of their functionality.

* ./Device_Code/device_code_easy_mode.py* Generates a code to be entered by the target user
* Can be used for general token generation or during a phishing/social engineering campaign.

* ./Access_Tokens/token_juggle.py* Takes in a refresh token in various ways and retrieves a new refresh token and an access token for the resource specified

* ./Access_Tokens/read_token.py* Takes in an access token and parses the included claims information, checks for expiration, attempts to validate signature

* ./Outsider_Recon/outsider_recon.py* Takes in a domain and enumerates as much information as possible about the tenant without requiring authentication

* ./User_Enum/user_enum.py* Takes in a username or list of usernames and attempts to enumerate valid accounts using one of three methods
* Can also be used to perform a password spray

* ./Azure_AD/get_tenant.py* Takes in an access token or refresh token, outputs tenant ID and tenant Name
* Creates text output file as well as BloodHound compatible aztenant file

* ./Azure_AD/get_users.py* Takes in an access token or refresh token, outputs all users in Azure AD and all available user properties in Microsoft Graph
* Creates three data files, a condensed json file, a raw json file, and a BloodHound compatible azusers file

* ./Azure_AD/get_groups.py* Takes in an access token or refresh token, outputs all groups in Azure AD and all available group properties in Microsoft Graph
* Creates three data files, a condensed json file, a raw json file, and a BloodHound compatible azgroups file

* ./Azure_AD/get_group_members.py* Takes in an access token or refresh token, outputs all group memberships in Azure AD and all available group member properties in Microsoft Graph
* Creates three data files, a condensed json file, a raw json file, and a BloodHound compatible azgroups file

* ./Azure_AD/get_subscriptions.py* Takes in an ARM token or refresh token, outputs all subscriptions in Azure and all available subscription properties in Azure Resource Manager
* Creates three data files, a condensed json file, a raw json file, and a BloodHound compatible azgroups file

* ./Azure_AD/get_resource_groups.py* Takes in an ARM token or refresh token, outputs all resource groups in Azure and all available resource group properties in Azure Resource Manager
* Creates two data files, a raw json file, and a BloodHound compatible azgroups file

* ./Azure_AD/get_vms.py* Takes in an ARM token or refresh token, outputs all virtual machines in Azure and all available VM properties in Azure Resource Manager
* Creates two data files, a raw json file, and a BloodHound compatible azgroups file InstallationOffensive Azure can be installed in a number of ways or not at all.

You are welcome to clone the repository and execute the specific scripts you want. A requirements.txtfile is included for each module to make this as easy as possible. PoetryThe project is built to work with poetry. To use, follow the next few steps: git clone https://github.com/blacklanternsecurity/offensive-azure.git
cd ./offensive-azure
poetry install
PipThe packaged version of the repo is also kept on pypi so you can u[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Offensive-Azure - Collection Of Offensive Tools Targeting Microsoft Azure https://blogger.googleusercontent.com/img/a/AVvXsEgZHOFZxWcmcHCsU294blSAoz3ng4FukrxOYoBicFjqk69cnyNSdUHAa9GId6LCZ6PmhN0oMdKr4GM9hks1TOJPKU_wPMZVnE8dg7rzuN…
se pipto install as well. We recommend you use pipenvto keep your environment as clean as possible. pipenv shell
pip install offensive_azure
UsageIt is up to you for how you wish to use this toolkit. Each module can be ran independently, or you can install it as a package and use it in that way. Each module is exported to a script named the same as the module file. For example: Poetrypoetry install
poetry run outsider_recon your-domain.com
Pippipenv shell
pip install offensive_azure
outsider_recon your-domain.com
Download Offensive-Azure

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
CTF team members!

Hi everyone

As many others have done before, I wanted to find team members for CTFs. I’m occasionally able to solve challenges from CTFs so I’m not a complete beginner.

On CTFtime.org I have a “team” but it’s just been me doing the challenges. Does anyone wanna join, if they have high school level ctf experience?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Hacking MFA

I hear all the time, even from heavy hitters in the industry and even at RSA this week, that MFA is essential. We should be using any MFA, even weak MFA, instead of just passwords.

We just put out a podcast about why you need to be careful trusting all MFA to be secure with Roger Grimes, author of "Hacking Multi Factor Authentication".

Listen now on Spotify, Apple Podcasts or various other podcast platforms and let me know your thoughts!

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

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Why AIs Will Become Hackers

At a 2022 RSA Conference keynote, technologist Bruce Schneier asserted that artificial intelligence agents will start to hack human systems — and what that will mean for us.
Dark Reading: Attacks/Breaches
How AI Is Useful — and Not Useful — for Cybersecurity

AI works best when security professionals and AI are complementing each other.