Skip to content

0xmachos/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-scripts

Build Status

Assorted Bash scripts

add_sudo_user

  • Add a user to sudo group with an SSH jey
  • Usage: ./add_sudo_user {Username} {SSH Public Key}

ct-abuse

  • For the given domain query Certificate Transparency to get a list of subdomains which have SSL/TLS certificates issued for them
  • Usage: ./ct-abuse.sh {target_domain}

haveibeenpwned

  • Check if your email or password has been involved in a breach indexed by haveibeenpwned.com
  • Usage: ./haveibeenpwned example@example.com
  • Usage: ./haveibeenpwned P@ssw0rd1

shebang

  • Check if bash scripts have a shebang on line one (#!)
  • Usgae: ./shebang.sh * or ./shebang.sh {file 1} {file ...}

About

Assorted Bash scripts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages