Skip to content
View reveal79's full-sized avatar

Block or report reveal79

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
reveal79/README.md
  • 👋 Hi, I’m @reveal79
  • 👀 I’m interested in technology, programming, and security
  • 🌱 I’m currently learning security, powershell, python
  • 💞️ I’m looking to collaborate on anything that can help me
  • 📫 How to reach me

Pinned Loading

  1. PsScripts PsScripts Public

    PowerShell scripts for automating one-time and repetitive administrative tasks. Simplify management of Azure AD, on-prem Active Directory, MFA configurations, and general IT operations.

    PowerShell 1

  2. Powershell Splunk Download Powershell Splunk Download
    1
    function Download-Splunk {
    2
        function Get-URLsFromPage {
    3
            param (
    4
                [string]$Url,
    5
                [string]$Pattern
  3. Bash script to help download the lat... Bash script to help download the latest splunk version of your choice.
    1
    #!/bin/bash
    2
    # code used for the article https://olivontech.com/en/posts/splunk/download-splunk-without-login/
    3
    # inspired from https://gist.github.com/ThinGuy/ee76f181151047267cdb38b7e1c1f1e3
    4
    # compatible with bash 4.4+
    5
    # you need curl for the dowloads to happen
  4. 90DaysOfCyberSecurity 90DaysOfCyberSecurity Public

    Forked from farhanashrafdev/90DaysOfCyberSecurity

    This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, …

  5. Public-AD-Scripts Public-AD-Scripts Public

    Forked from zjorz/Public-AD-Scripts

    AD Scripts

    PowerShell

  6. O365SecurityTasks O365SecurityTasks Public

    A PowerShell script for Azure AD account management, capable of resetting user passwords, disabling accounts, and revoking sessions. Ideal for IT admins dealing with compromised accounts or needing…

    PowerShell 1