Skip to content
View Badbird3's full-sized avatar

Highlights

  • Pro

Block or report Badbird3

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

Pinned Loading

  1. Methodology Methodology Public

    A methodology for testing web applications for security vulnerabilities.

    PHP

  2. badbird3.github.io badbird3.github.io Public

    Forked from barryclark/jekyll-now

    Build a Jekyll blog in minutes, without touching the command line.

    SCSS

  3. jwt-time-check.py jwt-time-check.py
    1
    import time
    2
    from time import gmtime
    3
    from time import strftime
    4
    print('Paste in JWT expiration time in seconds since epoch of iat:')
    5
    print('iat time = ' + time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(int(input()))))
  4. jwt-junk jwt-junk Public

    Python