Referenced link: https://0day.today/exploit/description/38772
Originally posted by 0day Exploit Database 🌴 / @inj3ct0r@twitter.com: https://twitter.com/inj3ct0r/status/1666884776693751820#m
#0day #Microsoft #Windows #PowerShell Remote Command Execution #Exploit #RCE https://0day.today/exploit/description/38772
#0day #microsoft #windows #Powershell #exploit #RCE
Ось що буде, якщо Лінуксоїда змусити працювати за віндою:
https://inv.odyssey346.dev/watch?v=LuAipOW8BNQ
(відео англійською мовою)
#федінет #відео #компьютери #Powershell #invidious
#Powershell help: I have a task which seems trivial but I haven't found the right combination of words to find the answer online.
I have a load of folders I want to rename. I've got a spreadsheet of all the current folder names, and what I want to change them to (which is trivial to export to a text file with each line saying "rename-item 'thing1' 'thing2'"). How can I tell Powershell 'carry out all the renames in this text file?'
(Thing1 and Thing2 is just illustration; it's not systematic.)
#Powershell help:
I have a text file that's a list of folders (1 folder per line). I want to have Powershell search for a specific string inside the files that are inside each of those folders, and then give me a list of those files.
I'm trying to google it but the results tell me how to do similarly-worded but incorrect things (like how to search for a list of files inside a folder).