Search results

  1. poqun

    Skype Spreader Example by ap0calypse

    program Project2; {$APPTYPE CONSOLE} uses Windows,Messages; function StrLCopy(Dest: PChar; const Source: PChar; MaxLen: Cardinal): PChar; assembler; asm PUSH EDI PUSH ESI PUSH EBX MOV ESI,EAX MOV EDI,EDX MOV EBX,ECX...
  2. poqun

    (SourceCode) Simple Crypter

    Download: http://www.sendspace.com/file/xocepd
  3. poqun

    Delphi Source String Crypt by DonDD

    http://up.ht/QFdf31 http://ge.tt/api/1/files/1JaVe5O/0/blob?download
  4. poqun

    Worm on Delphi

    Create a new project. Just post on the form component NMFTP (so called, with no one.) then you need to declare two global variables. This is done after the line var, which comes after the line Public Public Declarations} { end; early unit'a. Just add modules used WinSock and Registry...
  5. poqun

    Delphi RunPE Generator

    http://www.box.com/s/784e7d47a636b31b3850 Pass: level-23.biz
  6. poqun

    Blind SQL injection SpyEye Python

    #!/usr/bin/python from httplib import HTTPConnection from time import time from sys import exit, argv, stdout import urllib print """ 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 __ __ __ __ 1 1...
  7. poqun

    SQLi,LFI,XSS Scanner [Source]

    #!usr/bin/python import os, sys, urllib if sys.platform == 'linux' or sys.platform == 'linux2': clearing = ' clear' else: clearing = 'cls' os.system(clearing) print("################################################") print("# SQli,XSS,LFI scanner by Quetzalcoatl #") print("#...
  8. poqun

    [Python] Encoder

    #Encrypter by c0ax #Greetz baltazar, b0ne, Maxell, MikiSoft, Melvin #Visit ljuska.org and darkartists.info print " ___ __ ___ __ _ __ _____ " print " / _ \___ _____/ /__ / _ | ____/ /_(_)__ / /____ / ___/______ _ __ " print " / // / _ `/ __/...
  9. poqun

    [Python] Admin Finder

    #Script by KaiT_AleX aka c0ax #Greetz: baltazar, b0ne, Melvin, MikiSoft etc. #Visit ljuska.org and darkartists.info import sys, os, time, httplib if os.name == "posix": clearing = 'clear' else: clearing = 'cls' os.system(clearing) if len(sys.argv) != 2: sys.exit('Usage...
  10. poqun

    SQL Injection Finder

    #!/usr/bin/env python #################################################################################### # # sqlinject-finder.py # # Author: tdean87 # Date : 12/02/2010 # Description: Simple python script that parses through a pcap and looks at the # GET and POST request data...
  11. poqun

    [Python] Twitter username checker

    Felt like showing Cold what he really should do, ignore that it is a bit ugly threw it together on 7 minutes just to show him #!/usr/bin/python # :--------------------------------------------------------: # # :- IMPORTS -...
  12. poqun

    [Python] SMTP Scanner/Brute Forcer

    To make brute.py run you need to make it executable so u gotta do chmod +x brute.py after that u can run it like this in below Grin [user:js@linuxbox ~]$ python brute.py 61.1.*.* userlist.txt passwordlist.txt d3hydr8[at]gmail[dot]com smtpBruteForcer v1.0...
  13. poqun

    How to use Dev-C++

    Download: https://app.box.com/s/6yxm2p8s1atvr2nqrjih
  14. poqun

    C/C++ E-Books Collection

    C/C++ E-Books Collection C++ Books Applied C++ - Practical Techniques For Building Better Software (2003).chm Beginning C++ Game Programming (2004).pdf Beyond The C++ Standard Library - An Introduction To Boost (2005).chm C++ - How To Program, 5th Edition (2005).chm C++ By Dissection (2002).pdf...
  15. poqun

    [E-Book] Bible of the SQL-Injection

    http://www.box.com/s/e6571dec700416d1fbff Pass: level-23.biz content: Chapter 1 What Is SQL Injection? 1-Introduction 2-Understanding How Web Applications Work. 3-A Simple Application Architecture 4-A More Complex Architecture 5-Understanding SQL Injection 6-High-Profile Examples...
  16. poqun

    Hacking Google Maps and Google Earth

    File: .PDF Lenguage: English Pages: 401 Part I: Basics Part II: Instant Gratification Part III: Google Maps Hacks Part IV: Google Earth Hacks Appendix: Resources Download: http://www.4shared.com/office/VuLL_a_x/Hacking_Google_Maps_And_Google.html?
  17. poqun

    Hacking the Cable Modem

    Hacking the Cable Modem: What Cable Companies Don't Want You to Know English | PDF | 320 Pages | 21.645 Mb In the beginning there was dial-up, and it was slow; then came broadband in the form of cable, which redefined how we access the internet, share information, and communicate with each...
  18. poqun

    Nueva Entrega Hackers&Developers #7

    #7 Guía completa sobre el manejo de archivos por línea de comandos El mundo de la criptografía y la psicología de las contraseñas Conociendo a Vala Refactoring: avanzando con las soluciones Inception Deck en el Agilismo NgiNX instalado y... ¿ahora qué? El olvidado mundo de las variables en PHP...
  19. poqun

    Utilmate Ebook on SQL injection

    Finding out if your target is vulnerable. Exploiting a simple SQL vulnerability. What sign to use? String Based SQL Injection User agent based SQL Injection Waf & Waf Bypassing Error based SQL Injection SQL column truncation injection. Blind based SQL Injection. Bypassing logins MsSQL Injections...
  20. poqun

    Hackers&Developers

    #0 Y ahora ¿qué Framework PHP usaré? Creando una capa de abstracción con PHP y mysqli ¿Por qué Python? Empezando con Google App Engine The Hitchhiker Pythonits's Guide to the Galaxy GNU/Linux & Servers: Tricks & Tips Contribuyendo en el equipo de traducción al español de GNOME ¿La crisis del...
Top Bottom