Skip to content

This my hacker script collections including some useful Bash scripts on Kali Linux.

Notifications You must be signed in to change notification settings

peter279k/hacker-scripts

Repository files navigation

hacker-scripts

  • All bash scripts can be run on Kali Linux successfully.

Bash Script Lists

Initial PostgreSQL DB for MetaSploit

  • msfconsole
  • msf5> msfdb init
  • msf5> su postgres
  • postgres@kali:~$ createuser msf_user -P
  • postgres@kali:~$ createdb --owner=msf_user hackers_arise_db
  • postgres@kali:~$ exit
  • msf5> db_connect msf_user:password@127.0.0.1/hackers_arise_db
  • msf5> db_status

About

This my hacker script collections including some useful Bash scripts on Kali Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published