You are here

Zenmap Portable Help/Request

4 posts / 0 new
Last post
Rochey
Offline
Last seen: 4 years 9 months ago
Joined: 2007-08-07 15:48
Zenmap Portable Help/Request

I have just found that Nmap comes with a GUI called Zenmap.
I thought that this would make a great portable tool in my inventory so I tried to make it a portable app with the Portable app template 2.5.

The problem I have found is that zenmap.exe calls nmap.exe, which is ok because you can locate them in the same directory. But when you create the zenmap portable application launcher this calls zenmap.exe which is in the App directory, so zenmap can't find nmap.

Anybody have any ideas how to get round this? Or has anyone actually made a portable version of Zenmap?

Also, I know that it needs winpcap but I am not really bothered about installing this (unless someone can tell me how to do it like wireshark 0.99.7).

Cheers

Rochey

powerjuce
powerjuce's picture
Offline
Last seen: 13 years 2 months ago
Developer
Joined: 2007-09-20 21:34
did you try using the

did you try using the command
setoutpath
that will set the output path to the app dir

Please search before posting. ~Thanks

Rochey
Offline
Last seen: 4 years 9 months ago
Joined: 2007-08-07 15:48
Hi Powerjuce, Where abouts

Hi Powerjuce, Where abouts would I need to set this?

I have asked in the application template 2.5 area to have a setting at the beginning of the script to add folders to the path variable.

Cheers
Rochey

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Normally you set it befor

Normally you set it befor you call the exe. Like:

SetOutPath $EXEDIR\App\AssaultCube\"

ExecWait "$EXEDIR\App\AssaultCube\assaultcube.bat"

Here its a bat file but its the same with exe files.

I don't know how that works with the template (I never used it).
Maybe you can set it at the beginning of the script but Im not sure about that.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Log in or register to post comments