Jump to content

Maximus

Active Members
  • Posts

    1481
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Maximus

  1. @aa7670 ; le vreau se poate? Multumesc anticipat.
  2. @Rokok ; Follow this tutorial : https://rstforums.com/forum/67084-cum-sa-folosim-rst-anti-desktop-lock-setari.rst // @Rokok ; Or "Start program" is disabled from server ...
  3. For i As Integer = 0 To ListView2.Items.Count For Each item As ListViewItem In ListView2.Items If item.SubItems(i).Text = "OFFLINE" Then ListView2.Items.Remove(item) End If Next Next E o prostie, cum spune si @Erase 1 For i As Integer = 0 To ListView2.Items.Count Pentru i egal cu 0 pana la lungimea listei 2 If item.SubItems(i).Text = "OFFLINE" Thendaca item.SubItems(i).Text = "OFFLINE" Pai daca ai 300 de iteme nu inseamna ca ai si 300 de coloane, tu asta faci aici SubItems(i) = subitemul itemului poate If item.Text = "OFFLINE" Then
  4. @Rickets For Each item As ListViewItem In ListView1.Items If item.SubItems(1).Text = "portocale2" Then ListView1.Items.Remove(item) End If Next Codul de mai sus zice : ce nu merge? Acel For i As Integer = 0 To 4 este pentru a adauga iteme, sa am ce gasi ... DEMOTu trebuie sa adaptezi codul dupa nevoia ta...
  5. Update 3/3/2015 + 5 lockers
  6. For i As Integer = 0 To 4 Dim lv As New ListViewItem lv.Text = i 'Column 0 lv.SubItems.Add("portocale" & i) 'Column 1 ListView1.Items.Add(lv) Next For Each item As ListViewItem In ListView1.Items If item.SubItems(1).Text = "portocale2" Then ListView1.Items.Remove(item) End If Next
  7. For i As Integer = ListBox1.Items.Count - 1 To 0 Step -1 If ListBox1.Items(i).ToString = "portocale" Then ListBox1.Items.RemoveAt(i) End If Next sau For i As Integer = ListBox1.Items.Count - 1 To 0 Step -1 If ListBox1.Items(i).ToString.Contains("portocale") Then ListBox1.Items.RemoveAt(i) End If Next
  8. @Erase ; gata, l-am facut sa intrebe inainte de a uploada sau termina procesul. // @xzzy ; Da. // 3/2/2015 +3 lockers (multumesc pentru upload) x64 bug fix (Thx. to @Erase )
  9. @ccmann ; please send PM's ! Stop posting!
  10. @Erase ; In lock de locker, poti pune tu ce vrei. Ma lupt cu morile de vant ... probabil. Stiu ce ai in cap, am testat si eu, dar pana atunci .. o lasam asa. Am testat si pe x64 si nu mi-a dat crash. Am pus file scan-u optional pentru a evita binurile uploadate fara rost. In viitorul apropiat am sa-l fac sa detecteze functiile folosite de procese, un fel de sablon. Deja am gasit 4 functii pe care lockerele le folosesc. Imi place ca totusi ma incurajezi @carartem03 ; It is still a work in progress, what do you expect ? / Sa va explic de ce am facut acel file scan. Am gasit pe NT-uri cate 2 3 lockere , unul activ iar celelalte in startup dar nu rulau. Singura modalitate era sa iau si sa scanez fiecare fisier in parte, nu ? Doar asa poti scapa de ele. Am gasit foarte putine lockere care sa nu contina stringul "locker" in ele, fie in file info sau in cod. Si cu ce te deranjeaza daca sterge si uploadeaza tot ce gaseste cu locker ? Aplicatia nu e facut sa ruleze pe PC-ul tau, si pe RDP... / @Erase ; te rog da mai multe detalii despre crash. In ce faza a scanului da crash ?
  11. @carartem03 ; All unknown lockers will be KNOWN when I will update It is a new feature. All unknown lockers will be uploaded so that I can analyze and include them in the next update. If you compare them (v2 and v3) you will see that even if v3 has missing features, it has a higher detection rate due to the Physical memory scan and file scan feature.
  12. @aa7670 ; Am primit invitatia. Multumesc !
  13. O lista completa DesktopLock (by AZJIO) WormLock by Helios Desktop VLocker Desktop Locker (by Chris Long) Desktop Lock by TopLang Software Login Sentinel by Viliam Bede? Simple Password Protection by Dragonphase LockThis! by Duriosoft Indocor 1 Click and Lock by IM-Soft Security System by Simone Zagni USB Desktop Lock by Micro Robotics Computer Lock Up by Rixler Software Screen Locker by Tobias J. Access Forbidden! 1.0 Windows Lock by Dominick Lee Access Controller PC Locker PRO Locked by Tyler Conn Lock by Chris Harrison M Explorer Locker by Mohsen Ektefa Nockylock Lock System Sumra Soft Lock PC Now Desktop Lock by Madcrosoft SecureItPro by Quantrix WinShield by Mirskiy Solutions Dlock by Dager & Sons. PVT. Ltd. LockDown by Zinious Software Corporation Black Screen by R.J.L. Software Desktop Locker by Kevin Blaze Coolerz Inteset Secure Lockdown Password Booster Screen Lock Remote PC Locker by Ibrahim Ahmed Eusing Maze Lock / XUS PC Lock Windows Desktop Locker by Mc & RENOX ScreenBlur 1.3.0.21 by InDeep Software ScreenBlur by InDeep Software XUS PC Lock / Eusing Maze Lock Desktop Locker by ClickSoftwares The Legacy Locker by ClickSoftwares Lock PC Professional by PB Software LLC Public PC Desktop by Ixis Ltd Private PC Desktop by Ixis Ltd Smart PC Locker Free by NoVirusThanks Company Srl Malarky Software Workstation Locker Lock My PC by FSPro Labs Advanced Desktop Locker by Encrypt4all Lock Me (A n00b locker) Desktop Lock Express Andreal DeksLock GrekSoft Advanced ScreenLocker Transparent Screen Lock (ClearLock) Desktop Locker by MarkLe Desktop Lock Kernel Simple Desktop Lock by Securi-ONE Desktop Lock Stardust Desktop Lock 5 LuJoSoft DeskLock True Desktop Locker Screen Lock (Made in China) LuJoSoft DeskLock China Locker Desktop Locker/Trojan-Ransom Ycorrupt Desktop Locker Chinese Locker v2 Chris PC-Lock Desktop Locker* RDP DeskLock Desktop Access Limiter Elite Desktop Lock by Alex Crowley Ub3r Survey Builder Ransomware WinLocker Builder 0.4 DeadLine's Survey Builder Ransomware Ub3r Survey Builder Ransomware Sabre Locker Goodies Survey BaroufaSoft Matrix Screen Locker @Che ; Am sa pun si sursa. E facut in .net 2.0 Update 2.28.2015 File and Physical memory scan are now optional
  14. Am scos din el : Command line options Kill by windows size Debug Kill full screen apps Tools WMI Am adaugat / imbunatatit : Physical memory scan (RAM) Shortcuts scan New 'Smart scan' technique Improved registry remover Auto uploading unknown lockers (if found by RAM scan) File scan (not only process scan) Screen Un mic demo : Download https://www.dropbox.com/s/09lns9sspnoa5jt/adlv3.exe?dl=0 Scan RazorScanner - Scan Result Q : Vreti sa fie mai bun ? A : Postati lockerele ce le gasiti pe NT-uri // @2/27/2015 1:19 AM system.componentmodel.win32exception FIX + Sabre Locker (Stub & Builder) FIX Ram Hang error @ 12:37 PM bug fix + Desktop VLocker + Goodies Survey Faster scan FIX process.id verification (major bug)
  15. Desi este vechi topicul , va explic cum sta treaba. Acest prog (desi nu l-am folosit) se foloseste de versiunea locala mstscax.dll . Pana aici e bine, asa procedeaza si ncrack spre exemplu DAR ncrack foloseste VirtualChannel (ups, socket level !) pe cand acest tool se foloseste de control ca si interfata ... creaza controlul line-by-line , cel mai probabil in pune il panel (un mic truc pentru MT) si incearca sa se conecteze la RDP ; de aici si treaba cu resursele (proc+ram) . Si s-ar merita ! DACA nu ar consuma atatea resurse . De ce ? Pentru ca ar face NLA de pe toate OS-urile de la VISTA pana la Win8. Dar cand Serverul nu mai raspunde cum trebuie .. adminu se inteapa si te sare de combinatie. Urmaresc ncrack-ul de ceva vreme, baietii sunt pe cale de a rezolva problema. BTW , DuBrute tot de VirtualChannel se foloseste. Closed.
×
×
  • Create New...