Jump to content

Recommended Posts

Posted

I am planning to create  a autoit script and then compile to an .exe. The whole purpose  of creating a .exe file is to pass a web site user name and password as arguments  when calling a powershell script. purpose of this powershell is to use Selenium in powershell  and extract some useful information from  information web site

Are my following  understanding correct :

1.  the hardcoded password is in the .exe file . So can that password be extracted from .exe  ?

2. In the powershell script, once the session starts, the login to web site is done, variable is cleared - can anyone extract the password, other than using  memory management technique?

 

Posted (edited)

yup if its in the exe, its easy to retrieve, dont do that.  

Call get-credential at the top of the powershell script and prompt the user if that is an option.

Edited by iamtheky
redundant text was redundant

  Reveal hidden contents

Posted

nobody is going to walk you through decompiling, and i think if you type the word three times in dark mode the thread locks itself.

  Reveal hidden contents

  • Moderators
Posted
  Quote

if you type the word three times in dark mode the thread locks itself

Expand  

No need - I will lock it right now!

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...