Skip to content
View usmcfiredog's full-sized avatar

Block or report usmcfiredog

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. docker-ipsec-vpn-server docker-ipsec-vpn-server Public

    Forked from hwdsl2/docker-ipsec-vpn-server

    Docker image to run an IPsec VPN server, with IPsec/L2TP and Cisco IPsec

    Shell

  2. rapid7/metasploitable3 rapid7/metasploitable3 Public

    Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities.

    HTML 5.7k 1.3k

  3. IPv6 ULA Generation for VPN server IPv6 ULA Generation for VPN server
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import hashlib
    4
    import time
    5
    import uuid
  4. setup-ipsec-vpn setup-ipsec-vpn Public

    Forked from hwdsl2/setup-ipsec-vpn

    Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

    Shell 1

  5. update-motd.d update-motd.d Public

    Debian alternative to Ubuntu dynamic motd

    Python