Ryan
Ryan
Hi I'm still getting this error, I believe I downloaded the latest stable version from nmap.org and I only get this error when connected to a VPN (NordVPN). Is this...
> @LimesKey The issue has not been resolved. To work around, ensure all legacy and leftover Npcap Loopback Adapters have been removed (follow instructions at #55: uninstall Npcap, uninstall "Npcap...
Ahhh guys I fixed it, you guys didn't explain it well enough. Npcap doesn't create a separate network adapter it just links onto a current one's properties. So what I...
@guyharris On my PC NordVPN installed both a "Tap-NordVPN Windows Adapter - Ethernet 2" and a "NordLynx 2 - NordLynx Tunnel" Your free to also install NordVPN without having an...
You don't actually need 7zip to uncompress .zip files, programs like WinRar will also work and you can also use Window's Built-in uncompression program. Are you also able to include...
In the future, we could create a setup command so that when the setup program is run, it will also uncompress all large files.
``` 'unzip' is not recognized as an internal or external command, operable program or batch file. ``` You might want to just create a batch file script to do this...
> @LimesKey the unzip command only works on Linux/Unix. For Windows, you would run the following command in PowerShell: > > ``` > Expand-Archive -LiteralPath assets/dna.zip -DestinationPath assets && rm...
Looks like `Expand-Archive -LiteralPath assets/dna.zip -DestinationPath assets ; rm assets/dna.zip` only works I get this with the `&&`, `The token '&&' is not a valid statement separator in this version....
@Verisimilitude11 I am running it in powershell, it only works with the ';'.I also created a feature request issue for the batch file.