Skip to content
View ashdp's full-sized avatar
  • Sydney, Australia

Block or report ashdp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. au-apt-mirror-lxcProfile.txt au-apt-mirror-lxcProfile.txt
    1
    config:
    2
      user.user-data: |
    3
        #cloud-config
    4
        apt_mirror: http://au.archive.ubuntu.com/ubuntu/
    5
    description: Sets the apt repository to Australia via cloud-init. Cloud init wipes
  2. Openwrt Python Script to Enable A Fi... Openwrt Python Script to Enable A Firewall Traffic Rule & Reboot The Router Using SSH and UCI Commands
    1
    #!/usr/bin/python3
    2
    
                  
    3
    import paramiko
    4
    import time
    5
    
                  
  3. Audit app roles Audit app roles
    1
    # From: https://posts.specterops.io/azure-privilege-escalation-via-azure-api-permissions-abuse-74aee1006f48
    2
    
                  
    3
    # Alternative version that works from CloudShell (bash) and does not need to worry about tokens/az-login
    4
    
                  
    5
    # Step 1) Grab all appIds of Enterprise Apps:
  4. devcontainers-video devcontainers-video Public

    Just youtube.com/watch?v=SDa3v4Quj7Y My Favorite Way To Handle Dev Environments | VS Code Devcontainers]

    TypeScript