Giter VIP home page Giter VIP logo

ssha's Introduction

Utilidades de explotacion SSH

netspy logo

sshd_config

Configuracion segura del servidor SSHd

https://raw.githubusercontent.com/hackingyseguridad/ssha/master/configuracion.txt

ssha.sh

ssha usuario@IP opciones del cliente para cifrados obsoletos, single method diffie-hellman-group1-sha1

sshb opciones del cliente para cifrados obsoletos

sshc opciones del cliente para cifrados obsoletos

https://www.openssh.com/legacy.html

sshscan.sh

Escanea puertos SSH accesibles

Comandos SSH habituales

  1. Conexión SSH estándar

ssh -p 3000 usuario@hostIP

  1. Autenticación mediante clave SSH

ssh -i/path/to/private-key usuario@hostIP

  1. Ejecución de comandos remotos

ssh usuario@hostIP "ls -la"

  1. Reenvío de puertos

ssh -L :: usuario@hostIP2

  1. Conexión a través de un servidor intermedio

ssh -J bob@hostIP1:port1 usuario@hostIP2

  1. Copia de la clave pública SSH

ssh-copy-id -i /path/to/public-key usuario@hostIP

  1. Conexión con opciones personalizadas

ssh -F /path/to/ssh_config usuario@hostIP

  1. Reenvío de puertos con direcciones locales

ssh -FN -R :localhost:22 usuario@hostIP

  1. Transferencia de directorios mediante SSH

scp -rP 3000 /path/to/local-dir usuario@hostIP:/path/to/remote-dir

scanciphers.sh

Muestra los cifrados ofrecidos

netspy logo

usuariossh.py

Comprueba existencia de usuario en ip con SSH activo. Explotar vulnerabilidad 2018-15473 OpenSSH 2.3 < 7.7 Username Enumeration.

sshusers.sh

Muestra usuarios existentes en SSH, con diccionario usuarios.txt. Explotar vulnerabilidad 2018-15473 OpenSSH 2.3 < 7.7 Username Enumeration

brutessh.sh

sh brutessh.sh IP

Test para intentar obtener credenciales de acceso a SSH con diccionario usuarios.txt y claves.txt

www.hackingyseguridad.com

ssha's People

Contributors

hackingyseguridad avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yang-dong-dong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.