[[2022-05-28]]
Sudoers
### Try to run sudo command and user sudo script without entering the password
📅 2022-05-28 — ⏰ 22:57
things is not get properly so i am only able to find a way to get this thing done
Points ✴
- using a trick in which first you have to store your password in a variable and echo that variable to sudo with standard input flag ___ ### data 💽
Command 💻
- passwd=‘your_password’
- echo $passwd | sudo -S
Links 🔗
1 . link-1