Skip to content
View frxdude's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report frxdude

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
frxdude/README.md

Hi, I'm Sainjargal

Profile view counter on GitHub

I'm a:

  • Software Engineer
  • Fullstack Developer
  • CTF lover

Buy Me A Coffee

Languages & Frameworks

Programming Languages

Back-end

Mobile

Front-end

Database

System, Networking & Deployment

Shell Scripts

Tools

Other


An image of @frxdude's Holopin badges, which is a link to view their full Holopin profile

snake gif

Connect with me

Gmail GitHub LinkedIn Facebook Instagram Youtube

Pinned Loading

  1. xss fun xss fun
    1
    1.
    2
    π’€€='',π’‰Ί=!π’€€+π’€€,𒀃=!π’‰Ί+π’€€,π’‡Ί=π’€€+{},π’Œ=π’‰Ί[π’€€++],
    3
    π’€Ÿ=π’‰Ί[π’ˆ«=π’€€],𒀆=++π’ˆ«+π’€€,𒁹=π’‡Ί[π’ˆ«+𒀆],π’‰Ί[𒁹+=π’‡Ί[π’€€]
    4
    +(π’‰Ί.𒀃+π’‡Ί)[π’€€]+𒀃[𒀆]+π’Œ+π’€Ÿ+π’‰Ί[π’ˆ«]+𒁹+π’Œ+π’‡Ί[π’€€]
    5
    +π’€Ÿ][𒁹](𒀃[π’€€]+𒀃[π’ˆ«]+π’‰Ί[𒀆]+π’€Ÿ+π’Œ+"(π’€€)")()
  2. frxwinter frxwinter
  3. clear camo cache clear camo cache
    1
    curl -s https://github.com/<ORG_NAME> | grep -oE 'https://camo[^"]+' | while read i;do curl -X PURGE "$i";echo;done
  4. CAPK get checksum CAPK get checksum
    1
    import hashlib
    2
    
                  
    3
    # Example: "TCARD MC"
    4
    rid_hex = "A000000843"
    5
    index_hex = "01"
  5. create openvpn client creds by total... create openvpn client creds by total num
    1
    #!/bin/bash
    2
    
                  
    3
    if [ -z "$1" ]; then
    4
      echo "Usage: $0 <number_of_clients_to_create>"
    5
      exit 1
  6. git remove file perma git remove file perma
    1
    git filter-repo --invert-paths --path-glob 'src/main/resources/*.properties'
    2
    git remote add origin https://github.com/<ORG>/<REPO>.git
    3
    git push origin --force --all