<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>six110@wordpress:~#</title>
	<atom:link href="https://sixthevicious.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://sixthevicious.wordpress.com</link>
	<description>Where Penguins Dare</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:08:15 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sixthevicious.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s-ssl.wordpress.com/i/buttonw-com.png</url>
		<title>six110@wordpress:~#</title>
		<link>https://sixthevicious.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://sixthevicious.wordpress.com/osd.xml" title="six110@wordpress:~#" />
	<atom:link rel='hub' href='https://sixthevicious.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux Database Server: Postgresql and pgAdmin</title>
		<link>https://sixthevicious.wordpress.com/2011/12/02/linux-database-server-postgresql-and-pgadmin/</link>
		<comments>https://sixthevicious.wordpress.com/2011/12/02/linux-database-server-postgresql-and-pgadmin/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 16:36:25 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[pgadmin]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=957</guid>
		<description><![CDATA[I hope that you use a Debian-based distro! sudo apt-get install postgresql Setup the postgres&#8216;s password: sudo -u postgres psql \password digit the new password, then press Ctrl+D to exit from psql. Edit this file (adjust your version number, I&#8217;ve used 9.1 for write this guide) sudo vi /etc/postgresql/9.1/main/postgresql.conf and change these lines (caution with apices, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=957&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I hope that you use a Debian-based distro!</p>
<pre>sudo apt-get install postgresql</pre>
<p>Setup the <span style="color:#3366ff;">postgres</span>&#8216;s password:</p>
<pre>sudo -u postgres psql
\password</pre>
<p>digit the new password, then press <span style="color:#008000;">Ctrl+D</span> to exit from psql.</p>
<p>Edit this file (adjust your version number, I&#8217;ve used <span style="color:#ff0000;">9.1</span> for write this guide)</p>
<pre>sudo vi /etc/postgresql/<span style="color:#ff0000;">9.1</span>/main/postgresql.conf</pre>
<p>and change these lines (caution with apices, don&#8217;t cut&amp;paste):</p>
<p><span style="color:#ff0000;">#listen_addresses = &#8216;localhost&#8217;</span> &#8211;&gt;<span style="color:#008000;"> listen_addresses = &#8216;*&#8217;</span></p>
<p><span style="color:#ff0000;">#password_encryption = on</span> &#8211;&gt; <span style="color:#008000;">password_encryption = on</span></p>
<p>finally define who can access the server:</p>
<pre>sudo vi /etc/postgresql/9.1/main/pg_hba.conf</pre>
<p>add to the end of file:</p>
<p><span style="color:#008000;">host all all [ip address] [subnet mask] md5</span></p>
<p>here you can specify a single host or a complete subnet, for example:</p>
<pre>host all all 192.168.160.0/24 md5</pre>
<p>Now we can configure pgAdmin, that is a free and open source graphical user interface administration tool for PostgreSQL, which is supported by<a href="http://www.pgadmin.org/download/" target="_blank"> many computer platforms</a>.</p>
<p>Install your version, I continue with a GNU/Linux Debian-based:</p>
<pre>sudo apt-get install pgadmin3</pre>
<p>Open pgAdmin and add your server:</p>
<ul>
<li>Name: [any descriptive name]</li>
<li>Host: [ip address of the server]</li>
<li>Password: [your postgres's password]</li>
</ul>
<p>End: here we are!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/957/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=957&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/12/02/linux-database-server-postgresql-and-pgadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>AuthFail python script</title>
		<link>https://sixthevicious.wordpress.com/2011/10/14/authfail-python-script/</link>
		<comments>https://sixthevicious.wordpress.com/2011/10/14/authfail-python-script/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 21:49:16 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[auth.log]]></category>
		<category><![CDATA[authfail]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=938</guid>
		<description><![CDATA[I wanted to improve this script that I had originally written in bash and I took the opportunity to learn python (three days). Please, comment! I need criticism&#8230; more precisely about the thread management, I understand that&#8217;s bad programming. In fact the portscan takes about 4 minutes with 50 hosts&#8230; but work! Usage of the script: usage: python authfail.py FILE [FILE] Parse an auth.log FILE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=938&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to improve this script that I had originally written in bash and I took the opportunity to learn python (three days).</p>
<p>Please, comment! I need criticism&#8230; more precisely about the thread management, I understand that&#8217;s bad programming.</p>
<p>In fact the portscan takes about 4 minutes with 50 hosts&#8230; but work!</p>
<p>Usage of the script:</p>
<pre>usage:
 python authfail.py FILE [FILE]

 Parse an auth.log FILE and return the ascending stats list with
 geolocalization about ip addresses that cause a sshd's auth failure.

 If you specify the [FILE] it checks if IP addresses which attacks
 came from and have sshd's port 22 open and save the results on it.</pre>
<p>The <span style="color:#ff0000;">auth.log</span> file path is:</p>
<pre>/var/log/auth.log</pre>
<p>however may change&#8230;</p>
<p>This software is under <a href="http://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPLv3 license</a>.</p>
<p><a href="http://www.multiupload.com/61TONY22SE" target="_blank">Here the source code:</a></p>
<pre>"""
    Copyright (C) 2011  Simone Aonzo

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
"""

import threading, Queue
import urllib2
import socket
import socket
import sys
import re

# Keyword in auth.log for invalid login
authFail = "Failed password for invalid user"

# Regex of ip address (tnx evilsocket for compile suggest!)
ipRegEx = re.compile(r"\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b")

# Website that provide api
apiHostIp = "http://api.hostip.info/get_html.php?ip="

# Dictionary and List initializer
dictBase = {}
listAtt = []

# sshd port
SSHPORT = 22

#scan flag
SCAN = False

# Usage
help = """

	AuthFail 1.0 - by Six110

http://sixthevicious.wordpress.com/

========================================
	usage:
            python authfail.py FILE [FILE]

	Parse an auth.log FILE and return the ascending stats list with
	geolocalization about ip addresses that cause a sshd's auth failure.

	If you specify the [FILE] it checks if IP addresses which attacks
	came from and have sshd's port 22 open and save the results on it.

	This software is released under GPLv3 license.
"""

# Check if input string match the regexp
def ipFormatChk (ipStr):
   if ipRegEx.match(ipStr):
      return True
   else:
      return False

# Convert a list of tuple into the ip address string
def fromRegexToString (line):
	return (" ".join( ipRegEx.findall(line)[0] )).replace(" ",".")

# Class with data of the attacker
class Attacker(object):
	def __init__(self, ip, hits, country, city, isopenssh=None):
		self.ip = ip
		self.hits = hits
		self.country = country
		self.city = city
		self.isopenssh = isopenssh

# Class that implement portscanning with threading
class Scanner(threading.Thread):
    def __init__(self, inq, outq):
        threading.Thread.__init__(self)
        self.setDaemon(1)
        # queues for Attackers
        self.inq = inq
        self.outq = outq

    def run(self):
        while True:
            # Retrive attacker from queue
            a = self.inq.get()
            host, port = a.ip, SSHPORT
            sd = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
            try:
                sd.connect((host, port))
            except socket.error:
				a.isopenssh = "False"
				self.outq.put(a)
            else:
				a.isopenssh = "True"
				self.outq.put(a)
				sd.close()

#======================================================================#

alen = len(sys.argv)

if (alen &lt; 2) or (alen &gt; 3):
	print help
	quit()

if (alen == 3):
	try:
		fileOUT = open (sys.argv[2], 'w')
		SCAN = True
	except:
		fileOUT = None
		print "Error! I can't write this file -&gt; " + sys.argv[2]
else:
	fileOUT = None

try:
	fileIN = open(sys.argv[1], "r")
except:
	fileIN = None
	print "Error! I can't read this file -&gt; " + sys.argv[1]
	sys.exit(1)

line = fileIN.readline()

# Read each line of the file
# if found an ip it search the dictionary for the entry
# if it's present, increment the counter
# otherwise add the ip and initialize the counter
while line:
	if (line.find(authFail) != -1):
		ipFound = fromRegexToString (line)
		if ( ipFound in dictBase):
			dictBase[ipFound] = dictBase.get(ipFound)+1
		else :
			dictBase[ipFound] = 1
	line = fileIN.readline()

# Close the input files
fileIN.close()

items = 0
# Create the classes and add them to the list counting the entries
for ip, hits in dictBase.iteritems():
	resp = urllib2.urlopen( apiHostIp+ip ).read()
	country = resp [ resp.find('Country: ')+9 : resp.find('\n') ]
	city = resp [ resp.find('City: ')+6 : resp.find('\n',resp.find('City: ')) ]
	listAtt.append( Attacker(ip, hits, country, city) )
	items += 1

# Free the dictionary
dictBase.clear()

# Start ssh scanner
if (SCAN):
	toscan = Queue.Queue()
	scanned = Queue.Queue()
	scanners = [Scanner(toscan, scanned) for i in range(items)]

	for scanner in scanners:
		scanner.start()
	for a in listAtt:
		toscan.put(a)
	listAtt.count
	for c in range(0,items):
		try:
			scanned.get(16)
		except Queue.Empty:
			c = items

# Redefines the sort function with the total order relation
# for confront two Attacker classes
listAtt.sort (lambda x, y: cmp(y.hits, x.hits) )

for a in listAtt:
	if ( fileOUT != None and SCAN == True and a.isopenssh == "True"):
		fileOUT.write(a.ip+"\n")
	print "\nIp: "+ a.ip + "\nHits: %d"% a.hits + "\nPort %s open: "%SSHPORT + str(a.isopenssh) + "\nCountry: %s"%a.country + "\nCity: %s\n"%a.city

# Close the output file
if (fileOUT != None):
	fileOUT.close()</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/938/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/938/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/938/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=938&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/10/14/authfail-python-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>Nmap &#8211; cheat sheet</title>
		<link>https://sixthevicious.wordpress.com/2011/10/09/nmap-cheat-sheet/</link>
		<comments>https://sixthevicious.wordpress.com/2011/10/09/nmap-cheat-sheet/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 14:02:12 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=928</guid>
		<description><![CDATA[Every time I spend useless time to refresh my memory from nmap man page, so I create this little chat sheet. Any suggestion will be appreciated! &#8211; If you specifie the class, it&#8217;ll search all ip in that class range: w.x.y.z/c &#8211; Input from list of hosts/networks: -iL filename Output in (fname.nmap fname.xml fname.gnmap): -oA [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=928&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every time I spend useless time to refresh my memory from nmap man page, so I create this little chat sheet.</p>
<p>Any suggestion will be appreciated!</p>
<p>&#8211;</p>
<p>If you specifie the class, it&#8217;ll search all ip in that class range:</p>
<pre>w.x.y.z/c</pre>
<p>&#8211;</p>
<p>Input from list of hosts/networks:</p>
<pre>-iL <span style="color:#ff0000;">filename</span></pre>
<p>Output in (<span style="color:#ff0000;">fname</span>.nmap <span style="color:#ff0000;">fname</span>.xml <span style="color:#ff0000;">fname</span>.gnmap):</p>
<pre>-oA <span style="color:#ff0000;">fname</span></pre>
<p>Increase verbosity level (use -vv or more for greater effect):</p>
<pre>-v</pre>
<p>Reverse DNS.</p>
<pre>-sL</pre>
<p>Force send TCP SYN packet (use raw socket, need root):</p>
<pre>-sS</pre>
<p>Use ACK scan (use on open and filtered ports):</p>
<pre>-sA</pre>
<p>if (unfiltered) &#8216;stateless firewall&#8217; else if (all result filtered) &#8216;stateful firewall&#8217;</p>
<p>UDP scan:</p>
<pre>-sU</pre>
<p>Probe open ports to determine service/version info:</p>
<pre>-sV</pre>
<p>Enable OS detection:</p>
<pre>-O</pre>
<p>Enable OS detection, version detection, script scanning, and traceroute:</p>
<pre>-A</pre>
<p>Treat all hosts as online (skip ACK on 80,443 and ICMP PING,TIMESTAMP):</p>
<pre>-Pn</pre>
<p>Scan all possible ports:</p>
<pre>-p1-65535</pre>
<p>Scan <span style="color:#ff0000;">&lt;number&gt;</span> most common ports (<a href="http://nmap.org/presentations/BHDC08/">http://nmap.org/presentations/BHDC08/</a>):</p>
<pre>--top-ports <span style="color:#ff0000;">&lt;number&gt;</span></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/928/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=928&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/10/09/nmap-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>Reverse Engineering Android APK</title>
		<link>https://sixthevicious.wordpress.com/2011/09/22/reverse-engineering-android-apk/</link>
		<comments>https://sixthevicious.wordpress.com/2011/09/22/reverse-engineering-android-apk/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 20:11:06 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[apk]]></category>
		<category><![CDATA[extract source from apk]]></category>
		<category><![CDATA[Reverse Engineering]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=896</guid>
		<description><![CDATA[Vicious&#8230; yes! Problem: You&#8217;ve downloaded an APK somewhere and you want to extract images, xml and source. For simplicity we work with appname.apk Resources: http://code.google.com/p/android-apktool/ http://code.google.com/p/dex2jar/ http://java.decompiler.free.fr/?q=jdgui Extract images and xml: Launch from command line apktool passing appname.apk as first argument, then appname folder will be created and there you can find xml files and images. Extract sources: Rename appname.apk in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=896&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vicious&#8230; yes!</p>
<p><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;"><span style="text-decoration:underline;">Problem</span>:</span></p>
<p>You&#8217;ve downloaded an APK somewhere and you want to extract images, xml and source. For simplicity we work with <span style="color:#ff0000;">appname.apk</span></p>
<p><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;"><span style="text-decoration:underline;">Resources</span>:</span></p>
<ol>
<li><a href="http://code.google.com/p/android-apktool/">http://code.google.com/p/android-apktool/</a></li>
<li><a href="http://code.google.com/p/dex2jar/">http://code.google.com/p/dex2jar/</a></li>
<li><a href="http://java.decompiler.free.fr/?q=jdgui">http://java.decompiler.free.fr/?q=jdgui<br />
</a></li>
</ol>
<p><span style="text-decoration:underline;"><br />
</span></p>
<p><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;"><span style="text-decoration:underline;">Extract images and xml</span>:</span></p>
<ol>
<li>Launch from command line <span style="color:#ff6600;">apktool</span> passing <span style="color:#ff0000;">appname.apk</span> as first argument, then</li>
<li><span style="color:#ff0000;">appname</span> folder will be created and there you can find xml files and images.</li>
</ol>
<p><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;"><span style="text-decoration:underline;">Extract sources</span>:</span></p>
<div>
<ol>
<li>Rename <span style="color:#ff0000;">appname.apk</span> in <span style="color:#0000ff;">appname.zip<span style="color:#000000;">, open it with your favorite archive manager, and extract the <span style="color:#008000;">classes.dex</span> file.</span></span></li>
<li>In order to avoid path problem, I advice you  to copy the <span style="color:#008000;">classes.dex</span> file in dex2jar-* folder.</li>
<li>Depending your operating system, launch from command line related <span style="color:#ff00ff;">dex2jar</span> script passing <span style="color:#008000;">classes.dex</span> as first argument.</li>
<li>Then, you&#8217;ll find the executable jar file <span style="color:#ff9900;">classes_dex2jar.jar</span> in the same directory.</li>
<li>Open it with <span style="color:#993300;">jd-gui </span>and good luck!</li>
</ol>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/896/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=896&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/09/22/reverse-engineering-android-apk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>Install VMware tools on Ubuntu</title>
		<link>https://sixthevicious.wordpress.com/2011/09/07/install-vmware-tools-on-ubuntu/</link>
		<comments>https://sixthevicious.wordpress.com/2011/09/07/install-vmware-tools-on-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 21:03:46 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware tools ubuntu]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=889</guid>
		<description><![CDATA[1) Start the virtualization program and start installing a new machine with Ubuntu. 2) After installation run the terminal and type the following command line: sudo apt-get install build-essential linux-headers-$(uname -r) 3) Select from the menu Vmware: &#8220;Install VMware Tools&#8221; and copy the file &#8220;vmwaretools-*.tar.gz&#8221;on your machine. 4) Extract the contents of the file &#8220;vmwaretools-*.tar.gz&#8221; with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=889&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>1) Start the virtualization program and start installing a new machine with Ubuntu.</p>
<p>2) After installation run the terminal and type the following command line:</p>
<pre>sudo apt-get install build-essential linux-headers-$(uname -r)</pre>
<p>3) Select from the menu Vmware: &#8220;Install VMware Tools&#8221; and copy the file &#8220;vmwaretools-*.tar.gz&#8221;on your machine.</p>
<p>4) Extract the contents of the file &#8220;vmwaretools-*.tar.gz&#8221; with the command:</p>
<pre>tar zxf vmwaretools-*.tar.gz</pre>
<p>5) Move into the folder &#8220;vmware-tools-distrib&#8221; and start the installation with the command</p>
<pre>sudo ./vmware-install.pl</pre>
<p>6) Confirm all defaults values pressing “Enter”.</p>
<p>7) Reboot the virtual machine: installation has finished!</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=889&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/09/07/install-vmware-tools-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>Metasploit The Penetration Tester’s Guide [pdf]</title>
		<link>https://sixthevicious.wordpress.com/2011/08/09/metasploit-the-penetration-tester%e2%80%99s-guide-pdf/</link>
		<comments>https://sixthevicious.wordpress.com/2011/08/09/metasploit-the-penetration-tester%e2%80%99s-guide-pdf/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 00:41:01 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[metasploit]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=880</guid>
		<description><![CDATA[Great work. But I prefer free information. Is it a crime? You can buy this book or you can download the pdf here: http://depositfiles.com/en/files/qntr6sr0y/25383_Metasploit.pdf Or here: http://www.fileserve.com/file/j8mf3A7<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=880&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" title="MS pentestguide" src="http://www.oversecurity.net/wp-content/uploads/2011/07/Schermata-07-2455766-alle-09.15.40.png" alt="" width="441" height="583" /></p>
<p>Great work. But I prefer free information. Is it a crime?</p>
<p>You can buy this book or you can download the pdf here:</p>
<p><a href="http://depositfiles.com/en/files/qntr6sr0y/25383_Metasploit.pdf" target="_blank">http://depositfiles.com/en/files/qntr6sr0y/25383_Metasploit.pdf</a></p>
<p>Or here:</p>
<p><a href="http://www.fileserve.com/file/j8mf3A7" target="_blank">http://www.fileserve.com/file/j8mf3A7</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/880/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/880/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=880&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/08/09/metasploit-the-penetration-tester%e2%80%99s-guide-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>

		<media:content url="http://www.oversecurity.net/wp-content/uploads/2011/07/Schermata-07-2455766-alle-09.15.40.png" medium="image">
			<media:title type="html">MS pentestguide</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Magento on Ubuntu Server</title>
		<link>https://sixthevicious.wordpress.com/2011/08/01/install-magento-on-ubuntu-server/</link>
		<comments>https://sixthevicious.wordpress.com/2011/08/01/install-magento-on-ubuntu-server/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:09:47 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[install magento]]></category>
		<category><![CDATA[install magento on ubuntu]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento ubuntu]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=858</guid>
		<description><![CDATA[Why are there lots of guides with strange and mystical commands about installing Magento? It&#8217;s so easy! I&#8217;m joking, but I want to reassume the guide you can find at its wiki. Perform a clean install of Ubuntu Server (I suggest &#62;= 10.04) then type (mark your MySql password!) : sudo tasksel install lamp-server openssh-server sudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=858&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why are there lots of guides with strange and mystical commands about installing <a href="http://www.magentocommerce.com/" target="_blank">Magento</a>? It&#8217;s so easy!</p>
<p>I&#8217;m joking, but I want to reassume <a href="http://www.magentocommerce.com/wiki/groups/227/installing_magento_via_shell_ssh" target="_blank">the guide you can find at its wiki</a>.</p>
<p>Perform a clean install of Ubuntu Server (I suggest &gt;= 10.04) then type (mark your MySql password!) :</p>
<pre>sudo tasksel install lamp-server openssh-server
sudo apt-get install php5-curl php5-cli php5-gd php5-mcrypt</pre>
<p>Now you can continue with a ssh connection.</p>
<p>For avoid a future security issue, edit this Apache configuration file:</p>
<pre>sudo vi /etc/apache2/sites-enabled/000-default</pre>
<p>and change all occurrences of:<br />
<span style="color:#ff0000;">AllowOverride None</span><br />
with<br />
<span style="color:#0000ff;">AllowOverride All</span></p>
<p>Create the database and its new proprietary user (replace “magentoadmin” and “password” as you like) :</p>
<pre>mysql -u root -p
CREATE DATABASE magento;
GRANT ALL PRIVILEGES ON magento.* TO 'magentoadmin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;</pre>
<p>Delete default index.html, download Magento, unpack and set permissions.<br />
Here are commands, but I suggest to visit the <a href="http://www.magentocommerce.com/download" target="_blank">official download page</a> for updates (Full Release).</p>
<pre>cd /var/www
sudo rm /var/www/index.html
sudo wget http://www.magentocommerce.com/downloads/assets/1.5.1.0/magento-1.5.1.0.tar.gz
sudo tar -zxvf magento-1.5.1.0.tar.gz
sudo chown -R www-data.www-data *
sudo mv magento/* magento/.htaccess .
sudo find . -type f -exec chmod 644 {} \;
sudo find . -type d -exec chmod 755 {} \;
sudo chmod o+w var var/.htaccess app/etc
sudo chmod 550 mage
sudo chmod -R o+w media var
sudo rm -rf magento/ magento-1.5.1.0.tar.gz
sudo service apache2 restart</pre>
<p>Open your browser pointing the ip address of your server and finish the installation.</p>
<p>Any feedback will be appreciated&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=858&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/08/01/install-magento-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 5: save and exit</title>
		<link>https://sixthevicious.wordpress.com/2011/07/10/firefox-5-save-and-exit/</link>
		<comments>https://sixthevicious.wordpress.com/2011/07/10/firefox-5-save-and-exit/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 16:59:27 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[firefox 5 save exit]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=849</guid>
		<description><![CDATA[Why has Mozilla disabled this feature? I don&#8217;t know, but I found how restoring it. in your address bar type: about:config Confirm, then search: browser.showQuitWarning and turn: true.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=849&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why has Mozilla disabled this feature? I don&#8217;t know, but I found how restoring it.</p>
<p>in your address bar type:</p>
<pre>about:config</pre>
<p>Confirm, then search:</p>
<pre>browser.showQuitWarning</pre>
<p>and turn: <span style="color:#ff0000;">true</span>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=849&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/07/10/firefox-5-save-and-exit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>YouJizz bash video downloader</title>
		<link>https://sixthevicious.wordpress.com/2011/07/01/youjizz-bash-video-downloader/</link>
		<comments>https://sixthevicious.wordpress.com/2011/07/01/youjizz-bash-video-downloader/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 14:45:06 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[download you jizz video]]></category>
		<category><![CDATA[porno]]></category>
		<category><![CDATA[script bash]]></category>
		<category><![CDATA[youjizz]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=843</guid>
		<description><![CDATA[&#8220;A friend&#8221; asks me how he could download a video from the famous porn site YouJizz. I&#8217;ve created a simple bash script&#8230;I share it with you for a laugh After running it, you&#8217;ll find a .flv video in the directory where you launched the script. #!/bin/bash wget $1 wget $(grep 'so.addVariable("file","http:' $(echo $1 &#124; cut [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=843&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;A friend&#8221; asks me how he could download a video from the famous porn site YouJizz.</p>
<p>I&#8217;ve created a simple bash script&#8230;I share it with you for a laugh <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>After running it, you&#8217;ll find a .flv video in the directory where you launched the script.</p>
<pre>#!/bin/bash
wget $1
wget $(grep 'so.addVariable("file","http:' $(echo $1 | cut -d '/' -f 5) | cut -d '"' -f 4)
rm $(echo $1 | cut -d '/' -f 5)</pre>
<p>You can use it in this way:</p>
<pre>./ujizz.sh urlcontainsvideo</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/843/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=843&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/07/01/youjizz-bash-video-downloader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
		<item>
		<title>How to: sniff (and decrypt) wifi packets</title>
		<link>https://sixthevicious.wordpress.com/2011/06/13/how-to-sniff-and-decrypt-wifi-packets/</link>
		<comments>https://sixthevicious.wordpress.com/2011/06/13/how-to-sniff-and-decrypt-wifi-packets/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 18:11:02 +0000</pubDate>
		<dc:creator>Six110</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[sniff packets]]></category>
		<category><![CDATA[sniff passwords]]></category>
		<category><![CDATA[sniff wifi traffic]]></category>

		<guid isPermaLink="false">http://sixthevicious.wordpress.com/?p=807</guid>
		<description><![CDATA[Wifi networks are &#8220;better&#8221; for sniffing than switched ones, because you can capture every packet without any particular attacks (see ManInTheMiddle) modulo information loss. Software: - aircrack-ng suite (precisely airodump-ng) - wireshark Requirement: - bssid, channel and encryption key of network (is your conscience clear?) - wireless card that works in monitor mode Enable monitor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=807&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wifi networks are &#8220;better&#8221; for sniffing than switched ones, because you can capture every packet without any particular attacks (see ManInTheMiddle) modulo information loss.</p>
<p>Software:<br />
- aircrack-ng suite (precisely airodump-ng)<br />
- wireshark</p>
<p>Requirement:<br />
- bssid, channel and encryption key of network (is your conscience clear?)<br />
- wireless card that works in monitor mode</p>
<p>Enable monitor mode:</p>
<pre>airmon-ng start &lt;interface&gt;</pre>
<p>Start sniffing:</p>
<pre>airodump-ng &lt;monitorif&gt; -c &lt;channel&gt; -d &lt;bssid&gt; -w &lt;filename&gt;</pre>
<p>When you have captured enough packets, it&#8217;s wireshark time!<br />
Open the .cap file with wireshark:</p>
<pre>wireshark filename.cap</pre>
<p>Go to:<br />
<span style="color:#0000ff;">Edit -&gt; Preferences -&gt; Protocols</span></p>
<p>Search:<br />
<span style="color:#0000ff;">IEEE 802.11</span></p>
<p>Check &#8220;<span style="color:#0000ff;">Enable decryption</span>&#8220;.</p>
<p>Specify the encryption key in the respective field.<br />
Be careful with syntax! See this page:</p>
<p><a href="http://wiki.wireshark.org/HowToDecrypt802.11" target="_blank">http://wiki.wireshark.org/HowToDecrypt802.11</a></p>
<p>Click &#8220;<span style="color:#0000ff;">Apply</span>&#8221; then &#8220;<span style="color:#0000ff;">OK</span>&#8220;.<br />
Now you can understand why open networks are so dangerous!</p>
<p>For lamers:<br />
No, you can&#8217;t (well, not so easily) retrieve crypted data!<br />
For this, there are various attack that I&#8217;ll not teach <img src='https://s-ssl.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For geek:<br />
See http POST command and guess what happens when you login at an insecure webpage.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixthevicious.wordpress.com/807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixthevicious.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixthevicious.wordpress.com/807/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixthevicious.wordpress.com&amp;blog=5142340&amp;post=807&amp;subd=sixthevicious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://sixthevicious.wordpress.com/2011/06/13/how-to-sniff-and-decrypt-wifi-packets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="https://secure.gravatar.com/avatar/12e8e9942b5c67d8b944241d8bc27873?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Six110</media:title>
		</media:content>
	</item>
	</channel>
</rss>
