8000 GitHub - raoufmaklouf/WhatKey
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raoufmaklouf/WhatKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

WhatKey

A simple script that identifies any text that suspects may be an access key for a service via regular expression

Uses

You can simply if you are a linux user add it to the .bashrc file this is my method open a .bashrc file with superuser privileges and add this codes

whatkey(){
python3 /home/yourfolder/whatkey/whatkey.py  $1 
}

After that save the file and type this command

source .bashrc 

You can use it now from the terminal directly

whatkey 0123456789:AAAAAAAAAAAAAAAAAAAA_BBBBBBBBBBBBgg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0