The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
SPIRIT IS A NETWORKING SCANNER AND SSH BRUTE FORCING TOOL
filter_list
|
|
SPIRIT IS A NETWORKING SCANNER AND SSH BRUTE FORCING TOOL 05-22-2024, 07:47 PM
#1
Searching for a good linux bruteforce tool? Spirit is currently the best one we have!
Check out now the paid license is 10% off using code "DEFLATE"
Also you can use the FREE version which only works for port 22!
Join Telegram
AUTO BRUTE WITH ZONES:
Code:
# Create zone.lst containing IP addresses in CIDR notation
$ cat >zone.lst<< EOF
192.168.0.0/16
172.16.0.0/12
10.0.0.0/8
EOF
# autobrute will generate collision-free(non-repeating) random ports
# scan and brute them over and over -- forever!
./spirit autobrute
•
RE: SPIRIT IS A NETWORKING SCANNER AND SSH BRUTE FORCING TOOL 06-27-2024, 09:14 PM
#2
TIP:
Code:
1. Increase your file descriptor limits: ulimit -n 65535
2. Set a proper timeout based on the network latency towards your targets: --timeout 15s
3. Adjust threads according to your network bandwidth and server resources: --threads 1500
4. Disable host blocking on LAN: --block=false
5. Inspect `found.errors` for optimization clues.
6. Use `filter.lst` to skip bad SSH versions that could get your IP reported.
Example Command:
./spirit brute --timeout 15s --threads 1500 --block=false
#NEW feature: ./spirit --tweak — configures your kernel settings w/ optimal values for scanning
•
RE: SPIRIT IS A NETWORKING SCANNER AND SSH BRUTE FORCING TOOL 10-01-2024, 06:44 PM
#3
(05-22-2024, 07:47 PM)Deflate Wrote: Searching for a good linux bruteforce tool? Spirit is currently the best one we have!
Check out now the paid license is 10% off using code "DEFLATE"
Also you can use the FREE version which only works for port 22!
Join Telegram
AUTO BRUTE WITH ZONES:
Code:
# Create zone.lst containing IP addresses in CIDR notation
$ cat >zone.lst<< EOF
192.168.0.0/16
172.16.0.0/12
10.0.0.0/8
EOF
# autobrute will generate collision-free(non-repeating) random ports
# scan and brute them over and over -- forever!
./spirit autobrute
•
Users browsing this thread: 1 Guest(s)