Skip to content
View nileshevrywhr's full-sized avatar
๐Ÿ‰
juicing watermelons
๐Ÿ‰
juicing watermelons
Block or Report

Block or report nileshevrywhr

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

Hi there ๐Ÿ‘‹

Pinned Loading

  1. thedailyblink thedailyblink Public

    curating the daily free blink for offline viewing

    JavaScript

  2. legendary-literate legendary-literate Public

    front end source for [TheDailyBlink]

    JavaScript

  3. IG highlights dl IG highlights dl
    1
    jq --raw-output '.log.entries | .[].request | select(.url|test("^https://instagram.fdel*")) .url' stories.har > highlights.txt
    2
    while IFS= read -r line; do wget $line; done < highlights.txt
  4. JWT using RS256 JWT using RS256
    1
    import base64
    2
    import rsa
    3
    import hashlib
    4
    
                  
    5
    (pubkey, privkey) = rsa.newkeys(512)
  5. PiCap PiCap Public

    streaming pipeline for packet captures in Google Cloud Platform

    Python

  6. bandit25 bandit25 Public

    script for brute forcing OverTheWire bandit level 25 PIN

    Shell