Search results

  1. poqun

    Microsoft Helped NSA, FBI Spy On Users

    Microsoft has been collaborating with the National Security Agency for its internet surveillance program PRISM , according to a report. Despite Microsoft's complaints that it can't be more transparent about government requests, the revelations in The Guardian assert that the software company...
  2. poqun

    Generate MD5 Hash

    Here's the simple java security tutorial on generating MD5 hash of input text using java.security API functions. import java.security.MessageDigest; public class MD5Class { public static void main(String args[]) throws Exception { String input = "test text"; MessageDigest m =...
  3. poqun

    SHA1 Bruteforce

    Run it in your Java platform. Enter the SHA1 encrypted text that you would like to 'decrypt'. And wait till the decrypted text appears. /*Program coded by The Alchemist * This is a SHA1 bruteforce script * Works upto words that are as long as the user desires it to be * Supports...
  4. poqun

    MD5 Bruteforce

    Run it in your Java platform. Enter the MD5 encrypted text that you would like to 'decrypt'. And wait till the decrypted text appears.. /*Program coded by The Alchemist * This is a MD5 bruteforce script * Works upto words that are as long as the user desires it to be * Supports...
  5. poqun

    [Python] DDoS

    import time import socket import os import sys import string #=========================================================================# def restart_program(): python = sys.executable os.execl(python, python, * sys.argv) curdir = os.getcwd()...
  6. poqun

    An SSL Client Using OpenSSL

    An SSL Client Using OpenSSL by admin under c++ Recently I wrote about how to use OpenSSL to connect to a plain data server, this time I’m modifying the same code to perform encrypted connections. Naturally this is more of an example for how to use the API than production ready code. It’s main...
  7. poqun

    Sethanak – Multi-Tool

    About Sethanak Name: Sethanak Description: Multi-Tool Coder: Kwelwild Design: Syckchet Theme: Sykandar Full Theme Size: 654 KB (669,696 bytes) Made in: Romania, Europe Date/Hour: 3-June-2013@17:21 PM Options: System -View processes runing -CPU...
  8. poqun

    HashBin – Hashing Tool/Encrypt/Decrypt

    About HashBin Name: HashBin Description: Hashing Tool/Encrypt/Decrypt Coder: Kwelwild Size: 256 KB (262,656 bytes) Made in: Romania, Europe Date/Hour: 23-February-2013@1:21 PM Options: MD5 Converter SHA512 Encrypt SHA1 – Encrypt Base64 -Decode File...
  9. poqun

    SQLidot – SQL Injection/Vulnerability tool

    About SQLidot Name: SQLidot Description: SQL Injection/Vulnerability Tool Coder: Kwelwild Design: Sykandar Full Theme Theme Credits: Aeonhack, Mavamaarten, Support™ Made in: Romania, Europe Date/Hour: 13-March-2013@21:15 PM Options: SQL Injection Scanner...
  10. poqun

    ISR Email Bomber

    About: #ISR Email Bomber 1.2 #Use Gmail SMTP - More Fast #Now working on 4 victims #Coded by: vLaDd096 #Design by: TinKode Download Link: http://uppit.com/at49zubdezgn/ISR_Email_Bomber.rar
  11. poqun

    Windows Tools For Penetration Testing

    Windows Tools For Penetration Testing Most penetration testers are using either a Mac or a Linux-based platform in order to perform their penetration testing activities.However it is always a good practice to have and a Windows virtual machine with some tools ready to be used for the...
  12. poqun

    VPN List

    SecurityKIS: SecurityKISS - Free VPN Service Free VPN: Free VPN by WSC proXPN: proXPN VPN | Get your FREE proXPN VPN account now! USA IP: USA IP, American IP, VPN, VPS, iTunes Open VPN: OpenVPN - Open Source VPN Its Hidden: Home C Y B E R **GHOST (For Germany): Surf anonymously - Download now and use...
  13. poqun

    Bit51 Better WP Security Plugin XSS / Command Execution

    The Better Security Wordpress Plugin suffers from a stored cross site scripting vulnerability, which can be exploited by a remote unauthenticated attacker to steal cookies or gain privileged access to the affected site. Bit51 Better WP Security Plugin versions 3.4.8, 3.4.9, 3.4.10, 3.5.2, and...
  14. poqun

    Google Dorks For Searching XSS Vuln Website

    !xss inurl:com_feedpostold/feedpost.php?url= !xss inurl:/products/orkutclone/scrapbook.php?id= !xss inurl:/products/classified/headersearch.php?sid= !xss inurl:/poll/default.asp?catid= !xss inurl:/search_results.php? search=Search&k= !xss /preaspjobboard//Employee/ emp_login.asp?msg1= !xss...
  15. poqun

    Linux Kernel open-time Capability file_ns_capable() Privilege Escalation

    /* userns_root_sploit.c by */ /* Copyright (c) 2013 Andrew Lutomirski. All rights reserved. */ /* You may use, modify, and redistribute this code under the GPLv2. */ #define _GNU_SOURCE #include <unistd.h> #include <sched.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/mman.h>...
  16. poqun

    FTP Sprite v1.2.1 iOS - Persistent XSS Vulnerability

    Title: ====== FTP Sprite v1.2.1 iOS - Persistent Web Vulnerability Date: ===== 2013-07-12 References: =========== http://www.vulnerability-lab.com/get_content.php?id=1007 VL-ID: ===== 1007 Common Vulnerability Scoring System: ==================================== 3.7 Introduction: =============...
  17. poqun

    WebDisk 3.0.2 PhotoViewer iOS - Command Execution Vulnerability

    Title: ====== WebDisk 3.0.2 PhotoViewer iOS - Command Execution Vulnerability Date: ===== 2013-07-27 References: =========== http://www.vulnerability-lab.com/get_content.php?id=1035 VL-ID: ===== 1035 Common Vulnerability Scoring System: ==================================== 8.8 Introduction...
  18. poqun

    Private Photos 1.0 iOS - Persistent XSS

    Title: ====== Private Photos v1.0 iOS - Persistent Path Web Vulnerability Date: ===== 2013-07-25 References: =========== http://www.vulnerability-lab.com/get_content.php?id=1034 VL-ID: ===== 1034 Common Vulnerability Scoring System: ==================================== 3.5 Introduction...
  19. poqun

    FluxBB 1.5.3 - Multiple Vulnerabilities

    [code]<!-- FluxBB 1.5.3 Multiple Remote Vulnerabilities Vendor: FluxBB Product web page: http://www.fluxbb.org Affected version: 1.5.3 Summary: FluxBB is fast, light, user-friendly forum software for your website. Desc: FluxBB suffers from a cross-site scripting, cross-site request forgery and...
  20. poqun

    OpenEMM-2013 8.10.380.hf13.0.066 - SOAP SQL Injection / Stored XSS

    import os import sys from SOAPpy import WSDL from argparse import ArgumentParser from re import sub # Exploit Title: OpenEMM 2013 SQL Injection / Stored XSS # Date: 07/20/2013 # Exploit Author: drone (@dronesec) # More information (and required WSDL file): #...
Top Bottom