mdblack98 Posted December 25, 2023 Posted December 25, 2023 Why does autoit have this call in even a 1-liner program? ttps://www.virustotal.com/gui/file/f45a20af6eeeee9aaea07d1fed27fc90ab3df006f1dd9c90c54f6fea67fedb39 It also has a useless SAMPLEPATH shell call Here's the 1-liner that triggers all sorts of malware detections MsgBox(0, "Version", @AutoItVersion) https://www.virustotal.com/gui/file/f45a20af6eeeee9aaea07d1fed27fc90ab3df006f1dd9c90c54f6fea67fedb39 Shell Commands "%SAMPLEPATH%\test.exe" C:\Windows\System32\wuapihost.exe -Embedding Processes Injected \\?\C:\Windows\system32\wbem\WMIADAP.EXE
Moderators Melba23 Posted December 25, 2023 Moderators Posted December 25, 2023 mdblack98, Please see here. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts