alvaro_junior Posted Monday at 06:04 PM Posted Monday at 06:04 PM Hello everyone, I have a task to do at work and I'm a bit lost. I've been asked to use AutoIt as a bridge between 1Password and the user. I'm in the company's infrastructure department, so we should have access to all the passwords related to network maintenance, etc. What we need is for one of our team members to perform maintenance on something for another department. When a password from 1Password is required, the password would be automatically collected by the 1Password CLI with a script, which would then be sent to AutoIt. AutoIt would then use the script to type the password and log in automatically. This way, the technician can use the credential without having direct access to the password. How can I do this?
Developers Jos Posted Monday at 06:24 PM Developers Posted Monday at 06:24 PM I am not sure what kind of company you work for, but when security is important then you can be serious this company wants this actually. 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.
Nine Posted Monday at 07:32 PM Posted Monday at 07:32 PM It is kind of strange that your company is asking someone to perform a task that he has absolutely no idea where to start to. Makes me wonder if your superior is so incompetent that he did not realize he was giving you a job that you could not even described correctly. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Numeric1 Posted Monday at 08:13 PM Posted Monday at 08:13 PM The question might be: is it possible to integrate AutoIt into a security application? Everything is feasible, provided you clearly understand what you're doing and in what context you're doing it. Perhaps your issue is simply that you need AutoIt to automate field filling while ensuring maximum security. Festerini 1 From 0 and 1 to the stars, it all starts with binary, Numeric1
Nine Posted Monday at 09:37 PM Posted Monday at 09:37 PM The guy didn't find the time to read the replies of his thread. Hope is not a method, but it sure is a base of resilience... Numeric1 1 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Festerini Posted yesterday at 07:35 AM Posted yesterday at 07:35 AM 11 hours ago, Numeric1 said: The question might be: is it possible to integrate AutoIt into a security application? Everything is feasible, provided you clearly understand what you're doing and in what context you're doing it. Perhaps your issue is simply that you need AutoIt to automate field filling while ensuring maximum security. I think that is what he is trying to do, to restrict access to passwords by having then pasted into the logins automatically. Not a beginners project though. Numeric1 1
Festerini Posted yesterday at 07:49 AM Posted yesterday at 07:49 AM 13 hours ago, alvaro_junior said: Hello everyone, I have a task to do at work and I'm a bit lost. I've been asked to use AutoIt as a bridge between 1Password and the user. I'm in the company's infrastructure department, so we should have access to all the passwords related to network maintenance, etc. What we need is for one of our team members to perform maintenance on something for another department. When a password from 1Password is required, the password would be automatically collected by the 1Password CLI with a script, which would then be sent to AutoIt. AutoIt would then use the script to type the password and log in automatically. This way, the technician can use the credential without having direct access to the password. How can I do this? That kind of project is not for the faint hearted. If you are new to Autoit, I'd give it a pass. I have such an application but it is not for public use. Allows automatic connection to hardware VPNs, Servers, PCs, Devices etc. Thousands of lines of code, built from small beginnings, with encryption, security, logging and monitoring. I was inspired to learn Autoit by a colleague 13+ years ago and have written hundreds of apps and services for MSP automation over that time. However I still consider myself a novice, as I don't know everything, and have to research. And I started with small programs. Start with small apps. Read the help files, try the examples. Test, test, test. Read, read, read. Good luck. Numeric1 1
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