Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbaldasso authored Feb 21, 2024
1 parent dfbd104 commit 008177a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> Simple pentesting / cybersecurity scripts
### # Pentesting / cybersecurity scripts

* [**dorking_files.sh**](https://github.com/rafaelbaldasso/Scripts/blob/main/dorking_files.sh) - perform a google dorking and search for files in a website
* [**hashcode.py**](https://github.com/rafaelbaldasso/Scripts/blob/main/hashcode.py) - hash/encode data (base64, md5, sha)
Expand All @@ -13,3 +13,8 @@
* [**port_scan.py**](https://github.com/rafaelbaldasso/Scripts/blob/main/port_scan.py) - perform a port scan in a target host
* [**saltedhash_cracker.py**](https://github.com/rafaelbaldasso/Scripts/blob/main/saltedhash_cracker.py) - crack salted hashes based on wordlists
* [**smb_access_check.sh**](https://github.com/rafaelbaldasso/Scripts/blob/main/smb_access_check.sh) - test for accessible SMB shares

### # Brute-DBs
* [**mssql-brute.sh**](https://github.com/rafaelbaldasso/Scripts/blob/main/Brute-DBs/mssql-brute.sh) - simple MSSQL Database brute forcing script
* [**mysql-brute.sh**](https://github.com/rafaelbaldasso/Scripts/blob/main/Brute-DBs/mysql-brute.sh) - simple MySQL Database brute forcing script
* [**psql-brute.sh**](https://github.com/rafaelbaldasso/Scripts/blob/main/Brute-DBs/psql-brute.sh) - simple PostgreSQL Database brute forcing script

0 comments on commit 008177a

Please sign in to comment.