-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Process broken or needs some documentation #14
Comments
I see now there is 1 line i missed. |
@DanRobinsonHPE confirmed looks like there is an issue on 5.1, it works just fine on Powershell 7, looks to be a packaging issue with the newest version. |
In powershell 7.2.2 its not working either: PS C:\Windows\System32> Install-Module -Name PoshNmap Untrusted repository InvalidOperation: C:\Program Files\WindowsPowerShell\Modules\poshnmap\0.6.1\Private\StartNmap.ps1:9 PS C:\Windows\System32> Get-Host | Select-Object Version Version7.2.2 PS C:\Windows\System32> Get-InstalledModule |
@bust4rhymes this module does not install nmap for you, you have to supply it. |
@JustinGrote it looks like you have an extra |
Found the same - and now I run into PS C:\windows\system32> Invoke-Nmap www.google.com
Trying some work arounds got it to work eventually - now I get PS> $var = @(Invoke-NMap www.google.com '-p 1-65535 -T4 -A -v') |
@securatodd what version of Powershell are you running? It's only meant for 5.1+ |
Current Version I am running in is 5.1.17763.2867 |
Thanks, I'll try to investigate when I get time but unfortunately I have very little bandwidth for my community repos at the moment. Sorry, it is what it is :/ |
i'm having the same problem with Powershell 7.4.0
In the latest version did you export/alias the functions properly? |
The text was updated successfully, but these errors were encountered: