Skip to content
View notkearash's full-sized avatar
🏳️
debloating my gh
🏳️
debloating my gh

Block or report notkearash

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
notkearash/README.md

[+] Analyzing...
[####################..........] 69%
           /:""|
          |:`66|_ --------------------- FullStack Developer @ Head
          C`    _)
           \ ._| 
            ) /
           /`\\
          || |K|
          || | |  --------------------- CyberSec Researcher @ <3
          || |#|
          || |#|
          :| |=:
          ||_|,|
          \)))||
       |~~~`-`~~~|
       |         | -------------------- Old ThinkPad @ Briefcase
       |_________|
       |_________|
           | ||
           |_||__
      jgs  (____)) -------------------- An ArchLinux user ( ͡~ ͜ʖ ͡°) btw

[ RESULTS ] Definetly NotKearash

codewars

languages

Visit kearash.io for more

Pinned Loading

  1. akpy akpy Public archive

    Another Keylogger. Python.

    Python 4

  2. CrowdWork - CrowdStrike Fix CrowdWork - CrowdStrike Fix
    1
    $filePattern = "C:\Windows\System32\drivers\CrowdStrike\C-00000291*.sys"
    2
    
                  
    3
    function Boot-Into-SafeMode {
    4
        if ((Get-WmiObject -Class Win32_OperatingSystem).BootMode -eq 1) {
    5
            Write-Host "System is already in Safe Mode."