Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theaog committed Jan 17, 2024
1 parent d21e778 commit 689833e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spirit 1.30
- NEW: ultra-banner: faster, more accurate and handsome -- with Terminal UI
- NEW: encrypt: make an AES256/GCM encrypted version of your p.lst passfile

## Spirit 1.29
- renamed `forever` to `auto-brute` which uses masscan on a list of CIDRs on random ports and brutes them automatically then repeats
- removed Warn print when a host is Found
Expand All @@ -9,8 +13,6 @@
- renamed `jobs` to `threads`
- added brute specific threads & timeout flags
- new flags: -t for Threads and -T for timeout
- NEW: Encrypt the p.lst passfile
- NEW: ultra-banner: faster, more accurate, handsome -- with Terminal UI

## Spirit 1.28
- fixed an issue where brute might get stuck when hosts are less than 5
Expand Down
4 changes: 2 additions & 2 deletions script/go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo -e "[+] increasing system limits"
ulimit -n 65535

echo -e "[+] starting masscan on network [$1.0.0.0/8] port [$2] with speed [$3]"
./masscan \
sudo ./masscan \
--range "$1".0.0.0-"$1".255.255.255 \
--ports "$2" \
--max-rate "$3" \
Expand Down Expand Up @@ -53,4 +53,4 @@ echo -e "[+] starting brute-force attack"

echo -e "[+] done, let's see what we've found:"
sleep 3
head -n20 found.ssh
head -n20 found.ssh || echo "no servers found :("

0 comments on commit 689833e

Please sign in to comment.