Skip to content
View evbit's full-sized avatar
🧠
🧠

Block or report evbit

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

    Transform your Raspberry-Pi into a wardriving rig. This project came off during my research on how wardriving can be done, how cheap is it & what could be the impact / applications.

    Jupyter Notebook 47 1

  2. funkydots funkydots Public

    Custom arch linux configuruation for a cozy workflow

    Shell

  3. sshd_hardened.conf sshd_hardened.conf
    1
    # This is the sshd server system-wide configuration file.  See
    2
    # sshd_config(5) for more information.
    3
    
                  
    4
    # --------------------------------
    5
    # -=-=-=={ Server Setup }==-=-=-
  4. Enumerate processes available in lin... Enumerate processes available in linux through LFI
    1
    from rich.console import Console
    2
    from rich.text import Text
    3
    from rich.style import Style
    4
    import requests
    5
    import argparse