Added GitHub Actions and updated build framework
This commit is contained in:
parent
1f9bc44c60
commit
2e95cb4f0f
23 changed files with 1065 additions and 31 deletions
package/targets/nmap
3
package/targets/nmap/run-nmap.ps1
Normal file
3
package/targets/nmap/run-nmap.ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
$allArgs = $PsBoundParameters.Values + $args
|
||||
$env:NMAPDIR = "data"
|
||||
.\nmap.exe $allArgs
|
Loading…
Add table
Add a link
Reference in a new issue