Skip to content
View pjarmstrongaz's full-sized avatar
💪
Living
💪
Living
  • Arizona

Block or report pjarmstrongaz

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

    python scripts for security

    Python

  2. Little Python script to dump IP addr... Little Python script to dump IP addresses from a file
    1
    #!/usr/bin/python3
    2
    import sys, re
    3
    
                  
    4
    f = open(sys.argv[1],'r')
    5
    text = f.read()
  3. MailSniper MailSniper Public

    Forked from dafthack/MailSniper

    MailSniper is a penetration testing tool for searching through email in a Microsoft Exchange environment for specific terms (passwords, insider intel, network architecture information, etc.). It ca…

    PowerShell

  4. curl curl Public

    Forked from curl/curl

    A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and R…

    C

  5. offensiveinterview offensiveinterview Public

    Forked from WebBreacher/offensiveinterview

    Interview questions to screen offensive (red team/pentest) candidates

  6. SecLists SecLists Public

    Forked from danielmiessler/SecLists

    SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, se…

    PHP