#!/usr/bin/python
# Simple Local File Inclusion Vulnerability Scanner
# by Valentin Hoebel (valentin@xenuser.org)
# Version 1.0 (29th December 2010)
# ASCII FOR BREAKFAST
# ---------- [Description]
# This tool helps you to find LFI (Local File Inclusion) vulnerabilities.
# ---------- [Features]
# - This time with working random user agents ^_^
# - Checks if a connection to the target can be established
# - Some error handling
# - Scans an URL...
31 December 2010
Simple Local File Inclusion Vulnerability Scanner
Baca Selengkapnya...
Simple Local File Inclusion Vulnerability Scanner
All about blue <= this is for you my friends Chlsl Akbr
Bluejacking, Bluesnarfing, and Bluebugging
Bluejacking.
Bluejacking is the sending of unsolicited messages over Bluetooth to Bluetooth-enabled devices such as mobile phones, PDAs or laptop computers, sending a vCard which typically contains a message in the name field (i.e. for bluedating or bluechat) to another bluetooth enabled device via the OBEX protocol.
Bluetooth has a very limited range, usually around 10 meters on mobile phones, but laptops...
Scanner FTP Vulnerability
#!/usr/bin/python
import socket
def bo(bo_com, bo_size, bo_type):
ncom = len(bo_com)
nsize = len(bo_size)
ntype = len(bo_type)
for ia in range(0,ncom):
var = str(bo_com[ia]) + " "
for ib in range(0,ntype):
var1 = str(bo_type[ib]) + " "
for ic in range(0,nsize):
var2 = (bo_size[ic])
buffer = var + var1
s.send(buffer * var2 +"\r\n")
...
SSH checker
This simple script for check ssh login
Writing on python with use module py-paramiko
for using need install module paramiko
in Freebsd install from ports:
cd /usr/ports/security/py-paramiko && make install clean
or install from source
import paramiko
import sys, os
import socket
import re
# - - - - - - - - - - - - - - - - #
# SSH Checker #
# - - - - - - - - - - - - - - - - #
#log_file = "log.txt"
read_access = "access.txt"
sucess...
29 December 2010
VirusTotal Python Submission Script
Here is a simple python script for batch malware submissions to VirusTotal via its email interface. Simply replace the SMTP-related variables at the top of the script and you’re ready to rock!
Download : vtsubmit.py
#!/usr/bin/env python
# vtsubmit.py
# VirusTotal Submission Script
import os, sys, email, smtplib, hashlib
SMTP_HOST = '_HOST_'
SMTP_PORT = 587
SMTP_USER = '_USER_'
SMTP_PASS = '_PASS_'
TO_ADDR = 'scan@virustotal.com'
FROM_ADDR...
Kingston Digital 16 GB USB 2.0 Hi-speed Datatraveler Flash Drive DT101G2/16GBZ, Black
The kingston datatraveler 101 generation 2 (g2) is here! this convenient storage companion lets you take all of your data to your home, office, school and anywhere you travel. now with urdrive, it gives you a better way to look at your data while combining cool features1 to make it your own.easily store, organize and share your favorite photos through the built-in...
26 December 2010
RSA in JavaScript
The example below uses my 100% JavaScript multiple-precision math library. The encryption exponent is small-ish, making for faster encryption. Presumably, decryption would be handled on the server, where things aren't as slow.
In a nutshell, here are the JavaScript files you need :
Multiple-precision library
Barrett modular reduction library
RSA library
Additionally, I wrote a Windows application that generates random keys for...
10 December 2010
This the Season of DDoS – WikiLeaks Edition
Scroll to the bottom for the latest updates…DDoS attacks are flying across the Internet like there is no tomorrow. Just a few days ago, a hacktivist operating under the handle “th3j35t3r” decided to single-handedly take down the Wikileaks website with a DoS tool of his (or their) own creation. He issued a statement on Twitter shortly after explaining...
06 December 2010
SMS Boom
Langsung aja yah tanpa berbasa basi....
SMS Boom
Selamat nge-boom...
05 December 2010
gmail_hotmail_yahoo_chek.py
#!/usr/bin/python #
# ...
How to make money using Greasemonkey Plugin in Firefox
Bux.to is a PTC site(Paid to click).You get paid to click on ads and visit websites. The process is easy! You simply click a link and view a website for 30 seconds to earn money.In this article i will show you on How to hack bux.to to browse ads. By using this trick you will be able to surf more ads and the most amazing part is that you will not get banned by...
ProFTPD 1.3.3c compromised source remote root Trojan
As you all might know.
the proftdp main ftp site had been compromised as result a version of the source has been changed.
My challenge i propose is to you is simple a re factor this scanner code.
Scanner code
or
Scanner code
analyze the cod and get rid of the goto's in it.
a description of the vun is available at www.exploit-db.com
example scanner code...
04 December 2010
Hipotesis MAHASISWA Misterius yang Berhasil Mematahkan Jawaban Sang PROFESOR
Seorang Profesor dari sebuah universitas terkenal menantang mahasiswa-mahasiswa nya dengan pertanyaan ini, “Apakah Tuhan menciptakan segala yang ada?”.Seorang mahasiswa dengan berani menjawab, “Betul, Dia yang menciptakan semuanya”.“Tuhan menciptakan semuanya?” Tanya professor sekali lagi. “Ya, Pak, semuanya” kata mahasiswa tersebut.Profesor itu menjawab, “Jika Tuhan menciptakan segalanya, berarti Tuhan menciptakan Kejahatan. Karena kejahatan itu...