Page 1 of 1

Using "External Tools" (or plugins)

Published: November 27, 2019 - 6:21 PM
by Patrice_minagri
Hello,

Is the "External Tools" (or plugins) function working in the WAPT console?

I've tried two things:

Name - Executable - Arguments
Explorer - explorer.exe - \\{ip}\c$
Psexec - cmd.exe - psexec \\{ip} cmd

Whether it's File Explorer or the command prompt, the argument parameters aren't being applied.

Is there something specific I need to do? Is there another way to write the commands?

Thank you.

Patrice

Re: Using "External Tools" (or plugins)

Published: November 28, 2019 - 12:47 PM
by agauvrit
The value to enter as an argument for PsExec would be this one:

Code: Select all

-accepteula -i \\{ip} cmd.exe
Alexander

Re: Using "External Tools" (or plugins)

Published: January 2, 2020 - 3:21 PM
by Patrice_minagri
Hello Alexandre,

Best wishes for the new year ;)

. Regarding psexec, have you tested it as an external WAPT plugin? I haven't found a way to implement it.

If you have any tips or the exact syntax for what to enter, I'd be very grateful.

Thanks.

Patrice.

Re: Using "External Tools" (or plugins)

Published: January 3, 2020 - 10:28 AM
by sfonteneau
It works for us.

The way external plugins work is really very basic.

I don't see what the problem could be.