Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/07/2018 in all areas

  1. dog

    Sugestii forum

    Faceti un sistem separat de likes (reactions) si de reputatie. (ex: membru sa poata da +1/-1 rep, vip +2/-2, mod +3/-3, etc..)
    3 points
  2. Username: Speedy Varsta 22 Ce vinzi?: Mape SA-MP texturate, care sunt gratuite pentru clientii sa-mp. Dovada (că sunteti in posesia produsului) OBLIGATORIU: http://prntscr.com/kqv2bb / https://imgur.com/a/sKi6LnE Pret: 3 euro / mapă. PayPal sau PaySafeCard. PayPal constituie un avantaj. Detalii de contact: Discord: Speedy#2627 , Skype: swn.staff Alte precizari: Cei care cumpara host-uri sa-mp de la mine in valoare de minimum 5 euro, beneficiaza de cate o mapa pe saptamana, atat interior cat si exterior. La vanzare am scos doar exterioare.
    1 point
  3. Da, 50$ usor, dupa cum spune si titlul, asta depinde de munca pe care o depui tu. [Protected content]
    1 point
  4. Acu' poate fac si eu progress bar ca a lu @KsenonAdv fara sa se chinuie
    1 point
  5. iulik

    rob sistem

    punel pe net
    1 point
  6. Link de download actualizat!
    1 point
  7. MrTuNNe.Info

    Nu am furat eu.

    Sau sa faci un loop in python cu urllib sa iti descarce toate skin-urile :)) (Il pui sa numere de la 0 la 300 + link cu folderul unde se afla acele skinuri)
    1 point
  8. Salutare Leaks.ro, am inceput un gm de la 0 si vreau sa fie ceva de durata si bun. Pluginuri folosite pentru acest gm (momentan): MySQL 41-4, crashdetect, sscanf Includeuri folosite pentru acest gm (momentan): a_samp, crashdetect,a_mysql,sscanf2,fly,zones,callbacks, YSI( y_master,y_timers,y_commands,y_iterate,y_foreach) Versiune actuala: 0.01 Procesor de comenzi: y_commands ======Update(0.01)===== Adaugat un sistem de inregistrare/logare care se foloseste de ORM ???? {Sunt minunate, se updateaza tot la deconectarea jucatorului de pe server) Adaugat sistem helper Unele timerele sunt pe y_timers Iteratori pentru grupele: Admins,Helpers Adaugat un textdraw cu timpul actual Adaugata o functie care verifica daca esti admin/helper si trimite mesaj cu ce nivel de admin este necesar pentru aceea comanda. Dialogurile au fost puse intr-un enum {} Adaugata functia resestvariables care reseteaza toate variabilele la conectarea unui jucator Adaugata functia Stats necesara pentru /stats si /check Adaugata functia Deelay. Sunt vreo 15 comenzi care au deelay momentan Adagata functia FindPlayer necesara pentru /find si alte sisteme pe viitor Adaugata functia Slap. Adaugata functia EmptyPlayer. La decenectarea playerului, opeste timerele si lucrurile care vor fii in urm update. Adaugata functia ShowLogo. Adaugata functia Loadtextdraws. Ca sa nu pun toate txtdr la onplayerconnect ca arata urat =)) Adaugat stock-ul FormatNumber Adaugat stock-ul SCMF Adauat stock-ul GetData2(x). acest stock iti spune exact ce an/luna/zi/ora/minut/secunda este. Ca sa nu folosest mereu gettime, getdata. OnDialogResponse a fost trecut in switch, poate o sa ma mut pe EasyDialog vedem Comenzi facute: /tick /sethp /setarmour /setadmin /sethelper /respawn /a /hc /goto /slap /admins /helpers /fly /stats /check /mark /gotomark /areaheal /areagun /givegun /ah /hh /set /gotoxyz /hduty /n /nre /nskip /getcar /gotocar /find /kick /mute ======================================================== ======Update(0.01a)===== Adaugat un sistem de ban. Adaugata comanda /ban. ====================== Cam atat momentan. nu cred ca am scris tot eh=)) Link Download: nefunctional.
    0 points
  9. KRONZY

    REGULAMENT BUG BOUNTY

    Nu postați XSS-uri sau orice altă vulnerabilitate din site-urile care nu au program de Bug Bounty. Exemple: Poliție, FBI, Instituții guvernamentale, s.a.m.d. Site-uri în care găsiți programul Bug Bounty: https://www.bugcrowd.com/ https://www.hackerone.com/ MODE TOPIC: Nume: Dovadă (video, poze) : Website: Autor: KRONZY
    -1 points
  10. KRONZY

    Sublist3r

    Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. subbrute was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. The credit goes to TheRook who is the author of subbrute. installation git clone https://github.com/aboul3la/Sublist3r.git Recommended Python Version: Sublist3r currently supports Python 2 and Python 3. The recommended version for Python 2 is 2.7.x The recommened version for Python 3 is 3.4.x Dependencies: Sublist3r depends on the requests, dnspython, and argparse python modules. These dependencies can be installed using the requirements file: Installation on Windows: c:\python27\python.exe -m pip install -r requirements.txt Installation on Linux sudo pip install -r requirements.txt Alternatively, each module can be installed independently as shown below. Requests Module (http://docs.python-requests.org/en/latest/) Install for Windows: c:\python27\python.exe -m pip install requests Install for Ubuntu/Debian: sudo apt-get install python-requests Install for Centos/Redhat: sudo yum install python-requests Install using pip on Linux: sudo pip install requests dnspython Module (http://www.dnspython.org/) Install for Windows: c:\python27\python.exe -m pip install dnspython Install for Ubuntu/Debian: sudo apt-get install python-dnspython Install using pip: sudo pip install dnspython argparse Module Install for Ubuntu/Debian: sudo apt-get install python-argparse Install for Centos/Redhat: sudo yum install python-argparse Install using pip: sudo pip install argparse for coloring in windows install the following libraries c:\python27\python.exe -m pip install win_unicode_console colorama Usage Short Form Long Form Description -d --domain Domain name to enumerate subdomains of -b --bruteforce Enable the subbrute bruteforce module -p --ports Scan the found subdomains against specific tcp ports -v --verbose Enable the verbose mode and display results in realtime -t --threads Number of threads to use for subbrute bruteforce -e --engines Specify a comma-separated list of search engines -o --output Save the results to text file -h --help show the help message and exit Examples To list all the basic options and switches use -h switch: python sublist3r.py -h To enumerate subdomains of specific domain: python sublist3r.py -d example.com To enumerate subdomains of specific domain and show only subdomains which have open ports 80 and 443 : python sublist3r.py -d example.com -p 80,443 To enumerate subdomains of specific domain and show the results in realtime: python sublist3r.py -v -d example.com To enumerate subdomains and enable the bruteforce module: python sublist3r.py -b -d example.com To enumerate subdomains and use specific engines such Google, Yahoo and Virustotal engines python sublist3r.py -e google,yahoo,virustotal -d example.com Using Sublist3r as a module in your python scripts Example import sublist3r subdomains = sublist3r.main(domain, no_threads, savefile, ports, silent, verbose, enable_bruteforce, engines) The main function will return a set of unique subdomains found by Sublist3r Function Usage: domain: The domain you want to enumerate subdomains of. savefile: save the output into text file. ports: specify a comma-sperated list of the tcp ports to scan. silent: set sublist3r to work in silent mode during the execution (helpful when you don't need a lot of noise). verbose: display the found subdomains in real time. enable_bruteforce: enable the bruteforce module. engines: (Optional) to choose specific engines. Example to enumerate subdomains of Yahoo.com: import sublist3r subdomains = sublist3r.main('yahoo.com', 40, 'yahoo_subdomains.txt', ports= None, silent=False, verbose= False, enable_bruteforce= False, engines=None) Download [Protected content]
    -1 points
  11. https://www.owasp.org/index.php/Testing_for_HTML_Injection_(OTG-CLIENT-003) HTML injection is a type of injection issue that occurs when a user is able to control an input point and is able to inject arbitrary HTML code into a vulnerable web page. This vulnerability can have many consequences, like disclosure of a user's session cookies that could be used to impersonate the victim, or, more generally, it can allow the attacker to modify the page content seen by the victims. Nu mai posta de +1, mersi. T/C INACTIV
    -1 points
  12. KRONZY

    cn mai da -1 masai curva ok?

    cn mai da -1 masai curva ok?
    -1 points
  13. am zi k cn imi mai da -1 mama lor e curva, deci mama voastra e curva kare miati dat vam facuto
    -1 points
  14. sa va dau la views la toti care miati dat -1 atrofiatilor
    -1 points
  15. KRONZY

    Nu am furat eu.

    doamne........
    -1 points
  16. Nume: KRONZY P.o.C ( Video, Poza): Site: https://sdl.developer.nokia.com ( Apartine de microsoft )
    -1 points
  17. KRONZY

    Pentestbox

    Este un program util ( Are toate tool-urile din Kali ) Consola: Tool-uri: De ceva timp nu sau mai facut update-uri da va faceti singur de pe github. Download: [Protected content]
    -1 points
This leaderboard is set to Bucharest/GMT+03:00
×
×
  • Create New...