Skip to content

Commit 09db40c

Browse files
author
JustinGrote
committed
Bugfix: snmp-brute command line not specified properly
1 parent ebae4de commit 09db40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PoshNmap/Public/Invoke-Nmap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Invoke-Nmap {
7272
if ($snmp) {
7373
$snmpCommunityFile = [io.path]::GetTempFileName()
7474
$snmpCommunityList > $snmpCommunityFile
75-
$argumentList += '--script','snmp-brute','--script-args',"snmpbrute.communitiesdb=$snmpCommunityFile"
75+
$argumentList += '--script','snmp-brute','--script-args',"snmp-brute.communitiesdb=$snmpCommunityFile"
7676
}
7777

7878
if (-not $All) {

0 commit comments

Comments
 (0)