Skip to content
View gamm3r96's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report gamm3r96

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

Pinned Loading

  1. PayloadsAllTheThings PayloadsAllTheThings Public

    Forked from Giddyspurz/PayloadsAllTheThings

    A list of useful payloads and bypass for Web Application Security and Pentest/CTF

    Python 1

  2. hack-android-framework hack-android-framework Public

    hack any android phone with this py respiratory.......

    17 1

  3. clock-on-terminall clock-on-terminall Public

    Put a console clock in top right corner A nice way to use the console in full screen without forget the current time. you can too add other infos like cpu and mem use. Show Sample Output

    Shell 1

  4. gr-gsm gr-gsm Public

    Forked from ptrkrysik/gr-gsm

    Gnuradio blocks and tools for receiving GSM transmissions

    C++ 1

  5. ipextra ipextra Public

    ip address extraction using awk

    Awk 1

  6. Spy audio, it only records if detect... Spy audio, it only records if detects a sound or noise
    1
    #!/usr/bin/
    2
    # @ gamm3r96
    3
    #
    4
    arecord -q -f cd -d 1 recvol.wav;sox recvol.wav -n stat 2>&1|grep RMS|grep amplitude|cut -d"." -f2|cut -c 1-2>recvol;echo $((`cat recvol`+1))>recvol;rec -t wav - silence 1 0.1 `cat recvol` -1 1.0 `cat recvol`%|lame -s 44.1 -a -v - >record.mp3