Skip to content

Instantly share code, notes, and snippets.

@nikallass
Created May 10, 2018 15:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikallass/49dc36acd4f00e58b3dd9429fc9bcc54 to your computer and use it in GitHub Desktop.
Save nikallass/49dc36acd4f00e58b3dd9429fc9bcc54 to your computer and use it in GitHub Desktop.
Fix armitage scan crash
in armitage/armitage.jar
in /scripts/meterpreter.sl
replace line 381:
from: if ($text ismatch '... (.*?):(\d+) - TCP OPEN') {
to: if ($text ismatch '... (.*?): +- \1:(\d+) - TCP OPEN') {
@nikallass
Copy link
Author

use scanner/smb/smb_version
or
use scanner/http/http_version
or other
set RHOSTS 172.16.223.150: - 172.16.223.150

Auxiliary failed: Msf::OptionValidateError The following options failed to validate: RHOSTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment