Skip to content
View ges-cs01's full-sized avatar
  • Brazil

Highlights

  • Pro

Block or report ges-cs01

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 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. Probably the coolest command I know. Probably the coolest command I know.
    1
    #!/bin/bash
    2
    cat /dev/urandom | 
    3
    hexdump -v -e '/1 "%u\n"' | 
    4
    awk '{ split("4,5,7,11",a,","); 
    5
    for (i = 0; i < 1; i += 0.0001) printf("%08X\n", 100*sin(1046*exp((a[$1 % 8]/12)*log(2))*i)) }' | 
  2. sec-tools sec-tools Public

    A collection of cybersecurity tools and resources.

    Python