Christoff Posted March 3, 2020 Posted March 3, 2020 Good day All First Apologies if posting in the incorrect area I have zero programming or programming language skills to start of with We have a Appliance called Beyond Trust Password Safe. This appliances is managing the passwords for Critical accounts. We have all the DDIC and SAP* accounts in the appliance. Currently the password is viewable and we need to change to a application Session. This is wat i have currently on my TS and this works if i specify username and password. Logon occurs #NoTrayIcon Opt("WinTitleMatchMode", 3) ShellExecute("C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe") ;start the main window $Logon = WinWait("SAP Logon 750") Send("{Enter}") ;wait for the main window and activate it $Main = WinWait("SAP") WinActivate($Main) Sleep (300) ;insert user and password Send("USER") Send("{TAB}") Send("PASSWORD") Send("{Enter}") on the Appliance we pass commands like the Username and Password. How and where will a command be set to use the password and username from the password vault Thank you in advance
Developers Jos Posted March 3, 2020 Developers Posted March 3, 2020 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Suchi Posted November 17, 2021 Posted November 17, 2021 can you please share the link to where this has been moved? I am working on a similar problem.
Werty Posted November 17, 2021 Posted November 17, 2021 Umm, this is where it has been moved. This is the thread! Some guy's script + some other guy's script = my script!
Confuzzled Posted November 20, 2021 Posted November 20, 2021 (edited) Another security risk issue that has dire warnings in that you may wish to read before venturing down this very risky track. Please, PLEASE talk to your corporate IT security team before touching the keyboard again. Listen to their warnings. Somehow I suspect nobody is going to help you do something very risky for your company and your budding coding career. If SAP and Beyond Safe thought that they needed any plain text exposed passwords, surely, as major corporate software suppliers, they would have built it into their products, many years ago. The fact that they haven't and you haven't discovered it should cause you to ask why. The answer might be to do with security, and not how to bypass it. Edited November 20, 2021 by Confuzzled
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now