Skip to content

An ssh Proof of concept implemented in order to validate client enviroment

License

Notifications You must be signed in to change notification settings

Blazemeter/Ssh-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH PoC

Requirements

  • Java 8+

Usage

  • Run java -jar ssh-poc-standalone-0.1.jar -h in order to visualize POC instructions

Example

java -jar ssh-poc-0.1-standalone.jar -u user -p password -a localhost:22

  1. Where localhost is the domain and 22 is the port

After the execution, a file called capture.log  should be created in the same directory where the jar file is placed This file contains information regarding the SSH handshake and hopefully the application welcome screen indicating the POC was a success.

Build

Requirements

  • Maven 3.8+

How to build

  • Run mvn clean package on the repository root directory
  • Jar file will be located in target/

About

An ssh Proof of concept implemented in order to validate client enviroment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages