Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitwiseOperator committed Jun 15, 2024
1 parent 43e6597 commit 6cd03af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
```

```bash
python3 async-ssh-bruteforcer.py -p <port> -u <username> -w <wordlist>
python3 async-ssh-bruteforcer.py -p <port> -u <username> -w <wordlist> <target>
```

##### multithreaded
Expand All @@ -51,5 +51,5 @@
```

```bash
python3 multithreaded-ssh-bruteforcer.py -p <port> -u <username> -w <wordlist> -t <threads_default_4_supports_upto_8>
python3 multithreaded-ssh-bruteforcer.py -p <port> -u <username> -w <wordlist> -t <threads_default_4_supports_upto_8> <target>
```
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

#### Wordlists references
- [Kaonashi](https://github.com/kaonashi-passwords/Kaonashi)
- [richelieu](https://github.com/tarraschk/richelieu)
- [rockyou](https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.-txt)
- [packetstormsecurity](https://packetstormsecurity.com/Crackers/wordlists/page4/)
- [weakpass](https://weakpass.com/wordlist)
- [gwicks dictionaries](http://www.gwicks.net/dictionaries.htm)
- [FlameOfIgnis](https://github.com/FlameOfIgnis/Pwdb-Public)
- [critifence](http://www.critifence.com/default-password-database/)
- [weakpass](https://weakpass.com/)
- [berzerk0](https://github.com/berzerk0/Probable-Wordlists)
- [rockyou](https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt)


!!! info ""

Expand Down
1 change: 1 addition & 0 deletions docs/Cyber_Offensive/Reverse_shell/Reverse_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### sources

- [InternalAllTheThings](https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/#summary)
- [calc1f4r Rootme](https://github.com/calc1f4r/Rootme)
- [Reverse Shells](https://reverse-shell.sh/)
- [Online - Reverse Shell Generator](https://www.revshells.com/)
Expand Down

0 comments on commit 6cd03af

Please sign in to comment.