Tessa Posted May 21, 2016 Posted May 21, 2016 Well gregor told me that i can't do it with javascript , i think it can executed with vbs. I don't know about Microsoft's bullshits... :lol:
๖ۣۜYoung ๖ۣۜthug Posted May 21, 2016 Author Posted May 21, 2016 I don't know about Microsoft's bullshits... :lol: You are using Microsoft Platform :you serious?:
Tessa Posted May 21, 2016 Posted May 21, 2016 You are using Microsoft Platform :you serious?: Yeah, because I'm still playing games. :lol:
๖ۣۜYoung ๖ۣۜthug Posted May 21, 2016 Author Posted May 21, 2016 Yeah, because I'm still playing games. :lol: After games you planning installing other os ?
Tessa Posted May 21, 2016 Posted May 21, 2016 (edited) After games you planning installing other os ? I already have Linux... it runs during the rest. Edited May 21, 2016 by Tessa
๖ۣۜYoung ๖ۣۜthug Posted May 21, 2016 Author Posted May 21, 2016 I already have Linux... it runs during the rest. Are you doing rooting stuff ?
Tessa Posted May 21, 2016 Posted May 21, 2016 Are you doing rooting stuff ? I'm primarily developing web stuff using.
๖ۣۜYoung ๖ۣۜthug Posted May 21, 2016 Author Posted May 21, 2016 I'm primarily developing web stuff using. i am using notepad to code
๖ۣۜYoung ๖ۣۜthug Posted May 22, 2016 Author Posted May 22, 2016 (edited) https://www.microsoft.com/security/portal/threat/Encyclopedia/Entry.aspx?Name=Exploit:VBS/CVE-2014-6332how about if i crypt the downloader ? can i bypass windows defender ? after crypt the file looks fud but i am afraid of windows defender :okey: Edited May 22, 2016 by DarkLess*
Mart Posted May 25, 2016 Posted May 25, 2016 You can't execute .exe programs from browsers through javascript, it's now allowed by language neither by browser. What you can do is make the user download some ".exe" on page load and pray to him execute. Or create some ActiveX, but it will only work on IE (or better, not work...lol), and since java is not being more supported on Chrome, you don't have much options.The simple solution is install some client program on user machine that runs a service everyday/everyhour to update some files based on launcher.
๖ۣۜYoung ๖ۣۜthug Posted May 25, 2016 Author Posted May 25, 2016 (edited) You can't execute .exe programs from browsers through javascript, it's now allowed by language neither by browser. What you can do is make the user download some ".exe" on page load and pray to him execute. Or create some ActiveX, but it will only work on IE (or better, not work...lol), and since java is not being more supported on Chrome, you don't have much options. The simple solution is install some client program on user machine that runs a service everyday/everyhour to update some files based on launcher. eh i managed to execute it with powershell but i should work on find how to disable the PowerShell window while running the script,well here is a video i hope u understand! If i will not manage to do it i will try wth vbs.. Edited May 25, 2016 by DarkLess*
Recommended Posts