ZephrSec - Adventures In Information Security
  • About Andy Gill/ZephrFish
  • Pre-register for my course
  • My Books
  • LTR101 Posts
  • Photo Blog
  • Pre-register for my course
Sign in Subscribe

tooling

  • Andy Gill

Andy Gill

10 Jul 2011
NotMicroburst
NotMicroburst.zip
96 KB
download-circle
$enabledSubs = Get-AzSubscription  |  Where-Object{$_.State -eq "Enabled"} 
$results = foreach ($SubName in $enabledSubs) {    
    $IDOut = $SubName.id
    Set-AzContext -Subscription "$IDOut"
    Get-ARTAccess
    Get-ARTADAccess
}
$results | Out-File AzureRT_Access.txt
Get-AzSubscription  |  Where-Object{$_.State -eq "Enabled"}
OmniProx: Multi-Cloud IP Rotation Made Simple

OmniProx: Multi-Cloud IP Rotation Made Simple

TLDR: If you want to use the tool without reading the post here's the GitHub: GitHub - ZephrFish/OmniProx: IP Rotation from different providers - Like FireProx but for GCP, Azure, Alibaba and CloudFlareIP Rotation from different providers - Like FireProx but for GCP, Azure, Alibaba and CloudFlare
28 Sep 2025 5 min read
pyLDAPGui - How It was Born

pyLDAPGui - How It was Born

pyLDAPGui is an app I've been playing about with for a few months but it wasn't until recently that I decided, probably a good idea to release it in a proof of concept form for people to play about. The concept came about while working on
15 Sep 2025 8 min read
AI Assisted Development - FAFO

AI Assisted Development - FAFO

Artificial Intelligence (AI) aka large language models (LLM) and generative AI development also referred to as vibecoding is the current buzzword and everyone wants to have some degree of AI integration with tooling and use-cases. At its core a LLM is flawed and only as good as the data it
23 Aug 2025 7 min read
ZephrSec - Adventures In Information Security © 2025
  • About Andy
  • Github
  • Twitter
  • LinkedIn
  • Photo Blog
  • Pre-register MAE
Powered by Ghost