A NodeJS script to an unauthorized SSH access for STUDY PURPOSE.
npm install iminbash
npm i -g imin
`Usage
Now you can use it at any local with terminal. You can see the version and commands description with:
`bash
imin --version
imin --help
`$3
Scan a target host to verify the port status.
#### Params
* host The target IP
* port The port to verify statusExample:
`bash
imin scan 192.168.0.1 22Scanning port 22 in 192.168.0.1...
Port 22 is open
`$3
Try to access host with brute force method using a dictionary json file.
#### Params
* host The target IP
* dictionaryPath The path to dictionary auth combinationsExample:
`bash
imin access 192.168.0.1Trying to access 192.168.0.1 with dictionary combinations...
I'm in!
Auth:
# username: admin
# password: admin
``