<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6516712677771329902</id><updated>2024-11-08T06:49:25.995-08:00</updated><category term="Information Security Tools"/><category term="Security Tools"/><category term="Hacking Tools"/><category term="Pentest"/><category term="OWASP"/><category term="Penetration Testing"/><category term="Security"/><category term="Social Engineering Toolkit"/><category term="Backtrack"/><category term="How to Trace Email"/><category term="SET"/><category term="BackBox Scripts"/><category term="Email Tracing"/><category term="SSL Scanner"/><category term="Security Requirements Assessment Tool"/><category term="Vulnerability Scanner"/><category term="Web Security"/><category term="TLSSLed"/><category term="Web Application Security Scanner"/><category term="pentest scripts"/><category term="security scanner"/><category term="tools"/><title type='text'>Balikpapan Underground</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-5877081556879659779</id><published>2013-02-11T16:41:00.005-08:00</published><updated>2013-02-11T16:41:55.235-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="SET"/><category scheme="http://www.blogger.com/atom/ns#" term="SSL Scanner"/><category scheme="http://www.blogger.com/atom/ns#" term="TLSSLed"/><title type='text'> TLSSLed v1.3 released</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
TLSSLed v1.3 released - TLSSLed is a Linux shell script whose purpose is to evaluate the security of a target SSL/TLS (HTTPS) web server implementation. It is based on sslscan, a thorough SSL/TLS scanner that is based on the openssl library, and on the &quot;openssl s_client&quot; command line tool. The current tests include checking if the target supports the SSLv2 protocol, the NULL cipher, weak ciphers based on their key length (40 or 56 bits), the availability of strong ciphers (like AES), if the digital certificate is MD5 signed, and the current SSL/TLS renegotiation capabilities.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This version is the result of testing lots of HTTPS (SSL/TLS) implementations during real-world pen-tests, so it is full of minor improvements and extra checks to identify different behaviors we have found in the wild (see the changelog inside the tool/script: &quot;New in version 1.3&quot; section). In several of my &quot;Security of National eID (smartcard-based) Web Application&quot; talks during the last year I mentioned that an upcoming TLSSLed version was going to be released... so here it is! :) Additionally, the tool output has been changed for easy reading and to provide quick information for each finding: negative [-], positive [+], or informational [.] (as well as grouping tests [*] and highlight warning and error messages [!]).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The tool usage has not changed. Simply run the tool by providing the target hostname or IP address plus the target port:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
$ ./TLSSLed_v1.3.sh &amp;lt;hostname or IP_address&amp;gt; &amp;lt;port&amp;gt; &lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0ILByS9X24GOhIuG-D3hbmqcAxDRVLptgftobpY_Blf8KUixLI5V5efkMDU0AdkBpxU8S4OMitwt8IK-YvCoMyfV6JaHufpw5hWZSJQUsURtEn88VHGussFCr26SCntdKhoPKgeGLl1WN/s1600/https.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0ILByS9X24GOhIuG-D3hbmqcAxDRVLptgftobpY_Blf8KUixLI5V5efkMDU0AdkBpxU8S4OMitwt8IK-YvCoMyfV6JaHufpw5hWZSJQUsURtEn88VHGussFCr26SCntdKhoPKgeGLl1WN/s1600/https.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
This version has been tested on updated versions of &lt;a href=&quot;http://www.samurai-wtf.org/&quot;&gt;Samurai WTF 2.0&lt;/a&gt; (running openssl 1.0.1 and sslscan 1.8.2), &lt;a href=&quot;http://www.backtrack-linux.org/&quot;&gt;Backtrack5 R3&lt;/a&gt;
 (running openssl 0.9.8k and sslscan 1.8.2), and Mac OS X Mountain Lion 
10.8.x (running openssl 0.9.8r and sslscan 1.8.2; it requires to add and
 compile sslscan manually, see below). Samurai WTF 2.0 is the only one 
of these three that includes openssl v1.0.x by default, providing 
support for the TLS v1.1 and v1.2 protocol tests.&lt;br /&gt;
&lt;br /&gt;
Instructions to get and compile sslscan for Mac OS X are available on &lt;a href=&quot;https://www.titania-security.com/labs/sslscan&quot;&gt;the original webpage&lt;/a&gt;,
 although for Mountain Lion, if you have Xcode installed (or even 
without it?), you simply need to run the following command and ignore 
the openssl deprecated warnings:&lt;br /&gt;
$ gcc -lssl -lcrypto -o sslscan sslscan.c&lt;br /&gt;
&lt;br /&gt;
Additionally, TLSSLed v1.3 has also been recently tested with a newest 
sslscan fork project that was released to better support STARTTLS, 
currently at version 1.8.3rc3, and available at &lt;a href=&quot;https://github.com/ioerror/sslscan&quot;&gt;GitHub&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
If you find any bug, misbehavior, openssl/sslscan version combination, 
or target HTTPS (SSL/TLS) implementation that cannot be properly tested,
 please let us know so that we can fix it and add new features. Enjoy 
it!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.taddong.com/tools/TLSSLed_v1.3.sh&quot; target=&quot;_blank&quot;&gt;Download TLSSLed v1.3&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
Download other versions -&lt;br /&gt;
&lt;a href=&quot;http://www.taddong.com/tools/TLSSLed_v1.2.sh&quot; style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; outline: 0px; padding: 0px; text-align: -webkit-center; text-decoration: initial;&quot;&gt;TLSSLed v1.2&lt;/a&gt;&lt;br style=&quot;background-color: white; color: #002c4a; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; padding: 0px; text-align: -webkit-center;&quot; /&gt;&lt;a href=&quot;http://www.taddong.com/tools/TLSSLed_v1.1.sh&quot; style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; outline: 0px; padding: 0px; text-align: -webkit-center; text-decoration: initial;&quot;&gt;TLSSLed v1.1&lt;/a&gt;&lt;br style=&quot;background-color: white; color: #002c4a; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; padding: 0px; text-align: -webkit-center;&quot; /&gt;&lt;a href=&quot;http://www.taddong.com/tools/TLSSLed.sh&quot; style=&quot;background-color: white; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; outline: 0px; padding: 0px; text-align: -webkit-center; text-decoration: initial;&quot;&gt;TLSSLed v1.0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Source-&lt;br /&gt;
&lt;a href=&quot;http://blog.taddong.com/2013/02/tlssled-v13.html&quot;&gt;http://blog.taddong.com/2013/02/tlssled-v13.html&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;hostname ip_address=&quot;&quot; or=&quot;&quot;&gt;&lt;port&gt;
&lt;/port&gt;&lt;/hostname&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/5877081556879659779/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/tlssled-v13-released.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/5877081556879659779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/5877081556879659779'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/tlssled-v13-released.html' title=' TLSSLed v1.3 released'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0ILByS9X24GOhIuG-D3hbmqcAxDRVLptgftobpY_Blf8KUixLI5V5efkMDU0AdkBpxU8S4OMitwt8IK-YvCoMyfV6JaHufpw5hWZSJQUsURtEn88VHGussFCr26SCntdKhoPKgeGLl1WN/s72-c/https.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-3492137328402604731</id><published>2013-02-11T16:40:00.001-08:00</published><updated>2013-02-11T16:40:27.047-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BackBox Scripts"/><category scheme="http://www.blogger.com/atom/ns#" term="Email Tracing"/><category scheme="http://www.blogger.com/atom/ns#" term="SSL Scanner"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Security"/><title type='text'> SSLScan v1.8.2 - Fast SSL Scanner</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
SSLScan v1.8.2 - Fast SSL Scanner&lt;br /&gt;
SSLScan determines what ciphers are supported on SSL-based services, 
such as HTTPS. Furthermore, SSLScan will determine the prefered ciphers 
of the SSL service.&lt;br /&gt;
&lt;br /&gt;
Requirements&lt;br /&gt;
&lt;br /&gt;
SSLScan requires the GNU C compiler and the OpenSSL library. Both of 
these are usually installed by default on a number of Linux 
distributions. Although this program has not been tested on other 
platforms it should work if the requirements have been met.&lt;br /&gt;
&lt;br /&gt;
Building&lt;br /&gt;
&lt;br /&gt;
To build SSLScan, first extract the archive and change into the source directory. Then execute the following command:&lt;br /&gt;
&lt;br /&gt;
gcc -lssl -o sslscan sslscan.c&lt;br /&gt;
&lt;br /&gt;
On Apple Mac OS X you will need to install the ports version of OpenSSL 
as the version that comes with your Mac is missing a few things. So if 
you don&#39;t already have ports installed, download it from 
www.macports.org. You can install the latest OpenSSL using the following
 command:&lt;br /&gt;
&lt;br /&gt;
sudo port install openssl&lt;br /&gt;
SSL Scan can then be built using the following command:&lt;br /&gt;
&lt;br /&gt;
gcc -I/opt/local/include -L/opt/local/lib -lssl -lcrypto -o sslscan sslscan.c&lt;br /&gt;
Running&lt;br /&gt;
&lt;br /&gt;
In its simplist form, SSLScan can be run with only one parameter, just 
specify the host to test. SSLScan will default to port 443 if a port is 
not specified. The following screenshot shows SSLScan being run, testing
 only the SSLv2 ciphers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The command line arguements for SSLScan are:&lt;br /&gt;
&lt;br /&gt;
Command:&lt;br /&gt;
&amp;nbsp; sslscan [Options] [host:port | host]&lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
&amp;nbsp; --targets= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A file containing a list of hosts to&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;check. &amp;nbsp;Hosts can &amp;nbsp;be supplied &amp;nbsp;with&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ports (i.e. host:port).&lt;br /&gt;
&amp;nbsp; --no-failed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;List only accepted ciphers &amp;nbsp;(default&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;is to listing all ciphers).&lt;br /&gt;
&amp;nbsp; --ssl2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Only check SSLv2 ciphers.&lt;br /&gt;
&amp;nbsp; --ssl3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Only check SSLv3 ciphers.&lt;br /&gt;
&amp;nbsp; --tls1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Only check TLSv1 ciphers.&lt;br /&gt;
&amp;nbsp; --pk= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A file containing the private key or&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a PKCS#12 &amp;nbsp;file containing a private&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;key/certificate pair (as produced by&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MSIE and Netscape).&lt;br /&gt;
&amp;nbsp; --pkpass= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The password for the private &amp;nbsp;key or&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PKCS#12 file.&lt;br /&gt;
&amp;nbsp; --certs= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A file containing PEM/ASN1 formatted&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;client certificates.&lt;br /&gt;
&amp;nbsp; --starttls &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If a STARTTLS is required to kick an&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SMTP service into action.&lt;br /&gt;
&amp;nbsp; --http &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Test a HTTP connection.&lt;br /&gt;
&amp;nbsp; --bugs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Enable SSL implementation &amp;nbsp;bug work-&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;arounds.&lt;br /&gt;
&amp;nbsp; --xml= &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Output results to an XML file.&lt;br /&gt;
&amp;nbsp; --version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Display the program version.&lt;br /&gt;
&amp;nbsp; --help &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Display the &amp;nbsp;help text &amp;nbsp;you are &amp;nbsp;now&lt;br /&gt;
Third Party&lt;br /&gt;
&lt;br /&gt;
Jabra has developed an XML parser for SSLScan which can be downloaded from http://search.cpan.org/~jabra/.&lt;br /&gt;
&lt;br /&gt;
Downloads&lt;br /&gt;&lt;a href=&quot;http://sourceforge.net/projects/sslscan/files/latest/download?source=files&quot;&gt;Download sslscan-1.8.2.tgz (22.2 kB)&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://sourceforge.net/projects/sslscan/files/sslscan/&quot;&gt;Download other versions&lt;/a&gt; &lt;br /&gt;Screenshot -&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigk4FxjABj5-M4ix3BsC370TcmpC_OMBBZQHyfw8UaC4SneRGguKjR8XnjIUE7y6V3L7Ak8uQYsD7gxrHGeXgzcMuzw_wNXAQb2lvpso5QNBxMYaY9TW0jBf0wkLYmCHBY7dBwLFML7jaQ/s1600/sslscan.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;285&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigk4FxjABj5-M4ix3BsC370TcmpC_OMBBZQHyfw8UaC4SneRGguKjR8XnjIUE7y6V3L7Ak8uQYsD7gxrHGeXgzcMuzw_wNXAQb2lvpso5QNBxMYaY9TW0jBf0wkLYmCHBY7dBwLFML7jaQ/s1600/sslscan.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;strong style=&quot;background-color: white; border: 0px; color: #555555; font-family: sans-serif; font-size: 13px; line-height: 18px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/3492137328402604731/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/sslscan-v182-fast-ssl-scanner.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3492137328402604731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3492137328402604731'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/sslscan-v182-fast-ssl-scanner.html' title=' SSLScan v1.8.2 - Fast SSL Scanner'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigk4FxjABj5-M4ix3BsC370TcmpC_OMBBZQHyfw8UaC4SneRGguKjR8XnjIUE7y6V3L7Ak8uQYsD7gxrHGeXgzcMuzw_wNXAQb2lvpso5QNBxMYaY9TW0jBf0wkLYmCHBY7dBwLFML7jaQ/s72-c/sslscan.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-3384044457321424870</id><published>2013-02-11T16:35:00.001-08:00</published><updated>2013-02-11T16:35:16.356-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="OWASP"/><category scheme="http://www.blogger.com/atom/ns#" term="Penetration Testing"/><category scheme="http://www.blogger.com/atom/ns#" term="Security"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Vulnerability Scanner"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Application Security Scanner"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Security"/><title type='text'> UPDATE OWASP Zed Attack Proxy(ZAP) v 2.0.0 - an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
UPDATE OWASP Zed Attack Proxy(ZAP) v 2.0.0 - an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications&lt;br /&gt;
&lt;span class=&quot;meta_comments&quot;&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxnMUscIgFpl1xiED1gYHWkRPzNK9lh7-jEssrV0oVIm06maAZe6A580Vq6J7t6lAAajgQh2YGcHdVIfnEaIazH6as8DnDUQUfHYsR_LjdHcgLi04juqjPXTHuIBV4QAvmzLY2pmXPBgXm/s1600/zap1-3fuzz-sm.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;247&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxnMUscIgFpl1xiED1gYHWkRPzNK9lh7-jEssrV0oVIm06maAZe6A580Vq6J7t6lAAajgQh2YGcHdVIfnEaIazH6as8DnDUQUfHYsR_LjdHcgLi04juqjPXTHuIBV4QAvmzLY2pmXPBgXm/s1600/zap1-3fuzz-sm.jpg&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;OWASP
 Zed Attack Proxy (ZAP) is an easy-to-use integrated penetration testing
 tool for finding vulnerabilities in Web applications. It is designed to
 be used by people with a wide range of security experience and as such 
is ideal for developers and functional testers who are new to 
penetration testing as well as being a useful addition to an experienced
 pen tester&#39;s toolbox. ZAP provides automated scanners as well as a set 
of tools that allow you to find security vulnerabilities manually.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;line-height: 16.390625px;&quot;&gt;ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Some of ZAP&#39;s features:&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsIntercept&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Intercepting Proxy&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsAscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Active scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsPscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Passive scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsBruteforce&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Brute Force scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsSpider&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Spider&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsFuzz&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Fuzzer&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsPortscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Port Scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpUiDialogsOptionsDynsslcert&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Dynamic SSL certificates&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsApi&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;API&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpUiDialogsBeanshell&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Beanshell integration&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Some of ZAP&#39;s characteristics:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Easy to install (just requires java 1.7)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Ease of use a priority&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpIntro&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Comprehensive help pages&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Fully&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/Internationalization&quot;&gt;Internationalized&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Under active development&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Open source&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Free (no paid for &#39;Pro&#39; version)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Cross platform&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/GetInvolved&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Involvement actively encouraged&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;It supports the following languages:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;English&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Brazilian Portuguese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Chinese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Danish&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Filipino&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;French&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;German&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Greek&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Indonesian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Italian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Japanese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Persian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Polish&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Russian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Spanish&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;line-height: 21px;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/list&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Download version 2.0.0 from here&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_2.0.0_Windows.exe&amp;amp;can=2&amp;amp;q=&quot; style=&quot;white-space: nowrap;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP_2.0.0_Windows.exe&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_2.0.0_Linux.tar.gz&amp;amp;can=2&amp;amp;q=&quot; style=&quot;white-space: nowrap;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP_2.0.0_Linux.tar.gz&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_2.0.0_Mac_OS_X.zip&amp;amp;can=2&amp;amp;q=&quot; style=&quot;white-space: nowrap;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP_2.0.0_Mac_OS_X.zip&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
OWASP Zed Attack Proxy v 2.0.0 released on 30-Jan-2013&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;post-header&quot; style=&quot;line-height: 1.6; margin: 0px 0px 1em;&quot;&gt;
&lt;div class=&quot;post-header-line-1&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-3621292961120091346&quot; itemprop=&quot;description articleBody&quot; style=&quot;line-height: 18px; position: relative; width: 966px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;There is a new version of the OWASP Zed Attack Proxy (ZAP) available right now, a&lt;/span&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;nd there are so many changes in it that we’ve decided to call it version 2.0.0.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;If you just want to get stuck in and download it then head over to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/list&quot; style=&quot;text-decoration: initial;&quot;&gt;&lt;span style=&quot;text-decoration: underline; vertical-align: baseline;&quot;&gt;http://code.google.com/p/zaproxy/downloads/list&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&amp;nbsp;: it&#39;s available for Windows, Linux and Mac OS.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;(Note
 that the Mac OS specific release is coming soon, but the Linux release 
is actually cross platform and will work fine on Macs)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;And if you want to learn a bit more about the changes then read on...&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;We
 can only cover the new features at a high level in one blog post, but 
the plan is to host a Google hangout demonstrating many of these 
features at 17:00 UTC on Friday 8th Feb. Details to be announced via&amp;nbsp;&lt;a href=&quot;https://twitter.com/zaproxy&quot; style=&quot;text-decoration: initial;&quot;&gt;https://twitter.com/zaproxy&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Simon will also be presenting a talk at FOSDEM on Feb 2nd:&amp;nbsp;&lt;a href=&quot;https://fosdem.org/2013/schedule/event/security_owasp/&quot; style=&quot;text-decoration: initial;&quot;&gt;Practical Security for developers, using OWASP ZAP&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;h3 style=&quot;margin: 0px; position: relative;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;New features&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;An integrated add-ons marketplace&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP
 can be extended by add-ons that have full access to all of the ZAP 
internals. Anyone can write add-ons and upload them to the ZAP Add-on 
Marketplace (OK, so its a Google code project called zap-extensions, but
 you get the idea).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;More
 importantly you can now browse, download and install those add-ons from
 within ZAP. Most add-ons can be dynamically installed (and uninstalled)
 so you wont even need a restart.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;You
 can choose to be notified of updates, and even be automatically 
updated. And as the scan rules are now implemented as add-ons you can 
get the latest rules as soon as they are published.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;A replacement for the &#39;standard&#39; Spider&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The
 ‘old’ Spider was showing its age, so its been completely rewritten, and
 is much faster and more comprehensive than the old one. This is still a
 &#39;traditional&#39; spider that analyses the HTML code for any links it can 
find.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;A new &#39;Ajax&#39; spider&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;In
 addition to the &#39;traditional&#39; spider we&#39;ve added an Ajax spider which 
is more effective with applications that make heavy use of JavaScript. 
This uses the&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://crawljax.com/&quot; style=&quot;text-decoration: initial;&quot;&gt;&lt;span style=&quot;text-decoration: underline; vertical-align: baseline;&quot;&gt;Crawljax&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&amp;nbsp;project which drives a browser (using&amp;nbsp;&lt;a href=&quot;http://seleniumhq.org/&quot; style=&quot;text-decoration: initial;&quot;&gt;Selenium&lt;/a&gt;) and so can discover any links an application generates, even ones generated client side.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Web Socket support&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP
 now supports WebSockets, so ZAP can now see all WebSocket messages sent
 to and from your browser. As with HTTP based messages, ZAP can also 
intercept WebSocket messages and allows you to change them on the fly.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;You
 can also fuzz WebSockets messages as well using all of the fuzzing 
payloads included in ZAP from projects like JBroFuzz and fuzzdb. And of 
course you can easily add your own fuzzing files.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Quick Start tab&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The first main tab you will now see is a ‘Quick Start’ tab which allows you to just type in a URL and scan it with one click.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;This
 is an ideal starting point for people new to application security, but 
experts can easily remove it if they find it distracting.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Session awareness&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP
 is now session aware, so it can recognise and keep track of multiple 
sessions. It allows you to create new sessions, switch between them, and
 applies to all of the other components, like the Spider and Active 
Scanner.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;User defined Contexts&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;You
 can now define any number of ‘contexts’ - related sets of URLs which 
make up an application. You can then target all URLs in a context, for 
example using the Spider or Active Scanner. You can also add the 
contexts to the scope, and associate other information, such as 
authentication details.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Session scope&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The
 session scope allows you to specify which contexts you are interested 
at any one time. You can restrict what you see in various tabs to just 
the URLs in scope, and prevent accidentally attacking URLs not in scope 
by using the Protected mode.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Different modes&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP now supports 3 modes:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;line-height: 1.4; list-style-image: initial; list-style-position: initial; margin: 0pt 0px; padding: 0px 2.5em;&quot;&gt;&lt;ul style=&quot;line-height: 1.4; list-style: disc; margin: 0pt 0px; padding: 0px 2.5em;&quot;&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;border: none; list-style-type: circle; margin: 0px 0px 0.25em; padding: 0.25em 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Safe, in which no potentially dangerous operations permitted&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;border: none; list-style-type: circle; margin: 0px 0px 0.25em; padding: 0.25em 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Protected, in which you can perform any actions on URLs in scope&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li dir=&quot;ltr&quot; style=&quot;border: none; list-style-type: circle; margin: 0px 0px 0.25em; padding: 0.25em 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Standard, in which you can do anything to any URLs&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;A scripting console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;This allows you to access any internal ZAP data structures dynamically using any scripting language that supports&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.jcp.org/en/jsr/detail?id=223&quot; style=&quot;text-decoration: initial;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;text-decoration: underline; vertical-align: baseline;&quot;&gt;JSR 223&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;Authentication handling&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;You
 can now associate authentication details with any context, which allows
 ZAP to do things like detect if and when you are logged out and 
automatically log you back in again. This is especially useful when used
 via the API in security regression tests.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;More API support&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The REST API has been significantly extended, giving you much more access to the functionality ZAP provides.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span id=&quot;internal-source-marker_0.09531507572922848&quot; style=&quot;vertical-align: baseline;&quot;&gt;Fine grained scanning controls&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The
 active scan rules can now be tuned to adjust their strength (the number
 of attacks they perform) and the threshold at which they report 
potential issues.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;New and improved active and passive scanning rules&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;We have uploaded the results from running ZAP 2.0.0 against&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/wavsep/&quot; style=&quot;text-decoration: initial;&quot;&gt;wavsep&lt;/a&gt;&amp;nbsp;(the most comprehensive open source evaluation project we are aware of) to the ZAP wiki:&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/TestingWavsep&quot; style=&quot;text-decoration: initial;&quot;&gt;http://code.google.com/p/zaproxy/wiki/TestingWavsep&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Many stability and usability fixes&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-3621292961120091346&quot; itemprop=&quot;description articleBody&quot; style=&quot;line-height: 18px; position: relative; width: 966px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-3621292961120091346&quot; itemprop=&quot;description articleBody&quot; style=&quot;line-height: 18px; position: relative; width: 966px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Source-&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-3621292961120091346&quot; itemprop=&quot;description articleBody&quot; style=&quot;position: relative; width: 966px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;line-height: 18px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://owasp.blogspot.in/2013/01/owasp-zed-attack-proxy-v-200.html&quot;&gt;http://owasp.blogspot.in/2013/01/owasp-zed-attack-proxy-v-200.html&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; line-height: 18px; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; line-height: 18px; vertical-align: baseline;&quot;&gt;For more information -&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; line-height: 18px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/&quot;&gt;http://code.google.com/p/zaproxy/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/3384044457321424870/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/update-owasp-zed-attack-proxyzap-v-200.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3384044457321424870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3384044457321424870'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/update-owasp-zed-attack-proxyzap-v-200.html' title=' UPDATE OWASP Zed Attack Proxy(ZAP) v 2.0.0 - an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxnMUscIgFpl1xiED1gYHWkRPzNK9lh7-jEssrV0oVIm06maAZe6A580Vq6J7t6lAAajgQh2YGcHdVIfnEaIazH6as8DnDUQUfHYsR_LjdHcgLi04juqjPXTHuIBV4QAvmzLY2pmXPBgXm/s72-c/zap1-3fuzz-sm.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-2540465527567309564</id><published>2013-02-11T16:33:00.003-08:00</published><updated>2013-02-11T16:33:52.028-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BackBox Scripts"/><category scheme="http://www.blogger.com/atom/ns#" term="Backtrack"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="pentest scripts"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Requirements Assessment Tool"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Engineering Toolkit"/><title type='text'> Easy-Creds 3.7 Install Script 0.1 - BackBox Scripts</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Easy-Creds 3.7 Install Script 0.1 - BackBox Scripts&lt;br /&gt;

&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 22px;&quot;&gt;BackBox
 is a Linux distribution based on Ubuntu. It has been developed to 
perform penetration tests and security assessments. Designed to be fast,
 easy to use and provide a minimal yet complete desktop environment, 
thanks to its own software repositories, always being updated to the 
latest stable version of the most used and best known ethical hacking 
tools.&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;h1 style=&quot;-webkit-font-smoothing: antialiased; border: 0px; cursor: text; margin: 20px 0px 10px; padding: 0px; position: relative;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;https://github.com/ZEROF/BackBox-Scripts#easy-creds-37-install-script-01&quot; name=&quot;easy-creds-37-install-script-01&quot; style=&quot;border: 0px; bottom: 0px; cursor: pointer; display: block; left: 0px; margin: 0px 0px 0px -30px; padding: 0px 0px 0px 30px; position: absolute; text-decoration: initial; top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;Easy-Creds 3.7 Install Script 0.1&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;This script (&lt;b style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;inst-0.1.sh&lt;/b&gt;) will :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;ol style=&quot;border: 0px; line-height: 22px; margin: 15px 0px; padding: 0px 0px 0px 30px;&quot;&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Add easy-creds to main BackBox menu&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Add nice start icon for Easy-Creds&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Remove install script from /opt/easy-creds directory&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Make symbolic link to run easy-creds from terminal with&amp;nbsp;&lt;b style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;sudo easy&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; margin-top: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;To do :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;ol style=&quot;border: 0px; line-height: 22px; margin: 15px 0px; padding: 0px 0px 0px 30px;&quot;&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Add remove function for other files after installation download.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Check all directories, then remove.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Add all download files to github repository.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;h1 style=&quot;-webkit-font-smoothing: antialiased; border: 0px; cursor: text; margin: 20px 0px 10px; padding: 0px; position: relative;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;https://github.com/ZEROF/BackBox-Scripts#how-to-use-script-&quot; name=&quot;how-to-use-script-&quot; style=&quot;border: 0px; bottom: 0px; cursor: pointer; display: block; left: 0px; margin: 0px 0px 0px -30px; padding: 0px 0px 0px 30px; position: absolute; text-decoration: initial; top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;How to use script ?&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;To get full install, easy-creds need to be installed in /opt directory.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtSrzCxUo_7UecFcMKUUCsY26pouY4FvvldJqp3NWRnBsISIUUo-hZXCB5HuFi7Wtj3Qo4SirXZHixnuu1FvtJxHcbUd-3gBZo7hRiIkl75kN_n906CMnhEgrtkdM3TuABQUI8iB1hoVyS/s1600/687474703a2f2f73372e706f7374696d6167652e6f72672f6e3632706a6b65717a2f656173795f63726564735f696e7374616c6c2e706e67.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtSrzCxUo_7UecFcMKUUCsY26pouY4FvvldJqp3NWRnBsISIUUo-hZXCB5HuFi7Wtj3Qo4SirXZHixnuu1FvtJxHcbUd-3gBZo7hRiIkl75kN_n906CMnhEgrtkdM3TuABQUI8iB1hoVyS/s1600/687474703a2f2f73372e706f7374696d6167652e6f72672f6e3632706a6b65717a2f656173795f63726564735f696e7374616c6c2e706e67.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; margin-top: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Open terminal and type :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; margin-top: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;wget&amp;nbsp;&lt;a href=&quot;https://github.com/downloads/ZEROF/BackBox-Scripts/inst-0.1.sh&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; text-decoration: initial;&quot;&gt;https://github.com/downloads/ZEROF/BackBox-Scripts/inst-0.1.sh&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; margin-top: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;chmod +x inst-0.1.sh&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; margin-top: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b style=&quot;border: 0px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;sudo ./inst-0.1.sh&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;h1 style=&quot;-webkit-font-smoothing: antialiased; border: 0px; cursor: text; line-height: 22px; margin: 20px 0px 10px; padding: 0px; position: relative;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;https://github.com/ZEROF/BackBox-Scripts#about-tool-and-author-&quot; name=&quot;about-tool-and-author-&quot; style=&quot;border: 0px; bottom: 0px; cursor: pointer; display: block; left: 0px; margin: 0px 0px 0px -30px; padding: 0px 0px 0px 30px; position: absolute; text-decoration: initial; top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;About tool and author ?&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;a href=&quot;https://github.com/brav0hax/easy-creds/blob/master/README&quot; style=&quot;border: 0px; margin: 0px; padding: 0px; text-decoration: initial;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;https://github.com/brav0hax/easy-creds/blob/master/README&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;source-&lt;br /&gt;&lt;a href=&quot;https://github.com/ZEROF/BackBox-Scripts&quot;&gt;https://github.com/ZEROF/BackBox-Scripts&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;border: 0px; line-height: 22px; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/2540465527567309564/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/easy-creds-37-install-script-01-backbox.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2540465527567309564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2540465527567309564'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/easy-creds-37-install-script-01-backbox.html' title=' Easy-Creds 3.7 Install Script 0.1 - BackBox Scripts'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtSrzCxUo_7UecFcMKUUCsY26pouY4FvvldJqp3NWRnBsISIUUo-hZXCB5HuFi7Wtj3Qo4SirXZHixnuu1FvtJxHcbUd-3gBZo7hRiIkl75kN_n906CMnhEgrtkdM3TuABQUI8iB1hoVyS/s72-c/687474703a2f2f73372e706f7374696d6167652e6f72672f6e3632706a6b65717a2f656173795f63726564735f696e7374616c6c2e706e67.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-4301289616150455121</id><published>2013-02-11T16:28:00.001-08:00</published><updated>2013-02-11T16:28:32.134-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="security scanner"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Engineering Toolkit"/><category scheme="http://www.blogger.com/atom/ns#" term="Vulnerability Scanner"/><title type='text'> LPVS : Package Vulnerability Scanner - A fast way to find out which packages on your system are insecure...</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
LPVS : Package Vulnerability Scanner - A fast way to find out which packages on your system are insecure...&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This Linux package vulnerability scanner (LPVS) uses &lt;a href=&quot;http://lzone.de/security+advisory+feeds&quot;&gt;public security news feeds&lt;/a&gt; provided by Linux distributions vendors to detect out-of-date packages that could pose a threat to your server. The scanner&lt;br /&gt;
&lt;br /&gt;
currently runs on&lt;br /&gt;Ubuntu&lt;br /&gt;CentOSAdditional distributions might be added...&lt;br /&gt;
&lt;br /&gt;
Limitations&lt;br /&gt;
Please know that the scanner works by comparing complex package version 
numbers and therefore is limited to do overly exact matches. It works 
best on an almost up-to-date installation. For example where you run the
 latest Ubuntu LTS release and do weekly or on demand updates. The 
current goal of the scanner is to avoid false positives and to be useful
 for daily analysis of a large number of systems. Note: When on Debian 
use &lt;a href=&quot;http://www.enyo.de/fw/software/debsecan/&quot;&gt;debsecan&lt;/a&gt; instead! On FreeBSD use&lt;a href=&quot;http://www.freebsd.org/doc/en/books/handbook/security-portaudit.html&quot;&gt;Portaudit&lt;/a&gt;.&lt;br /&gt;
&lt;span style=&quot;color: #4c4c4c; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 22.390625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Installation + Running&lt;br /&gt;Download the scanner script, put it anywhere you like and run it like this&lt;br /&gt;
&lt;br /&gt;
./lpvs-scan.pl&lt;br /&gt;
&lt;br /&gt;No need to run as root, any user will do. It just needs&lt;br /&gt;&lt;br /&gt;
Perl 5&lt;br /&gt;Perl module &lt;a href=&quot;http://search.cpan.org/%7Eshlomif/XML-LibXSLT-1.78/LibXSLT.pm&quot;&gt;XML::LibXSLT&lt;/a&gt;&lt;br /&gt;Perl module &lt;a href=&quot;http://search.cpan.org/%7Eshlomif/XML-LibXML-2.0004/LibXML.pod&quot;&gt;XML::LibXML&lt;/a&gt;&lt;br /&gt;
and internet access&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that this is an experimental script which might report false positives and negatives!&lt;br /&gt;
&lt;br /&gt;Screenshots&lt;br /&gt;
Below you find a screenshot from a CentOS setup. Green lines indicate 
security advisory covering packages that are installed and up-to-date. 
Yellow lines indicate security advisories not applicable as the related 
packages are not installed. Red ones of course indicate a vulnerability.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi5hRvuH8-ZKl5RFhzmdIqU3yjfF-udyFVg2KRRk9TVws8UwvC0NgRRWpbdNv65GYoTYnDhUDvQCf9jXrlHjQLl_XsOpQH57d0LeFngFx7cVnMB5VYkZtobVNKW09kDXDi335XWo5akWEC/s1600/lvps-scan-centos.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi5hRvuH8-ZKl5RFhzmdIqU3yjfF-udyFVg2KRRk9TVws8UwvC0NgRRWpbdNv65GYoTYnDhUDvQCf9jXrlHjQLl_XsOpQH57d0LeFngFx7cVnMB5VYkZtobVNKW09kDXDi335XWo5akWEC/s1600/lvps-scan-centos.png&quot; width=&quot;492&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Download Releases -&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://lzone.de/lpvs/0.2/lpvs-scan.pl&quot;&gt;version 0.2&lt;/a&gt; (09.12.2012)&lt;br /&gt;&lt;div&gt;
New silent switch (-s)&lt;br /&gt;New verbose switch (-v)&lt;br /&gt;Works with older distros now&lt;br /&gt;Fixes false positives&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://lzone.de/lpvs/0.1/lpvs-scan.pl&quot;&gt;version 0.1&lt;/a&gt; (initial)&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #4c4c4c; font-family: Arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Source-&lt;br /&gt;
&lt;a href=&quot;http://lzone.de/lpvs/&quot;&gt;http://lzone.de/lpvs/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/4301289616150455121/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/lpvs-package-vulnerability-scanner-fast.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4301289616150455121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4301289616150455121'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/lpvs-package-vulnerability-scanner-fast.html' title=' LPVS : Package Vulnerability Scanner - A fast way to find out which packages on your system are insecure...'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi5hRvuH8-ZKl5RFhzmdIqU3yjfF-udyFVg2KRRk9TVws8UwvC0NgRRWpbdNv65GYoTYnDhUDvQCf9jXrlHjQLl_XsOpQH57d0LeFngFx7cVnMB5VYkZtobVNKW09kDXDi335XWo5akWEC/s72-c/lvps-scan-centos.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-2361456332297476020</id><published>2013-02-11T16:27:00.001-08:00</published><updated>2013-02-11T16:27:33.675-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Backtrack"/><category scheme="http://www.blogger.com/atom/ns#" term="How to Trace Email"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="OWASP"/><category scheme="http://www.blogger.com/atom/ns#" term="SET"/><title type='text'> SecLists - Collection of multiple types of lists that can be used during security assessments</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
SecLists - Collection of multiple types of lists that can be used during security assessments&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
SecLists is a &lt;a href=&quot;http://github.com/danielmiessler/SecLists/&quot;&gt;github-based&lt;/a&gt;
 collection of multiple types of lists that can be used during security 
assessments. List types include usernames, passwords, URLs, sensitive 
data grep strings, fuzzing payloads, and many more. The idea is that 
when preparing to test from a given system one can simply pull this 
repository and instantly have all the lists you&#39;ll need for finding 
sensitive data, fuzzing, breaking authentication, simulating whitebox 
testing for common frameworks, etc.&lt;/div&gt;
&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
If you have any ideas for things we should include, please send them to &lt;a href=&quot;mailto:daniel@danielmiessler.com&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;daniel@danielmiessler.com&lt;/a&gt;.
 Also note that any lists that have been meticulously assembled by 
someone else will only be used with permission of the creator.

This project is maintained by Daniel Miessler and Jason Haddix.&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;https://github.com/danielmiessler/SecLists/archive/master.zip&quot; target=&quot;_blank&quot;&gt;Download&amp;nbsp;&lt;/a&gt;as zip file&lt;br /&gt;
&lt;div&gt;
&amp;nbsp;or&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;https://github.com/danielmiessler/SecLists&quot; target=&quot;_blank&quot;&gt;Download from github&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
Source-&lt;br /&gt;
&lt;a href=&quot;http://danielmiessler.com/projects/tools/seclists/&quot;&gt;http://danielmiessler.com/projects/tools/seclists/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://github.com/danielmiessler/SecLists&quot;&gt;https://github.com/danielmiessler/SecLists&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPHhTDL2BhsAqTR81GCVoP3C5LP4h-VGKyCvY9N6_fyGzNHM8-OYcnRdomhHAWSQZTQ0ZZiWc50pU0LTm_aOnR2ri09mIGV5wQ60cz4tECWSrwnsRdJIx6oM36YFdOsSgyfQNhgfovr1mM/s1600/0055.PNG&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;161&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPHhTDL2BhsAqTR81GCVoP3C5LP4h-VGKyCvY9N6_fyGzNHM8-OYcnRdomhHAWSQZTQ0ZZiWc50pU0LTm_aOnR2ri09mIGV5wQ60cz4tECWSrwnsRdJIx6oM36YFdOsSgyfQNhgfovr1mM/s1600/0055.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-share-buttons&quot;&gt;
&lt;a class=&quot;goog-inline-block share-button sb-email&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=3023168520400448010&amp;amp;target=email&quot; target=&quot;_blank&quot; title=&quot;Email This&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Email This&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-blog&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=3023168520400448010&amp;amp;target=blog&quot; target=&quot;_blank&quot; title=&quot;BlogThis!&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;BlogThis!&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-twitter&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=3023168520400448010&amp;amp;target=twitter&quot; target=&quot;_blank&quot; title=&quot;Share to Twitter&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Share to Twitter&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-facebook&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=3023168520400448010&amp;amp;target=facebook&quot; target=&quot;_blank&quot; title=&quot;Share to Facebook&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Share to Facebook&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/2361456332297476020/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/seclists-collection-of-multiple-types.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2361456332297476020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2361456332297476020'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/seclists-collection-of-multiple-types.html' title=' SecLists - Collection of multiple types of lists that can be used during security assessments'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPHhTDL2BhsAqTR81GCVoP3C5LP4h-VGKyCvY9N6_fyGzNHM8-OYcnRdomhHAWSQZTQ0ZZiWc50pU0LTm_aOnR2ri09mIGV5wQ60cz4tECWSrwnsRdJIx6oM36YFdOsSgyfQNhgfovr1mM/s72-c/0055.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-8275209535218971232</id><published>2013-02-11T16:25:00.004-08:00</published><updated>2013-02-11T16:25:53.933-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Security"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Requirements Assessment Tool"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Engineering Toolkit"/><title type='text'> SRAT - Security Requirements Assessment Tool</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
SRAT - Security Requirements Assessment Tool&lt;br /&gt;
&lt;span class=&quot;meta_comments&quot;&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUjJSB7CKkJppcfZTo3QMkrn3FMD2jgmMOhW8FReFkH9zMfVW-9UzI03ddIIOSWJcmKwvZAItMJ-t39yDglBCx1zccyoUaYMBFkyntJBNatmsqqX37KwNL6MHV5MQFVHWEQtpUbgMNITyL/s1600/SRAT.JPG&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUjJSB7CKkJppcfZTo3QMkrn3FMD2jgmMOhW8FReFkH9zMfVW-9UzI03ddIIOSWJcmKwvZAItMJ-t39yDglBCx1zccyoUaYMBFkyntJBNatmsqqX37KwNL6MHV5MQFVHWEQtpUbgMNITyL/s1600/SRAT.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
SRAT - Security Requirements Assessment Tool&lt;span style=&quot;color: #666666; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: xx-small;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
Before engaged to Security Assessment your can simple prepare report with severity of security points.&lt;br /&gt;
&lt;br /&gt;
Steps to start the tool -&lt;br /&gt;
Download the zip file.&lt;br /&gt;
&lt;a href=&quot;https://github.com/bgmemo/SRAT/archive/master.zip&quot; style=&quot;font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: small; line-height: 18px;&quot; target=&quot;_blank&quot;&gt;Download as zip file&lt;/a&gt;&lt;span style=&quot;color: #666666; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: xx-small; line-height: 18px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
Exact the zip file to folder.&lt;br /&gt;
Start SRatTool.rar file from Apps Directory.&lt;br /&gt;
Fill the required details&lt;br /&gt;
&lt;br /&gt;
Your can customize some details by&amp;nbsp;modifying&amp;nbsp;QuestionList.xml file in apps directory.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: xx-small;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;a href=&quot;https://github.com/bgmemo/SRAT/archive/master.zip&quot; target=&quot;_blank&quot;&gt;Download as zip file&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;https://github.com/bgmemo/SRAT&quot; target=&quot;_blank&quot;&gt;Download from GitHub&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Platform supported -&lt;br /&gt;
Window with JRE installed&lt;br /&gt;
&lt;br /&gt;
Source-&lt;br /&gt;
&lt;a href=&quot;https://github.com/bgmemo/SRAT&quot;&gt;https://github.com/bgmemo/SRAT&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Screenshot -&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP6cpsFrDRR_EiDGEg2rUljbwzenLjmo6m_2-S0snllh43aClew9L0nVJwJlWTmMNQtZvAWI8K8LfbyqwhOmYv2hJ4HXD6zwl3L9IBHhBdNQzFpTL7vBfndPbaqOHRRyWYwa70BP2PnimI/s1600/003.PNG&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;462&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP6cpsFrDRR_EiDGEg2rUljbwzenLjmo6m_2-S0snllh43aClew9L0nVJwJlWTmMNQtZvAWI8K8LfbyqwhOmYv2hJ4HXD6zwl3L9IBHhBdNQzFpTL7vBfndPbaqOHRRyWYwa70BP2PnimI/s1600/003.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/8275209535218971232/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/srat-security-requirements-assessment.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8275209535218971232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8275209535218971232'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/srat-security-requirements-assessment.html' title=' SRAT - Security Requirements Assessment Tool'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUjJSB7CKkJppcfZTo3QMkrn3FMD2jgmMOhW8FReFkH9zMfVW-9UzI03ddIIOSWJcmKwvZAItMJ-t39yDglBCx1zccyoUaYMBFkyntJBNatmsqqX37KwNL6MHV5MQFVHWEQtpUbgMNITyL/s72-c/SRAT.JPG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-8574115326744363242</id><published>2013-02-11T16:24:00.001-08:00</published><updated>2013-02-11T16:24:17.602-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Backtrack"/><category scheme="http://www.blogger.com/atom/ns#" term="Penetration Testing"/><category scheme="http://www.blogger.com/atom/ns#" term="SET"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Engineering Toolkit"/><title type='text'> The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!&lt;br /&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;/span&gt;

&lt;h2 style=&quot;font-weight: normal; margin: auto 0px 15px; padding: 0px; text-shadow: rgb(255, 255, 255) 1px 1px 1px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;&lt;a href=&quot;https://www.trustedsec.com/january-2013/the-social-engineer-toolkit-set-v4-4-the-goat-released/&quot; rel=&quot;bookmark nofollow&quot; target=&quot;_blank&quot; title=&quot;Permanent Link to The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!&quot;&gt;The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb2fDVZUjH-lVgPHXkJtEm3rs_MpxBoARGzS2l3LHpCCfh6K9CMVfTzCq0ZZby1-b8kRmfpNXaAkmWoaZ3Q8GbZaCAFKroJZDonWcqhKYyRpP2RGZ8HrD8g4MR4WiBSnUO0EprpiavLjlY/s1600/SET-update.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;139&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb2fDVZUjH-lVgPHXkJtEm3rs_MpxBoARGzS2l3LHpCCfh6K9CMVfTzCq0ZZby1-b8kRmfpNXaAkmWoaZ3Q8GbZaCAFKroJZDonWcqhKYyRpP2RGZ8HrD8g4MR4WiBSnUO0EprpiavLjlY/s1600/SET-update.png&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The
 Social-Engineer Toolkit (SET) version 4.4 Codename: “The Goat” has been
 released. This version is a large leap forward on the java applet side 
of the house with a newly designed payload delivery system as well as 
the new multi-pyinjector supporting a dynamic cipher key exchange for 
AES 256 encryption. The multi-pyinjector is a payload that allows you to
 specify as many payloads as you want and will dynamically be loaded 
into memory. This is useful for situations where you do not know what 
egress ports are allowed outbound and don’t want to fail. This version 
was completely rewritten, scaled back, and optimized to perform better, 
handle abnormalities, as well as added encryption and obfuscation.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;In
 addition, a number of enhancements have been made on the powershell 
injection technique which is also much more reliable and stable within 
the toolkit.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Lastly,
 the Java applet source code has been re-opened to open source and 
located within the SET directory structure. In order to download the 
toolkit, ensure you have git installed and type:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;git clone https://github.com/trustedsec/social-engineer-toolkit/ set/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;If you already have the latest github version of SET, simply type git pull or run the set-update tool.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Full change log below:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;~~~~~~~~~~~~~~~~&lt;br /&gt;version 4.4&lt;br /&gt;~~~~~~~~~~~~~~~&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;* Added new folder structure under src/webattack/java_applet – this includes again the source code of the Java Applet.&lt;br /&gt;* Added compile program for making applets in the java_applet directory.&lt;br /&gt;* Recompliled the Java Applet to add better obfsucation.&lt;br /&gt;* Edited payloadgen to utilize more base64 encoded techniques.&lt;br /&gt;* Added better stability to the multi injector payload when ports are not found&lt;br /&gt;* Added new core library that called EncryptAES which allows you to encrypt specific string data&lt;br /&gt;* Added obfsucation into the Java Applet and placed new params to pull&lt;br /&gt;* Rewrote multipyinjector for better error handling and performance&lt;br /&gt;*
 Added AES 256 encryption to the multi-pyinjector – before it would 
write out the shellcode to tmp files, instead it encrypts the entire 
data via 256 aes then pulls via command line and does not write out the 
files&lt;br /&gt;* Added ability for SET and Java Applet to handle multi-pyinjector AES encrypted payloads through the pycrypto modules&lt;br /&gt;*
 Modified the payload creation to encrypt payloads on the fly with a 
randomized cipher key exchange – each new payload generated will be a 
completely different AES cipher key&lt;br /&gt;* Fixed a bug that would cause 
powershell to not fire properly when using multi-pyinjector. It now 
prompts for an additional port and appends it to the 
meta_config_multi_pyinjector answer file for metasploit&lt;br /&gt;* Fixed a bug that would cause pyinjector to not properly execucute when not using powershell injection&lt;br /&gt;* Updated the Java Applet to include the new multi pyinjectir cipher key addition once executed&lt;br /&gt;* New encrypted binary multi pyinjector in place&lt;br /&gt;*
 Added time delay between firing multiple payloads. When executing 
multiple instances stdapi.rb freaked out and wouldn’t load. This didn’t 
hinder the shell but you would manually need to add the lib in order to 
get the standard libraries within meterpreter. This has since been 
fixed.&lt;br /&gt;* Large redesign of multi-pyinjector which is now streamlined to be as effecient as possible&lt;br /&gt;* Added better checking for multi pyinjector when using powershell to add new detections around port.options&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Artillery
 0.6.6 has also been released. This release incorporates a bug fix that 
would cause Artillery to not properly start under certain conditions. In
 addition, the setup installation file has been updated to create 
required folder structures prior to running artillery.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Changelog below:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;version 0.6.6&lt;br /&gt;~~~~~~~~~~~~~~~~~~~~~~&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;* fixed a typo that would cause artillery not to start in some cases&lt;br /&gt;* added folder create for src/program_junk and databases/ during installation of artillery&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 16px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Source-&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;line-height: 16px;&quot;&gt;&lt;a href=&quot;https://www.trustedsec.com/january-2013/the-social-engineer-toolkit-set-v4-4-the-goat-released/&quot;&gt;https://www.trustedsec.com/january-2013/the-social-engineer-toolkit-set-v4-4-the-goat-released/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8574115326744363242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8574115326744363242'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/the-social-engineer-toolkit-set-v44.html' title=' The Social-Engineer Toolkit (SET) v4.4 “The Goat” and Artillery 0.6.6 released!'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb2fDVZUjH-lVgPHXkJtEm3rs_MpxBoARGzS2l3LHpCCfh6K9CMVfTzCq0ZZby1-b8kRmfpNXaAkmWoaZ3Q8GbZaCAFKroJZDonWcqhKYyRpP2RGZ8HrD8g4MR4WiBSnUO0EprpiavLjlY/s72-c/SET-update.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-1235762472275086070</id><published>2013-02-11T16:04:00.002-08:00</published><updated>2013-02-11T16:04:27.017-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="How to Trace Email"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="OWASP"/><category scheme="http://www.blogger.com/atom/ns#" term="Penetration Testing"/><category scheme="http://www.blogger.com/atom/ns#" term="Security"/><title type='text'> KDE 4.10 Released</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
KDE 4.10 Released&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s1600/181bbfa794e218f5cd90439ff3dd1578_M.jpg&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s1600/181bbfa794e218f5cd90439ff3dd1578_M.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;KDE, as part of its bi-annual update, has released KDE 4.10 equipped with quite a lot of enhancements and improvements.&lt;br /&gt;&lt;br /&gt;The
 release announcement points to improved support for mobile device, 
visual refinements that go well with the Plasma Workspaces, improved 
performance of many KDE Applications and more APIs to Qt Quick among 
others.&lt;br /&gt;&lt;br /&gt;Diving deeper in the improvement aspect, “several 
components of the Plasma Workspaces have been ported to the Qt Quick/QML
 framework” in KDE 4.10. The APIs will allow developers to contribute to
 KDE through the use of Plasma SDK. Developers can write Plasma widgets 
and widget collections using the the Qt Markup Language (QML).&lt;br /&gt;&lt;br /&gt;You can find more information about the new release and the changes at &lt;a href=&quot;http://kde.org/announcements/4.10/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;KDE.org.&lt;/a&gt; &lt;/div&gt;







&lt;!-- Blogger automated replacement: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s1600/181bbfa794e218f5cd90439ff3dd1578_M.jpg&quot; with &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s1600/181bbfa794e218f5cd90439ff3dd1578_M.jpg&quot; --&gt;&lt;!-- Blogger automated replacement: &quot;https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F3.bp.blogspot.com%2F-k_d1QfRm6Bw%2FURjWv7tb9DI%2FAAAAAAAAJfA%2F_5nYJR65sJk%2Fs1600%2F181bbfa794e218f5cd90439ff3dd1578_M.jpg&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*&quot; with &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s1600/181bbfa794e218f5cd90439ff3dd1578_M.jpg&quot; --&gt;</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/1235762472275086070/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/kde-410-released.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1235762472275086070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1235762472275086070'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/kde-410-released.html' title=' KDE 4.10 Released'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic5CiIbHfH8t6XlVqSzHl2I7nF_K_3ybE3NH_mRcjb6cVzQWUs6WHWggGb8jyzCSx81N4jg0rVAwVpC_AK6ulbH_2HHyf68e227-_Mn15176Ads3jsaltfDvP1EVtJROlGpF6ntmZGqJby/s72-c/181bbfa794e218f5cd90439ff3dd1578_M.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-4221017753880950487</id><published>2013-02-11T07:58:00.002-08:00</published><updated>2013-02-11T07:58:42.049-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="OWASP"/><category scheme="http://www.blogger.com/atom/ns#" term="Penetration Testing"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><title type='text'> OWASP Zed Attack Proxy (ZAP) v1.4.1 - An easy to use integrated penetration testing tool for finding vulnerabilities in web applications</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
OWASP Zed Attack Proxy (ZAP) v1.4.1 - An easy to use integrated penetration testing tool for finding vulnerabilities in web applications&lt;br /&gt;
&lt;br /&gt;

&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,&#39;Times New Roman&#39;,serif; line-height: 1.25em;&quot;&gt;The
 OWASP Zed Attack Proxy (ZAP) is an easy to use integrated penetration 
testing tool for finding vulnerabilities in web applications.&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;It
 is designed to be used by people with a wide range of security 
experience and as such is ideal for developers and functional testers 
who are new to penetration testing as well as being a useful addition to
 an experienced pen testers toolbox.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The current version of ZAP is&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpReleases1_4_1&quot; rel=&quot;nofollow&quot;&gt;1.4.1&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;News flash:&amp;nbsp;&lt;a href=&quot;https://www.owasp.org/index.php/User:Psiinon&quot; rel=&quot;nofollow&quot;&gt;Simon&lt;/a&gt;&#39;s slides from&amp;nbsp;&lt;a href=&quot;http://www.appsecireland.org/&quot; rel=&quot;nofollow&quot;&gt;AppSec Ireland&lt;/a&gt;&amp;nbsp;are now&amp;nbsp;&lt;a href=&quot;http://www.slideshare.net/psiinon/owasp-2012-appsec-dublin-zap-intro&quot; rel=&quot;nofollow&quot;&gt;online&lt;/a&gt;. He will also be talking about ZAP at&amp;nbsp;&lt;a href=&quot;https://www.owasp.org/index.php/Manchester&quot; rel=&quot;nofollow&quot;&gt;OWASP Manchester&lt;/a&gt;&amp;nbsp;on 11th September&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;hr style=&quot;width: 730px;&quot; /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Latest&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/Videos&quot;&gt;ZAP Tutorial video&lt;/a&gt;: The Initial Setup Guide&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP 1.4+ can be easily extended: see the&amp;nbsp;&lt;a href=&quot;https://code.google.com/p/zap-extensions/&quot; rel=&quot;nofollow&quot;&gt;ZAP-extensions&lt;/a&gt;&amp;nbsp;project for some of the extensions you can add.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;hr style=&quot;line-height: normal; width: 730px;&quot; /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;There are&amp;nbsp;&lt;strong&gt;3&lt;/strong&gt;&amp;nbsp;ZAP related&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/GSoC2012&quot;&gt;Google Summer of Code 2012&lt;/a&gt;&amp;nbsp;projects!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Please also see the&amp;nbsp;&lt;strong&gt;new&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/Supporters&quot;&gt;Sponsors and Supporters&lt;/a&gt;&amp;nbsp;page.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;hr style=&quot;line-height: normal; width: 730px;&quot; /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;OWASP ZAP is also the&amp;nbsp;&lt;a href=&quot;http://holisticinfosec.blogspot.com/2012/02/2011-toolsmith-tool-of-year-owasp-zap.html&quot; rel=&quot;nofollow&quot;&gt;Toolsmith Tool of the Year for 2011&lt;/a&gt;!&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;hr style=&quot;line-height: normal; width: 730px;&quot; /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The official&amp;nbsp;&lt;a href=&quot;http://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project&quot; rel=&quot;nofollow&quot;&gt;OWASP ZAP homepage&lt;/a&gt;&amp;nbsp;is on the OWASP site.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;This Google Code project is used for the downloads, wiki, online help pages, links to videos, issues and source code.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Want a very quick introduction? See the&amp;nbsp;&lt;a href=&quot;http://www.owasp.org/images/e/e3/OWASP_ZAP_Flyer.pdf&quot; rel=&quot;nofollow&quot;&gt;project pamphlet&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;For a slightly longer introduction see the&amp;nbsp;&lt;a href=&quot;http://www.owasp.org/images/c/c8/Conference_Style_slides_for_ZAP.ppt&quot; rel=&quot;nofollow&quot;&gt;project presentation&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;For video introductions to ZAP see the links on the&amp;nbsp;&lt;a href=&quot;https://code.google.com/p/zaproxy/wiki/Videos&quot; rel=&quot;nofollow&quot;&gt;wiki videos page&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;For more details about ZAP, including the full user guide, please see the&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/Introduction&quot;&gt;wiki&lt;/a&gt;.&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;hr style=&quot;line-height: normal; width: 730px;&quot; /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;table style=&quot;text-align: start;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Some of ZAP&#39;s features:&lt;/span&gt;&lt;/span&gt;
&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsIntercept&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Intercepting Proxy&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsAscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Active scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsPscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Passive scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsBruteforce&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Brute Force scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsSpider&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Spider&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsFuzz&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Fuzzer&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsPortscan&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Port Scanner&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpUiDialogsOptionsDynsslcert&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Dynamic SSL certificates&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpStartConceptsApi&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;API&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpUiDialogsBeanshell&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Beanshell integration&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Some of ZAP&#39;s characteristics:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Easy to install (just requires java 1.6)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Ease of use a priority&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpIntro&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Comprehensive help pages&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Fully&amp;nbsp;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/Internationalization&quot;&gt;Internationalized&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Under active development&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Open source&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Free (no paid for &#39;Pro&#39; version)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Cross platform&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/GetInvolved&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Involvement actively encouraged&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;It supports the following languages:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;max-width: 62em; padding-left: 25px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;English&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Brazilian Portuguese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Chinese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Danish&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;French&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;German&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Greek&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Indonesian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Japanese&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Persian&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 0.3em;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Polish&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Spanish &lt;br /&gt; &lt;br /&gt;ZAP is a fork of the well regarded &lt;a href=&quot;http://www.parosproxy.org/&quot;&gt;Paros Proxy&lt;/a&gt;.&lt;br /&gt;Details of the changes made are here: &lt;a href=&quot;http://code.google.com/p/zaproxy/wiki/HelpReleasesReleases&quot;&gt;Releases&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/ul&gt;
&lt;/td&gt;&lt;td&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Download Latest version -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_1.4.1_Mac_OS_X.zip&amp;amp;can=2&amp;amp;q=&quot; style=&quot;line-height: normal; white-space: nowrap;&quot;&gt;ZAP_1.4.1_Mac_OS_X.zip&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_1.4.1_Windows.exe&amp;amp;can=2&amp;amp;q=&quot; style=&quot;line-height: normal; white-space: nowrap;&quot;&gt;ZAP_1.4.1_Windows.exe&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP_1.4.1_Linux.tar.gz&amp;amp;can=2&amp;amp;q=&quot; style=&quot;line-height: normal; white-space: nowrap;&quot;&gt;ZAP_1.4.1_Linux.tar.gz&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=python-owasp-zap-0.0.1.zip&amp;amp;can=2&amp;amp;q=&quot; style=&quot;line-height: normal; white-space: nowrap;&quot;&gt;python-owasp-zap-0.0.1.zip&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/detail?name=ZAP-1.4-Client-API-1.zip&amp;amp;can=2&amp;amp;q=&quot; style=&quot;line-height: normal; white-space: nowrap;&quot;&gt;ZAP-1.4-Client-API-1.zip&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Download other versions-&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://code.google.com/p/zaproxy/downloads/list?can=1&amp;amp;q=&amp;amp;colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount&quot;&gt;http://code.google.com/p/zaproxy/downloads/list?can=1&amp;amp;q=&amp;amp;colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount&lt;/a&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;
&lt;/span&gt;&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Screenshot -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8xo-EY-U25TOB-ub0kk8SW0Wt1kPM_jfCxpyq6Wwe9t4qSYKYOFThRadW7zcEyZEQbwHMes69ve1JYGHR14aUA8F0JVGOK_G7pYacT14U5fefDxWmcKM8f8JAfBRbGWXCmhhCKjUWJLk/s1600/zap1-3fuzz-sm.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;308&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8xo-EY-U25TOB-ub0kk8SW0Wt1kPM_jfCxpyq6Wwe9t4qSYKYOFThRadW7zcEyZEQbwHMes69ve1JYGHR14aUA8F0JVGOK_G7pYacT14U5fefDxWmcKM8f8JAfBRbGWXCmhhCKjUWJLk/s400/zap1-3fuzz-sm.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiyC576CeIh_Hm2WTZBy6cDeSemNcxPMnIkh0-hztED1G7Jn7wZ_YoB8xGkhRTA2Upuznis2ao-UVFeFFI3GFJJi-QE5r2Z0YCKpmy8DXfED4KxjbZQ7UwArgXXwCSWhr-c3h7ab7o0fU/s1600/zap1-3historyfilter-sm.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;308&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiyC576CeIh_Hm2WTZBy6cDeSemNcxPMnIkh0-hztED1G7Jn7wZ_YoB8xGkhRTA2Upuznis2ao-UVFeFFI3GFJJi-QE5r2Z0YCKpmy8DXfED4KxjbZQ7UwArgXXwCSWhr-c3h7ab7o0fU/s400/zap1-3historyfilter-sm.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 1.25em; max-width: 64em;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&lt;/span&gt; &lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/4221017753880950487/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/owasp-zed-attack-proxy-zap-v141-easy-to.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4221017753880950487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4221017753880950487'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/owasp-zed-attack-proxy-zap-v141-easy-to.html' title=' OWASP Zed Attack Proxy (ZAP) v1.4.1 - An easy to use integrated penetration testing tool for finding vulnerabilities in web applications'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8xo-EY-U25TOB-ub0kk8SW0Wt1kPM_jfCxpyq6Wwe9t4qSYKYOFThRadW7zcEyZEQbwHMes69ve1JYGHR14aUA8F0JVGOK_G7pYacT14U5fefDxWmcKM8f8JAfBRbGWXCmhhCKjUWJLk/s72-c/zap1-3fuzz-sm.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-4218814330515256944</id><published>2013-02-11T07:56:00.000-08:00</published><updated>2013-02-11T07:56:17.833-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Email Tracing"/><category scheme="http://www.blogger.com/atom/ns#" term="How to Trace Email"/><category scheme="http://www.blogger.com/atom/ns#" term="Security"/><title type='text'> Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail&lt;br /&gt;

&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;How to Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Hi Friends,&lt;br /&gt;Daily we receive hundreds of junk or spam emails from unknown senders daily. &lt;br /&gt;These emails fill our inbox with so many unwanted emails. &lt;br /&gt;Email
 addresses of these emails are mostly invalid but we can trace these 
emails and disclose the IP and location of the sender from some third 
party online email tracing services. &lt;br /&gt;  &lt;br /&gt;To trace any email follow the steps: &lt;br /&gt;&lt;br /&gt;Yahoo! Mail&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;1. 
Right click the email you want to trace and select “View Full Headers” 
You’ll see a pop up window containing full header of the email.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt; 2. Copy all the text in email header.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt; 3. Now open &lt;a href=&quot;http://www.ip-adress.com/trace_email/&quot;&gt;IP-address Email Trace&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt; 4. Paste the email header’ text in the given box and hit “Trace Email Sender”.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt; You’ll be redirect to a new page where all the details; including sender’s location, IP, and ISP details are shown. &lt;br /&gt;&lt;br /&gt;Windows Live Mail/ Hotmail&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;1. Right click the email you want to trace and select “View Message Source” &lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSKx32H0tpQ29HHTlMGQSUyZ65s03kOqtaR78L9gqfweZfwvtDFDUZrMfOZVOwDlh376bTktwLarT5rJJLsW7BUS31VLb1mDuMxcMgBSeL5yiUGwgcqzH3a0x1tHpRgypvnXuNVppdkCo/s1600/Hotmail_Email_Trace.PNG&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSKx32H0tpQ29HHTlMGQSUyZ65s03kOqtaR78L9gqfweZfwvtDFDUZrMfOZVOwDlh376bTktwLarT5rJJLsW7BUS31VLb1mDuMxcMgBSeL5yiUGwgcqzH3a0x1tHpRgypvnXuNVppdkCo/s640/Hotmail_Email_Trace.PNG&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A new window containing full header of the email will open. &lt;br /&gt; &lt;br /&gt; 2. Copy all the text in email header. &lt;br /&gt; &lt;br /&gt; 3. Now open &lt;a href=&quot;http://www.ip-adress.com/trace_email/&quot;&gt;IP-address Email Trace&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt; 4. Paste the email header’ text in the given box and hit “Trace Email Sender”. &lt;br /&gt; &lt;br /&gt; You’ll be redirect to a new page where all the details; including sender’s location, IP, and ISP details are shown. &lt;br /&gt;  &lt;br /&gt;Gmail &lt;br /&gt;&lt;br /&gt;1. Click the small arrow in the email and select “Show Original” &lt;br /&gt; &lt;br /&gt; A new window containing full header of the email will open. &lt;br /&gt; &lt;br /&gt; 2. Copy all the text in email header. &lt;br /&gt; &lt;br /&gt; 3. Now open &lt;a href=&quot;http://www.ip-adress.com/trace_email/&quot;&gt;IP-address Email Trace&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt; 4. Paste the email header’ text in the given box and hit “Trace Email Sender”. &lt;br /&gt; &lt;br /&gt; You’ll be redirect to a new page where all the details; including sender’s location, IP, and ISP details are shown. &lt;br /&gt;  &lt;br /&gt;Mozilla Thunderbird &lt;br /&gt;&lt;br /&gt;1. Open the email and click “Other Actions” and select “View Source” &lt;br /&gt;  &lt;br /&gt; Full email header will be shown in a small window. &lt;br /&gt; &lt;br /&gt; 2. Copy all the text in email header. &lt;br /&gt; &lt;br /&gt; 3. Now open &lt;a href=&quot;http://www.ip-adress.com/trace_email/&quot;&gt;IP-address Email Trace&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt; 4. Paste the email header’ text in the given box and hit “Trace Email Sender”.&lt;br /&gt; &lt;br /&gt; And You’ll be redirect to a new page where all the details; including sender’s location, IP, and ISP details are shown.&lt;br /&gt; &lt;br /&gt;Email Trace Snapshot -&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipK0y0iUpoo2f8jodPjdI_4UgHO05a4Z-QakBR1zfShdHOKgUGRBRdOWFwjnBjKOEo-133wldxUWUb2IIJELKuDAl5jGsIboo5SNFwrRNtPlg8vF4BXaZWMU7-JFT98DERg8aMQKbqzJA/s1600/Email_Trace_IP_Trace.PNG&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipK0y0iUpoo2f8jodPjdI_4UgHO05a4Z-QakBR1zfShdHOKgUGRBRdOWFwjnBjKOEo-133wldxUWUb2IIJELKuDAl5jGsIboo5SNFwrRNtPlg8vF4BXaZWMU7-JFT98DERg8aMQKbqzJA/s1600/Email_Trace_IP_Trace.PNG&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Source-&lt;br /&gt;&lt;a href=&quot;http://www.ip-adress.com/trace_email/&quot;&gt;http://www.ip-adress.com/trace_email/&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Email Trace - Email Tracking&lt;br /&gt;IP-Adress.com can help you discover the sender of any email by using that person&#39;s &lt;a href=&quot;http://www.ip-adress.com/&quot;&gt;IP address&lt;/a&gt;
 information. Typically, the way we can do this is by using the email 
header to determine the IP information of the device where the email 
originated, and then using that information to run an &lt;a href=&quot;http://www.ip-adress.com/whois/&quot;&gt;IP lookup&lt;/a&gt; and figure out the sender&#39;s identity.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;For More Information -&lt;br /&gt;&lt;a href=&quot;http://www.ip-adress.com/&quot;&gt;IP-address.com - What is my IP address and locationFree IP Address Lookup&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4218814330515256944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4218814330515256944'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/trace-any-email-sender-on-gmail-windows.html' title=' Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSKx32H0tpQ29HHTlMGQSUyZ65s03kOqtaR78L9gqfweZfwvtDFDUZrMfOZVOwDlh376bTktwLarT5rJJLsW7BUS31VLb1mDuMxcMgBSeL5yiUGwgcqzH3a0x1tHpRgypvnXuNVppdkCo/s72-c/Hotmail_Email_Trace.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-8743349945154144591</id><published>2013-02-11T07:54:00.003-08:00</published><updated>2013-02-11T07:54:23.711-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'>Common Methods for Hacking</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmB5oHRsCHr1IQ-byA7ZHSowPIbrqTG7rBPtWjAeq0zjiQ7f3x9r4RDQELafbiQ0GJOPj7q1aQBlQOX2llPrhy89iH7G5ZmE4xWMA2mqWzvzZZPh1vLps0w9UywxsDB1diefR-IeKa5zE/s320/Hacked.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmB5oHRsCHr1IQ-byA7ZHSowPIbrqTG7rBPtWjAeq0zjiQ7f3x9r4RDQELafbiQ0GJOPj7q1aQBlQOX2llPrhy89iH7G5ZmE4xWMA2mqWzvzZZPh1vLps0w9UywxsDB1diefR-IeKa5zE/s320/Hacked.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Common Methods for Hacking :&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This comprises of either taking control over terminal(or Server) or render it useless or to crash it.. following methods are used from a long time and are still used..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;1. Denial of Service -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
DoS attacks give hackers a way to bring down a network without gaining internal access. DoS attacks work by flooding the access routers with bogus traffic(which can be e-mail or Transmission Control Protocol, TCP, packets).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;2. Distributed DoSs -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Distributed DoSs (DDoSs) are coordinated DoS attacks from multiple sources. A DDoS is more difficult to block because it uses multiple, changing, source IP addresses.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;3. Sniffing -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Sniffing refers to the act of intercepting TCP packets. This interception can happen through simple eavesdropping or something more sinister.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;4. Spoofing -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Spoofing is the act of sending an illegitimate packet with an expected acknowledgment (ACK), which a hacker can guess, predict, or obtain by snooping&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;5. SQL injection -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. It uses normal SQL commands to get into database with elivated privellages..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;6. Viruses and Worms -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Viruses and worms are self-replicating programs or code fragments that attach themselves to other programs (viruses) or machines (worms). Both viruses and worms attempt to shut down networks by flooding them with massive amounts of bogus traffic, usually through e-mail.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;7. Back Doors -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Hackers can gain access to a network by exploiting back doors administrative shortcuts, configuration errors, easily deciphered passwords, and unsecured dial-ups. With the aid of computerized searchers (bots), hackers can probably find any weakness in the network.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So, not interested in these stuffs.. huh??? wait there is more for you.. So, how about the one related to hacking the passwords of email and doing some more exciting stuffs.. The various methods employed for this are:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;8. Trojan Horses -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Trojan horses, which are attached to other programs, are the leading cause of all break-ins. When a user downloads and activates a Trojan horse, the software can take the full control over the system and you can remotely control the whole system.. great..!!! They are also reffered as RATs(Remote Administration tools)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;9. Keyloggers -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Consider the situation, everything you type in the system is mailed to the hacker..!! Wouldn&#39;t it be easy to track your password from that.. Keyloggers perform similar functionallities.. So next time you type anything.. Beware..!! Have already posted about keyloggers and ways to protect yourself from them..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;10. BruteForcing -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The longest and most tiring job.. don&#39;t even consider this if you don&#39;t know the SET of password for your victim..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;11. Secret Question -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
According to a survey done by security companies, it is found that rather than helping the legitimate users the security questions are more useful to the hackers.. So if you know the victim well try this..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;12. Social Engineering -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ya this was one of the oldest trick to hack.. Try to convince your user that you are a legitimate person from the system and needs your password for the continuation of the service or some maintainence.. This won&#39;t work now since most of the users are now aware about the Scam.. But this Social Engginering concept is must for you to have to convince victim for many reasons..!!!&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;13. Phishing -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This is another type of keylogging, here you have to bring the user to a webpage created by you resembling the legitimate one and get him to enter his password, to get the same in your mail box..!! Use social engginering..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;14. Fake Messengers -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So its a form of phishing in the application format.. getting user, to enter the login info in the software and check your maill..!!!&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;15. Cookie Stealer -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Here the cookie saved by the sites are taken and decoded and if you get lucky.. You have the password..!!!&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Hmmm.. not satisfied with single account at a time..?? so there are ways to hack lots of accounts together.. I know few but there exists many..!! listed are the ones i know and will teach you in coming posts...&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;16. DNS Poisoning or PHARMING -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So, phisihing is a tough job.. isn&#39;t it..?? convincing someone to enter their password at your page..?? what if you don&#39;t have to convince..?? what if they are directed automatically to your site without having a clue..?? Nice huh..?? Pharming does the same for you.. More about it in my next post..&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;17. Whaling -&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This method gets you the password of the accounts which are used by the hackers to recive the passwords.. So you just have to hack one ID, which is simplest method( Easy then hacking any other account, will tell you how in coming posts..) and you will have loads of passwords and so loads of accounts at your mercy..!!!&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
This is for Educational Purpose only........&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8743349945154144591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8743349945154144591'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/common-methods-for-hacking.html' title='Common Methods for Hacking'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmB5oHRsCHr1IQ-byA7ZHSowPIbrqTG7rBPtWjAeq0zjiQ7f3x9r4RDQELafbiQ0GJOPj7q1aQBlQOX2llPrhy89iH7G5ZmE4xWMA2mqWzvzZZPh1vLps0w9UywxsDB1diefR-IeKa5zE/s72-c/Hacked.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-36362313769053265</id><published>2013-02-11T07:52:00.000-08:00</published><updated>2013-02-11T07:52:03.838-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Havij v1.16 Advanced &amp; Automated SQL Injection Tool Released</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;Havij v1.16 Advanced &amp;amp; Automated SQL Injection Tool Released&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;One of 
the most preferred and widely used SQL-injector Havij has released 
another updated version(v1.16). In the middle of last year &lt;a href=&quot;http://itsecteam.com/&quot;&gt;ITSec team&lt;/a&gt; made &lt;a href=&quot;http://www.voiceofgreyhat.com/2011/06/famous-sql-i-tool-havij-v115-is-now.html&quot;&gt;Havij 1.15&lt;/a&gt;
 available, so after one year of hard work now we got the next edition 
of this marvellous SQL-i tool. As per survey Havij is listed as one of 
the finest and widely used tool used for finding SQL Injection 
vulnerabilities on a web page. It has been thoroughly used by hackers 
along with penetration testers over the whole spectrum.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;b&gt;What is Havij?&lt;/b&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;It
 can take advantage of a vulnerable web application. By using this 
software user can perform back-end database fingerprint, retrieve DBMS 
users and  password hashes, dump tables and columns, fetching data from 
the database, running SQL  statements and even accessing the underlying 
file system and executing commands on the  operating system. The power 
of Havij that makes it different from similar tools is its injection 
methods. The success rate is more than 95% at injectiong vulnerable 
targets using Havij. The user friendly GUI (Graphical User Interface) of
 Havij and automated settings and detections makes it easy to use for 
everyone even amateur users.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;New Features :-&amp;nbsp;&lt;/span&gt;&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;.Multithreading &lt;br /&gt;.Oracle Blind injection method. &lt;br /&gt;.Automatic all parameter scan added. &lt;br /&gt;.New blind injection method (no more ? char.) &lt;br /&gt;.Retry for blind injection. &lt;br /&gt;.A new method for tables/columns extraction in mssql blind. &lt;br /&gt;.A WAF bypass method for mysql blind. &lt;br /&gt;.Getting tables and columns even when can not get current database. &lt;br /&gt;.Auto save log.&amp;nbsp;&lt;/span&gt;&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;Bug Fixed:-  &lt;br /&gt;.url encode bug fixed. &lt;br /&gt;.Trying time based methods when mssql error based and union based fail. &lt;br /&gt;.Clicking get columns would delete all tables. &lt;br /&gt;.Reseting time based method delay when applying settings. &lt;br /&gt;.Oracle and PostgreSQL detection&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Download Havij v1.16 Click &lt;a href=&quot;http://itsecteam.com/products/havij-v116-advanced-sql-injection/&quot;&gt;Here&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHWzk_pa8TkhQi3urlCYRYHN5SBM8VHG2qn_WfaWNUj_jTQ5BXtqLnVQ59WJT7OEGl2aioz1Q7YgIJ4SamtWkmn4fNdUypfcJtfUFEy39SppIKTfDxjDdItzScBHhlgCXXNJTdbfkObBw/s1600/Havij+v1.16+Automated+SQL+Injection+Tool.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHWzk_pa8TkhQi3urlCYRYHN5SBM8VHG2qn_WfaWNUj_jTQ5BXtqLnVQ59WJT7OEGl2aioz1Q7YgIJ4SamtWkmn4fNdUypfcJtfUFEy39SppIKTfDxjDdItzScBHhlgCXXNJTdbfkObBw/s400/Havij+v1.16+Automated+SQL+Injection+Tool.png&quot; width=&quot;366&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-share-buttons&quot;&gt;
&lt;a class=&quot;goog-inline-block share-button sb-email&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=4983393822453232714&amp;amp;target=email&quot; target=&quot;_blank&quot; title=&quot;Email This&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Email This&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-blog&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=4983393822453232714&amp;amp;target=blog&quot; target=&quot;_blank&quot; title=&quot;BlogThis!&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;BlogThis!&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-twitter&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=4983393822453232714&amp;amp;target=twitter&quot; target=&quot;_blank&quot; title=&quot;Share to Twitter&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Share to Twitter&lt;/span&gt;
&lt;/a&gt;&lt;a class=&quot;goog-inline-block share-button sb-facebook&quot; href=&quot;http://www.blogger.com/share-post.g?blogID=3258331267844655312&amp;amp;postID=4983393822453232714&amp;amp;target=facebook&quot; target=&quot;_blank&quot; title=&quot;Share to Facebook&quot;&gt;
&lt;span class=&quot;share-button-link-text&quot;&gt;Share to Facebook&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/36362313769053265/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/havij-v116-advanced-automated-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/36362313769053265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/36362313769053265'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/havij-v116-advanced-automated-sql.html' title=' Havij v1.16 Advanced &amp; Automated SQL Injection Tool Released'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHWzk_pa8TkhQi3urlCYRYHN5SBM8VHG2qn_WfaWNUj_jTQ5BXtqLnVQ59WJT7OEGl2aioz1Q7YgIJ4SamtWkmn4fNdUypfcJtfUFEy39SppIKTfDxjDdItzScBHhlgCXXNJTdbfkObBw/s72-c/Havij+v1.16+Automated+SQL+Injection+Tool.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-7949676217697564213</id><published>2013-02-11T07:50:00.002-08:00</published><updated>2013-02-11T07:50:44.132-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> SQL Exploiter Pro v2.15 - The utimate sql injection tool</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;SQL Exploiter Pro v2.15 - The utimate sql injection tool&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBluJ0GFe5I4_zolncgPXBl1ryh1BakgmW1Y8c16ylDMAZFP1Qn0-sa3XERuEm5u8FnsL0XG6ycpj9xpGX4v_b9TAlmjVcxNaqs9ICf32BTeCOmFjvjKfAbWpJlAtwvwEUNNV_vgDihTU/s1600/sqlExplorer.jpg&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBluJ0GFe5I4_zolncgPXBl1ryh1BakgmW1Y8c16ylDMAZFP1Qn0-sa3XERuEm5u8FnsL0XG6ycpj9xpGX4v_b9TAlmjVcxNaqs9ICf32BTeCOmFjvjKfAbWpJlAtwvwEUNNV_vgDihTU/s400/sqlExplorer.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;This is 
the latest release with new functions and improvements.Hacking websites 
with SQL Exploiter Pro v2.15 is as easy as 1-2-3. Real and Pro hackers 
are simply going to love it for how easy and organised it is. The SQL 
Exploiter Pro v2.15 makes sql injection so simple that even novice or 
beginner hackers can hack shops with it. The SQL Exploiter Pro v2.15 can
 hack CFM, ASP and PHP exploits as well as download MS access databases 
of exploitable sites.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Click Here for&amp;nbsp;&lt;a href=&quot;http://www.sql-software-toolz.com/documents/SQL%20Exploiter%20Pro%20v2.15%20tutorial.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Manual [PDF]&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://rapidshare.com/files/234653261/SQL_Exploiter_Pro_v2.10.rar&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.filecrop.com/17460569/index.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download version v2.15&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://rapidshare.com/files/197292826/SQL_Exploiter_Pro_v2.12_2.15_Fixed_NoCrash.rar&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download from other link&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/7949676217697564213/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/sql-exploiter-pro-v215-utimate-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7949676217697564213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7949676217697564213'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/sql-exploiter-pro-v215-utimate-sql.html' title=' SQL Exploiter Pro v2.15 - The utimate sql injection tool'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBluJ0GFe5I4_zolncgPXBl1ryh1BakgmW1Y8c16ylDMAZFP1Qn0-sa3XERuEm5u8FnsL0XG6ycpj9xpGX4v_b9TAlmjVcxNaqs9ICf32BTeCOmFjvjKfAbWpJlAtwvwEUNNV_vgDihTU/s72-c/sqlExplorer.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-1435325976942070621</id><published>2013-02-11T07:49:00.000-08:00</published><updated>2013-02-11T07:49:16.128-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Blackbuntu - Penetration Testing Distribution</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span class=&quot;meta_comments&quot;&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhN1BHroWTEr1w2PgT595EFctrOtJAw25QQSxD1JNbxqlODOBGp2OusvEvsTXxvv-Jq1xFfjKCY6cAAEwvJEUZ-PrUgho5QT9rsKhc2wvEOlWouu-GwyNEJvBBSV_szzK6rVxOmRWaeYDs/s1600/Blackbuntu.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;clear: right; float: right; font-family: Georgia, &#39;Times New Roman&#39;, serif; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhN1BHroWTEr1w2PgT595EFctrOtJAw25QQSxD1JNbxqlODOBGp2OusvEvsTXxvv-Jq1xFfjKCY6cAAEwvJEUZ-PrUgho5QT9rsKhc2wvEOlWouu-GwyNEJvBBSV_szzK6rVxOmRWaeYDs/s640/Blackbuntu.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div style=&quot;display: inline !important;&quot;&gt;
&lt;b&gt;&lt;b&gt;Blackbuntu&amp;nbsp;Penetration Testing Distribution&lt;/b&gt;&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;
&lt;/b&gt;&lt;/div&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;based on Ubuntu 10.10 which was specially designed for security training students and practitioners of information security.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Blackbuntu
 is Ubuntu base distro for Penetration Testing with GNOME Desktop 
Environment. It&#39;s currently being built using the Ubuntu 10.10.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;For Blackbuntu 0.3 we are supporting both x86 and x86_64 architectures.Security and &lt;b&gt;Penetration Testing tools available in Blackbuntu :-&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/information-gathering&quot;&gt;Information Gathering&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/network-mapping&quot;&gt;Network Mapping&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/vulnerability-identification&quot;&gt;Vulnerability Identification&lt;/a&gt; &lt;br /&gt;.&amp;nbsp;&lt;a href=&quot;http://www.blackbuntu.com/penetration&quot;&gt;Penetration&lt;/a&gt; &lt;br /&gt;&lt;span id=&quot;goog_1150792124&quot;&gt;&lt;/span&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/privilege-escalation&quot;&gt;Privilege Escalation&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/maintaining-access&quot;&gt;Maintaining Access&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/radio-network-analysis&quot;&gt;Radio Network Analysis&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/voip-analysis&quot;&gt;VoIP Analysis&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/digital-forensic&quot;&gt;Digital Forensic&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/reversing-engineering&quot;&gt;Reverse Engineering&lt;/a&gt; &lt;br /&gt;·         &lt;a href=&quot;http://www.blackbuntu.com/miscellaneous&quot;&gt;Miscellanious&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;System requirements :-&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;1GHz x86 processor&lt;br /&gt;768 MB of system memory (RAM)&lt;br /&gt;10 GB of disk space for installation&lt;br /&gt;Graphics card capable of 800×600 resolution&lt;br /&gt;DVD-ROM drive or USB port&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Community Edition 0.3 Final&lt;/b&gt;&lt;br /&gt;For
 Blackbuntu 0.3 we are supporting both x86 and x86_64 architectures. You
 can download the Blackbuntu Community Edition 0.3 ISO DVD with the 
following link:&lt;br /&gt;&lt;br /&gt;GNOME&lt;br /&gt;ISO Image(From sf.net)&lt;br /&gt;&lt;a href=&quot;http://sourceforge.net/projects/blackbuntu/files/Community%20Edition/Community%20Edition%200.3/bb03-amd64-final.iso/download&quot;&gt;Blackbuntu Community Edition 0.3 x86_64&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;ISO Image(Torrent)&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-x86-final.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86 torrent&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-x64-final.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86_64 torrent&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;VMWARE (Torrent)&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-x86-vmware.tar.bz2.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86 torrent&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-x64-vmware.tar.bz2.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86_64 torrent&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Virtual Box Image(Torrent)&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-32-vbox.tar.bz2.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86 torrent&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://torrent.blackbuntu.com/torrents/bb03-x64-vbox.tar.bz2.torrent&quot;&gt;Blackbuntu Community Edition 0.3 x86_64 torrent&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Website -&amp;nbsp;
&lt;a href=&quot;http://www.blackbuntu.com/&quot;&gt;http://www.blackbuntu.com/&lt;/a&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;For More Information -&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;http://sourceforge.net/projects/blackbuntu/?source=directory&quot;&gt;http://sourceforge.net/projects/blackbuntu/?source=directory&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;Visit Blog -&amp;nbsp;&lt;a href=&quot;http://www.blackbuntu.com/blog&quot;&gt;http://www.blackbuntu.com/blog&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;b&gt;ScreenShot of Blackbuntu&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2YjoL_JZuiwjk-hO7XaRZa5N0MvsRuyUViHWkNc2QPyhrrXV510_UTzu2GsTo4YbW1KwQTp0uGMlPY7nJE3qt0RFst_egGZyGuuLbpOA4R5_RNb3Hi246pZb6Ji4k_QC8XBoUdFni_hw/s1600/Balckbuntu.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;392&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2YjoL_JZuiwjk-hO7XaRZa5N0MvsRuyUViHWkNc2QPyhrrXV510_UTzu2GsTo4YbW1KwQTp0uGMlPY7nJE3qt0RFst_egGZyGuuLbpOA4R5_RNb3Hi246pZb6Ji4k_QC8XBoUdFni_hw/s640/Balckbuntu.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1435325976942070621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1435325976942070621'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/blackbuntu-penetration-testing.html' title=' Blackbuntu - Penetration Testing Distribution'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhN1BHroWTEr1w2PgT595EFctrOtJAw25QQSxD1JNbxqlODOBGp2OusvEvsTXxvv-Jq1xFfjKCY6cAAEwvJEUZ-PrUgho5QT9rsKhc2wvEOlWouu-GwyNEJvBBSV_szzK6rVxOmRWaeYDs/s72-c/Blackbuntu.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-3360292088052679318</id><published>2013-02-11T07:48:00.000-08:00</published><updated>2013-02-11T07:48:19.460-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> HoneyBox v0.1 - Honeypots in a box!</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
HoneyBox v0.1 - Honeypots in a box!&lt;br /&gt;
&lt;span class=&quot;meta_comments&quot;&gt;&lt;/span&gt;  &lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJu0668hyphenhyphen1MDVU1zzdJCz6hWgubQQm4vY8pw7_a3Pev6rElEi8NTDEoRiWKYXowcZY3y_kah_DuWTcWdgErelh2Mc9tqV9Z5PMqYxo6KpRUfZyjCwy3QmX3106VjPcUGLz7Mq4C88Jivg/s1600/flow.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;66&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJu0668hyphenhyphen1MDVU1zzdJCz6hWgubQQm4vY8pw7_a3Pev6rElEi8NTDEoRiWKYXowcZY3y_kah_DuWTcWdgErelh2Mc9tqV9Z5PMqYxo6KpRUfZyjCwy3QmX3106VjPcUGLz7Mq4C88Jivg/s320/flow.jpg&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Honeypot  is a trap set to detect, deflect, or in some manner counteract attempts  at unauthorized use of&amp;nbsp;information systems. Generally it consists of a  computer, data, or a network site that appears to be part of a network,  but is actually isolated and monitored, and which seems to contain  information or a resource of value to attackers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-weight: normal; line-height: 19.200000762939453px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;h1 class=&quot;post-title entry-title&quot; style=&quot;border: 0px none; margin: -3px 0px 0px; padding: 0px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;&lt;i style=&quot;font-weight: normal; text-align: -webkit-center;&quot;&gt;A honeypot is an information system resource whose value lies in unauthorized or illicit use of that resource.&lt;/i&gt; &lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;i style=&quot;text-align: -webkit-center;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;h1 class=&quot;post-title entry-title&quot; style=&quot;border: 0px none; font-weight: normal; margin: -3px 0px 0px; padding: 0px; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif; font-size: x-small;&quot;&gt;HoneyBox  is a virtual hard disk drive (VMDK format) with Ubuntu Server 11.10  32-bit edition installed. It contains various honeypot systems such as  Kippo SSH honeypot, Dionaea malware honeypot and Honeyd. Additionally it  includes useful scripts and utilities to analyze and visualize the data  it captures. Lastly, other helpful tools like tshark (command-line  Wireshark), pdftools, etc. are also present.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;DOWNLOAD:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;The&amp;nbsp;&lt;b&gt;latest version&lt;/b&gt;&amp;nbsp;(0.1)  contains Kippo SSH honeypot and related scripts (kippo-graph,  kippo-stats, kippo-sessions, etc). Everything is pre-configured to work.  Due to its size the file is hosted at SourceForge:&lt;a href=&quot;http://sourceforge.net/projects/honeybox/&quot; style=&quot;text-decoration: none;&quot; target=&quot;_blank&quot; title=&quot;HoneyBox&quot;&gt;http://sourceforge.net/projects/honeybox/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Please  also take a look at the README.txt file at SourceForge (also included  inside the disk) to learn the specific features and where everything is  located.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;INSTALLATION:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;After  downloading the file, you must uncompress it and then you simply have  to create a new virtual machine (suggested software:&amp;nbsp;&lt;a href=&quot;https://www.virtualbox.org/&quot; style=&quot;text-decoration: none;&quot; target=&quot;_blank&quot; title=&quot;Oracle VM VirtualBox&quot;&gt;Oracle VM VirtualBox&lt;/a&gt;) and select the VMDK drive as its hard disk.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;b style=&quot;border: 0px; line-height: 18px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;a href=&quot;http://sourceforge.net/projects/honeybox/files/latest/download?source=files&quot; style=&quot;-webkit-tap-highlight-color: rgb(0, 119, 170); margin: 0px; outline: none; padding: 0px; text-decoration: none; vertical-align: baseline;&quot; title=&quot;/HoneyBox v0.1 [Kippo in a Box!]/HoneyBox.7z:  released on 2012-09-11 17:42:17 UTC&quot;&gt;&lt;span style=&quot;border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Download HoneyBox.7z (508.6 MB)&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;span style=&quot;line-height: 18px; white-space: pre-wrap;&quot;&gt;Specification - OS: Ubuntu Server 11.10 32-bit HDD: VMDK 15GB (2GB split) Localization: English (UK), UK layout, GMT Extra: Automatic security updates Software: OpenSSH (port: 2222) &amp;amp; LAMP server  [System] Connectivity: DHCP Hostname: honeybox User: HoneyBox User Username/Password: honeybox/honeybox MySQL root password: honeybox + phpMyAdmin  [Kippo] Path: /home/honeybox/kippo/ Port: 22 MySQL db: kippodb MySQL user: kippouser MySQL pass: kippopass  [Kippo-Graph] Path: /var/www/kippo-graph  [Kippo-Scripts] Path: /home/honeybox/ + kippo2mysql.pl + kippo-sessions.sh + kippo-stats.pl Kippo2MySQL db: kippo2mysql Kippo2MySQL user: kippouser Kippo2MySQL pass: kippopass&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
Visit Website -&lt;br /&gt;
&lt;a href=&quot;http://bruteforce.gr/honeybox&quot;&gt;http://bruteforce.gr/honeybox&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://sourceforge.net/projects/honeybox/&quot;&gt;http://sourceforge.net/projects/honeybox/&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;For more information on Honeypot&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Sources -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Honeypot_%28computing%29&quot;&gt;http://en.wikipedia.org/wiki/Honeypot_(computing)&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.sans.org/security-resources/idfaq/honeypot3.php&quot;&gt;http://www.sans.org/security-resources/idfaq/honeypot3.php&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.insecure.in/honeypots.asp&quot;&gt;http://www.insecure.in/honeypots.asp&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.honeynet.org/&quot;&gt;http://www.honeynet.org/&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.seminartime.com/seminar_rpt/ct_rpt/honeypots/honeypots_1.php&quot;&gt;http://www.seminartime.com/seminar_rpt/ct_rpt/honeypots/honeypots_1.php&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.hackersonlineclub.com/honeypot&quot;&gt;http://www.hackersonlineclub.com/honeypot&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;Honey pot Diagram Source -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Georgia,Times New Roman,serif;&quot;&gt;&lt;a href=&quot;http://www.sans.org/security-resources/idfaq/honeypot3.php&quot;&gt;http://www.sans.org/security-resources/idfaq/honeypot3.php&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;a href=&quot;http://www.hackersonlineclub.com/honeypot&quot;&gt;http://www.hackersonlineclub.com/honeypot&lt;/a&gt;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgx0xY1QF0asCL10qro0OV8ANaw5QhPGm2Fi5mu572ewpJ4zgAgz9vZ6AEA9jxh-FFJWLJnLFZ8gp5OLwyJmp2_KsF9WyDo2R0wAt_pAxVX8jNk3qi7Xpb_Kz9iZzQAbC0kNjH7JLnZQw/s1600/Image17.gif&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgx0xY1QF0asCL10qro0OV8ANaw5QhPGm2Fi5mu572ewpJ4zgAgz9vZ6AEA9jxh-FFJWLJnLFZ8gp5OLwyJmp2_KsF9WyDo2R0wAt_pAxVX8jNk3qi7Xpb_Kz9iZzQAbC0kNjH7JLnZQw/s1600/Image17.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgx0xY1QF0asCL10qro0OV8ANaw5QhPGm2Fi5mu572ewpJ4zgAgz9vZ6AEA9jxh-FFJWLJnLFZ8gp5OLwyJmp2_KsF9WyDo2R0wAt_pAxVX8jNk3qi7Xpb_Kz9iZzQAbC0kNjH7JLnZQw/s400/Image17.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7X-1ufmf7cCrVD3IOR9SsSn5ro2kfdSb-yrvVetYn-Zx3YrHCeNZCeoRmEszdpaNx66wcZbJL2NbhnjhflCj72uhVw0Xw1HSHAif14qGWLs724YafX6p5XYyfoTH3gDv-RkHVmGL7VQw/s1600/honeypot_diagram.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;310&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7X-1ufmf7cCrVD3IOR9SsSn5ro2kfdSb-yrvVetYn-Zx3YrHCeNZCeoRmEszdpaNx66wcZbJL2NbhnjhflCj72uhVw0Xw1HSHAif14qGWLs724YafX6p5XYyfoTH3gDv-RkHVmGL7VQw/s400/honeypot_diagram.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; zoom: 1;&quot;&gt;
&lt;span style=&quot;background-color: black; color: white; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-content clearfix&quot; style=&quot;clear: both; zoom: 1;&quot;&gt;
&lt;div style=&quot;border: 0px none; line-height: 18px; margin-top: 10px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/3360292088052679318/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/honeybox-v01-honeypots-in-box.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3360292088052679318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3360292088052679318'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/honeybox-v01-honeypots-in-box.html' title=' HoneyBox v0.1 - Honeypots in a box!'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJu0668hyphenhyphen1MDVU1zzdJCz6hWgubQQm4vY8pw7_a3Pev6rElEi8NTDEoRiWKYXowcZY3y_kah_DuWTcWdgErelh2Mc9tqV9Z5PMqYxo6KpRUfZyjCwy3QmX3106VjPcUGLz7Mq4C88Jivg/s72-c/flow.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-2454923726529353779</id><published>2013-02-11T07:27:00.000-08:00</published><updated>2013-02-11T07:27:30.904-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Dequiem v-1.8 - Python DDoS Tool</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
&lt;b&gt;Dequiem v-1.8 &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Dequiem is a DDoS tool written in python 2.7&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicH8uzIt-dFPNd3hLczC4wDfNQ7cBydyLXijbTYdDCnra89198c4-huHlmswfvLrqbNVBm856Hlj7V-ytjh-JopNGWzONicZH5YDIB2iNudgqJmEJG65ijP1_NqUwQtL7bV73tZ00DipU/s1600/Dequiem4.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicH8uzIt-dFPNd3hLczC4wDfNQ7cBydyLXijbTYdDCnra89198c4-huHlmswfvLrqbNVBm856Hlj7V-ytjh-JopNGWzONicZH5YDIB2iNudgqJmEJG65ijP1_NqUwQtL7bV73tZ00DipU/s400/Dequiem4.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
&lt;b&gt;Features&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;ul style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
&lt;li&gt;DDoS &lt;/li&gt;
&lt;li&gt;Find a website&#39;s IP &lt;/li&gt;
&lt;li&gt;Port Scanning&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
&lt;b&gt;Requirement :&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
Python v2.7 or higher&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/dequiem/files/latest/download&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download &lt;/a&gt;&lt;br /&gt;
Dequiem1.8.py (8.6 kB) from Here &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;For More Information &amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
&lt;a href=&quot;http://sourceforge.net/projects/dequiem/%20&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://sourceforge.net/projects/dequiem/ &lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/p/dequiem/blog/%20&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://sourceforge.net/p/dequiem/blog/ &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Release Changes in Ver 1.8&lt;br /&gt;
&lt;br /&gt;
Patch notes :&lt;br /&gt;
-portscan mode added&lt;br /&gt;
-help mode changed&lt;br /&gt;
-interface is better now &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Warning -&lt;/b&gt;&lt;br /&gt;
Never Use it for attack on the servers that is not your own server or don&#39;t use it without permission from Owner.&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;&quot;&gt;
This Information is shared from Education Purpose Only.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/2454923726529353779/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/dequiem-v-18-python-ddos-tool.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2454923726529353779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2454923726529353779'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/dequiem-v-18-python-ddos-tool.html' title=' Dequiem v-1.8 - Python DDoS Tool'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicH8uzIt-dFPNd3hLczC4wDfNQ7cBydyLXijbTYdDCnra89198c4-huHlmswfvLrqbNVBm856Hlj7V-ytjh-JopNGWzONicZH5YDIB2iNudgqJmEJG65ijP1_NqUwQtL7bV73tZ00DipU/s72-c/Dequiem4.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-1574693917624073390</id><published>2013-02-11T07:26:00.000-08:00</published><updated>2013-02-11T07:26:05.613-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Cisco Packet Tracer - Powerful network simulation program</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Cisco Packet Tracer - Powerful network simulation program&lt;br /&gt;
&lt;span class=&quot;meta_comments&quot;&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ODJCldQCAazdXXzB5dL-rky6W0XVnMNrcp6s-z6vYPL2Yx7WAjrlrBbVrefUUgp-K7NjDJQrUECOvYm_I9Skrrv_3QgxXDDHwQSjoSve3mDzOpk2KvBXwnHHN7TFN_q6y3LkCr_8X98/s1600/packet-tracer_splash.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ODJCldQCAazdXXzB5dL-rky6W0XVnMNrcp6s-z6vYPL2Yx7WAjrlrBbVrefUUgp-K7NjDJQrUECOvYm_I9Skrrv_3QgxXDDHwQSjoSve3mDzOpk2KvBXwnHHN7TFN_q6y3LkCr_8X98/s400/packet-tracer_splash.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Cisco 
Packet Tracer is a powerful network simulation program that allows 
students to experiment with network behavior and ask “what if” 
questions. As an integral part of the Networking Academy comprehensive 
learning experience, Packet Tracer provides simulation, visualization, 
authoring, assessment, and collaboration capabilities and facilitates 
the teaching and learning of complex technology concepts.&lt;br /&gt;&lt;br /&gt;Packet 
Tracer supplements physical equipment in the classroom by allowing 
students to create a network with an almost unlimited number of devices,
 encouraging practice, discovery, and troubleshooting. The 
simulation-based learning environment helps students develop 21st 
century skills such as decision making, creative and critical thinking, 
and problem solving. Packet Tracer complements the Networking Academy 
curricula, allowing instructors to easily teach and demonstrate complex 
technical concepts and networking systems design.&lt;br /&gt;&lt;br /&gt;The Packet 
Tracer software is available free of charge ONLY to Networking Academy 
instructors, students, alumni, and administrators that are registered 
Academy Connection users.&lt;br /&gt;&lt;br /&gt;Cisco Networking Academy is pleased to 
announce the release of Cisco Packet Tracer version 5.3 in Feb2012, a 
minor release that includes the following new protocol support and 
enhanced functionality:&lt;br /&gt;&lt;br /&gt;* Improved Linksys models, added WEP wireless security algorithm, Cable and DSL enhancements&lt;br /&gt;* Call Manager Express (VOIP support)&lt;br /&gt;* FTP server and routers/switches – server and client&lt;br /&gt;* Email system (SMTP and POP3) – server and client&lt;br /&gt;*
 Border Gateway Protocol (BGP) – limited implementation that allows for a
 more realistic representation of the Internet for scenarios&lt;br /&gt;* Generic IP end devices – to create more versatility in device creation&lt;br /&gt;* Activity Wizard Initial Tree enhancements – more scenario variations&lt;br /&gt;&lt;br /&gt;The
 new protocol support and activity wizard enhancements in version 5.3 
will enable instructors to teach concepts in CCNA Discovery, CCNA 
Exploration, and CCNP courses more effectively, including the following:&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;CCNA Discovery&lt;br /&gt;*
 Networking for Home and Small Businesses: Improved Linksys models and 
wireless security protocols and algorithms, generic IP end devices&lt;br /&gt;* Working at a Small-to-Medium Business or ISP: Better DNS, improved DHCP, wireless security, new FTP, SMTP, POP3&lt;br /&gt;* Introducing Routing and Switching in the Enterprise: Improved multi-area OSPF, EIGRP, BGP&lt;br /&gt;* Designing and Supporting Computer Networks: New VOIP, Call Manager Express&lt;br /&gt;&lt;br /&gt;CCNA Exploration&lt;br /&gt;* Network Fundamentals: Improved HTTP, DNS, DHCP; new FTP, SMTP, POP3&lt;br /&gt;* Routing Protocols and Concepts: Improved multi-area OSPF, EIGRP, new BGP&lt;br /&gt;* LAN Switching and Wireless: Improved Linksys models, wireless security algorithms, 802.11&lt;br /&gt;* Accessing the WAN: New PPPoE, enhanced IPSec, Cable and DSL enhancements&lt;br /&gt;&lt;br /&gt;CCNP&lt;br /&gt;* Improved multiarea OSPF, EIGRP, new BGP&lt;br /&gt;&lt;br /&gt;We
 recommend upgrading to the new version to take advantage of the many 
improvements included in this release. To learn more about how Packet 
Tracer can be used in each Networking Academy course, please view this 
new Packet Tracer 5.3 Curricula Support chart.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;Packet
 Tracer 5.3 is currently available for download from the Packet Tracer 
resource pageon Academy Connection. To access this page, log in to 
Academy Connection and click the Cisco Packet Tracer graphic on the left
 of the page, select Software Downloads, then select the appropriate 
download package for your needs. The previous version of Packet Tracer, 
version 5.2.1.8, will continue to be available for download.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;Packet Tracer 5.3 supports activities authored in Packet Tracer 5.0, 5.1, and 5.2.x. All activities included in &lt;a href=&quot;http://www.ebook4all.org/it-essentials-pc-hardware-and-software/&quot;&gt;IT Essentials: PC Hardware and Software&lt;/a&gt;, CCNA Discovery, CCNA Exploration, and &lt;a href=&quot;http://www.ebook4all.org/ccna-security/&quot;&gt;CCNA Security&lt;/a&gt;
 are also fully compatible with Packet Tracer 5.3. Please note that 
activities authored or saved with Packet Tracer 5.3 can only be used 
with the version 5.3 software.&lt;br /&gt;&lt;br /&gt;For more information, please 
review the Packet Tracer 5.3 FAQs and the updated resources available on
 thePacket Tracer resource page on Academy Connection.&lt;br /&gt;&lt;br /&gt;Link download packet tracer 5.3.2 Lastest version&lt;br /&gt;&lt;a href=&quot;http://www.packettracer.info/packet-tracer-5-3-2-download.html&quot;&gt;Packet tracer 5.3.2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Windows version download -&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Packet Tracer v5.3 Application + Tutorial -&lt;br /&gt;This is the complete Packet Tracer program including tutorials as a single downloadable package for Windows 2000, XP and Vista.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://hotfile.com/dl/40746344/98501c6/PacketTracer53_setup.rar.html&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://cisco.netacad.net/contentassets/images/common/icon_download.gif&quot; /&gt; &lt;/a&gt;(EXE – 73.9 MB)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Packet Tracer v5.3 Application only&lt;br /&gt;This
 option is just the Packet Tracer program and the help files for Windows
 2000, XP and Vista. It does not include the tutorial files. The 
tutorial files are not necessary to runPacket Tracer.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://hotfile.com/dl/40746206/3f06629/PacketTracer53_setup_no_tutorials.rar.html&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://cisco.netacad.net/contentassets/images/common/icon_download.gif&quot; /&gt; &lt;/a&gt;(EXE – 41.8 MB)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Source -&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.cisco.com/web/learning/netacad/course_catalog/PacketTracer.html&quot;&gt;http://www.cisco.com/web/learning/netacad/course_catalog/PacketTracer.html&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.packettracernetwork.com/&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;http://www.packettracernetwork.com/&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;For More Information -&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.ccna4u.org/2010/05/packet-tracer-version-53-software.html&quot;&gt;http://www.ccna4u.org/2010/05/packet-tracer-version-53-software.html&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.ebook4all.org/packet-tracer-version-5-3-software-downloads/&quot;&gt;http://www.ebook4all.org/packet-tracer-version-5-3-software-downloads/&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Packet_Tracer&quot;&gt;http://en.wikipedia.org/wiki/Packet_Tracer&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.ccna4u.org/2012/02/packet-tracer-version-5-3-3-software-downloads-update-08-02-2012.html&quot;&gt;http://www.ccna4u.org/2012/02/packet-tracer-version-5-3-3-software-downloads-update-08-02-2012.html&lt;/a&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.packettracernetwork.com/&quot;&gt;http://www.packettracernetwork.com/&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1kvMJhcwRscMNswSRzO4yyt-ef5FBxyHhuJHPqm-8_T2BvysOo2ihmxSRtjoJppEox1NSYwxqbchKjEGPC4jxhgvNUbd1s99q2knBWSbBPFY2kuJaJV0_Da6JjeMnquMCiu5SYbMB_qM/s1600/packet-tracer-5.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;286&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1kvMJhcwRscMNswSRzO4yyt-ef5FBxyHhuJHPqm-8_T2BvysOo2ihmxSRtjoJppEox1NSYwxqbchKjEGPC4jxhgvNUbd1s99q2knBWSbBPFY2kuJaJV0_Da6JjeMnquMCiu5SYbMB_qM/s400/packet-tracer-5.jpg&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSqVfELOYhA2-S-OL6ZNCNAVhpoOmJTmL0-bkkv8V3GYx-kVfPJ8eQaIv0Z40aEuvub_iKf9EkZ4gLQOm7BglN8e6vwoRuE8yiirYocXby1SNTCyeVlnDH9HZ4QCzdZpH1z0_CXrHEAc8/s1600/735px-Cisco_Packet_Tracer.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;325&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSqVfELOYhA2-S-OL6ZNCNAVhpoOmJTmL0-bkkv8V3GYx-kVfPJ8eQaIv0Z40aEuvub_iKf9EkZ4gLQOm7BglN8e6vwoRuE8yiirYocXby1SNTCyeVlnDH9HZ4QCzdZpH1z0_CXrHEAc8/s400/735px-Cisco_Packet_Tracer.png&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;width: 100%px;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;font-size: 12px; padding-top: 2px;&quot; valign=&quot;top&quot;&gt;&lt;span class=&quot;reactions-label&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/td&gt;
&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://balikpapanunderground.blogspot.com/feeds/1574693917624073390/comments/default' title='Posting Komentar'/><link rel='replies' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/cisco-packet-tracer-powerful-network.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1574693917624073390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/1574693917624073390'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/cisco-packet-tracer-powerful-network.html' title=' Cisco Packet Tracer - Powerful network simulation program'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4ODJCldQCAazdXXzB5dL-rky6W0XVnMNrcp6s-z6vYPL2Yx7WAjrlrBbVrefUUgp-K7NjDJQrUECOvYm_I9Skrrv_3QgxXDDHwQSjoSve3mDzOpk2KvBXwnHHN7TFN_q6y3LkCr_8X98/s72-c/packet-tracer_splash.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-7962215994612005287</id><published>2013-02-11T07:18:00.002-08:00</published><updated>2013-02-11T07:18:24.030-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Damn Vulnerable Web App (DVWA)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: x-small;&quot;&gt;&lt;b&gt;Damn Vulnerable Web App (DVWA)&lt;/b&gt;&amp;nbsp;is
 a PHP/MySQL web application that is damn vulnerable. Its main goals are
 to be an aid for security professionals to test their skills and tools 
in a legal environment, help web developers better understand the 
processes of securing web applications and aid teachers/students to 
teach/learn web application security in a class room environment.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Damn 
Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn 
vulnerable. Its main goals are to be light weight, easy to use and full 
of vulnerabilities to exploit. Used to learn or teach the art of web 
application security.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;&lt;b&gt;&lt;u&gt;New updated version is available with new features&amp;nbsp;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;The vulnerability help page has been improved.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;We now display the logged on username along with the vulnerability level and php-ids status.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;Blind SQL injection has been implemented.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;We now have official documentation.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;You can now compare all vulnerable source code in one page with the ‘view all’ button.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;The whole theme has been redesigned, including a new great looking logo.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;Many bug fixes and small changes throughout the application.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;a href=&quot;http://www.dvwa.co.uk/&quot;&gt;Damn Vulnerable Web App Web Site&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: #fefffe; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 15px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Download -&lt;br /&gt; DVWA is available either as a package that will run on your own web server or as a Live CD&lt;br /&gt;DVWA v1.0.7 (latest) - (1.3MB) &lt;a href=&quot;https://sourceforge.net/projects/dvwa/files/DVWA-1.0.7.zip/download&quot;&gt;Download&lt;/a&gt;&lt;br /&gt;DVWA v1.0.7 LiveCD - (480MB) &lt;a href=&quot;http://www.dvwa.co.uk/DVWA-1.0.7.iso&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;line-height: 20px; padding: 0px 0px 21px;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;The documentation for DVWA can be downloaded by&amp;nbsp;&lt;a href=&quot;https://dvwa.svn.sourceforge.net/svnroot/dvwa/docs/DVWA_v1.3.pdf&quot; rel=&quot;nofollow&quot; style=&quot;background-image: url(http://www.randomstorm.com/images/bullet02.gif); background-position: 100% 6px; background-repeat: no-repeat no-repeat; font-weight: bold; padding: 0px 10px 0px 0px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;following this link&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: #fefffe; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 15px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;DVWA is available either as a package that will run on your own web server or as a Live CD&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;For Installation of DVWA , We need to Install Web Server like XAMPP.&lt;br /&gt;Procedure for installing XAMPP Web server is mentioned in my previous post &lt;br /&gt;&lt;a href=&quot;http://santoshdudhade.blogspot.in/2012/01/how-to-make-your-own-webserver-host.html&quot;&gt;How to make your own Webserver- Host Webpages on your own computer&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;After Installation of XAMPP server.Copy DVWA Directory to xamp installation folder.&lt;br /&gt;&lt;br /&gt;E.g. C:\xampp\htdocs or E:\ xampp\htdocs &lt;br /&gt;&amp;amp; then start xampp services.&lt;br /&gt;Then browse the dvwa site&lt;br /&gt; by http:\\localhost\dvwa or http:\\127.0.0.1\dvwa&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQzGliAavN1doF-cwLe4EbIaYEtNpFWWzpSR9JqsKcOv9t_VesmUaMysbjsy_JHyh1AfjCNzpYqFHL_9pABr4hOo9yC3K32u8v0JiRF_hW7fuHm0zZqtnt2UjFE7x-FBfcg5kLolPgOU0/s1600/dwva.PNG&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQzGliAavN1doF-cwLe4EbIaYEtNpFWWzpSR9JqsKcOv9t_VesmUaMysbjsy_JHyh1AfjCNzpYqFHL_9pABr4hOo9yC3K32u8v0JiRF_hW7fuHm0zZqtnt2UjFE7x-FBfcg5kLolPgOU0/s1600/dwva.PNG&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Default user id - admin &lt;br /&gt;Password - password &lt;br /&gt;&amp;amp; your DVWA application is ready for Testing&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 18px;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVEG0H6LXS4of2S6S2OQmMR5wEr8m-mxDvQo3v1-n9Y5F6TgKypfcPIC0Egq4FI1rcyuqjGjISThNeQZOIlVAMcQ8rMtxAxrEN8kTxrDu65gtIytoWL4CvjkZmSC3hZwlDPQcL7kuBf9A/s1600/dvwa+testing.PNG&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVEG0H6LXS4of2S6S2OQmMR5wEr8m-mxDvQo3v1-n9Y5F6TgKypfcPIC0Egq4FI1rcyuqjGjISThNeQZOIlVAMcQ8rMtxAxrEN8kTxrDu65gtIytoWL4CvjkZmSC3hZwlDPQcL7kuBf9A/s1600/dvwa+testing.PNG&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;For More Information &amp;amp; vidoes on DVWA &lt;br /&gt;&lt;a href=&quot;http://www.dvwa.co.uk/&quot;&gt;http://www.dvwa.co.uk/&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.tutorgig.info/v/DVWA&quot;&gt;Tutorgig.info&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.perspectiverisk.com/blog/category/application-security/&quot;&gt;www.perspectiverisk.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7962215994612005287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7962215994612005287'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/damn-vulnerable-web-app-dvwa.html' title=' Damn Vulnerable Web App (DVWA)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQzGliAavN1doF-cwLe4EbIaYEtNpFWWzpSR9JqsKcOv9t_VesmUaMysbjsy_JHyh1AfjCNzpYqFHL_9pABr4hOo9yC3K32u8v0JiRF_hW7fuHm0zZqtnt2UjFE7x-FBfcg5kLolPgOU0/s72-c/dwva.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-7997595101804589904</id><published>2013-02-11T07:16:00.003-08:00</published><updated>2013-02-11T07:16:43.702-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'>Microsoft Baseline Security Analyzer (MBSA) 2.0</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;Microsoft Baseline Security Analyzer (MBSA) 2.0 &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdPSlP30DVy-ROxvKMt5D2Dy-q-58tErVLJawm-F3JCdzXUjadKEKFrJeaiW4iPPQtw9OgSIKWhjmJ_SGBlHjO0xKGYwBbqr1ZFFeNmut0IsTdh1gOS5lPvN6QvlwgVXcUsULz2ackj1U/s1600/MBSA1.jpg&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdPSlP30DVy-ROxvKMt5D2Dy-q-58tErVLJawm-F3JCdzXUjadKEKFrJeaiW4iPPQtw9OgSIKWhjmJ_SGBlHjO0xKGYwBbqr1ZFFeNmut0IsTdh1gOS5lPvN6QvlwgVXcUsULz2ackj1U/s400/MBSA1.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;is
 an easy-to-use tool that helps small and medium businesses determine 
their security state in accordance with Microsoft security 
recommendations and offers specific remediation guidance. Improve your 
security management process by using MBSA to detect common security 
misconfiguration and missing security updates on your computer systems.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;Built
 on the Windows Update Agent and Microsoft Update infrastructure, MBSA 
ensures consistency with other Microsoft management products including 
Microsoft Update (MU), Windows Server Update Services (WSUS), Systems 
Management Server (SMS) and Microsoft Operations Manager (MOM).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=7558&quot; style=&quot;font-size: x-large;&quot;&gt; Download MBSA&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Source&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://technet.microsoft.com/en-us/security/cc184923&quot;&gt;Microsoft Technet MBSA&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For More Info&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Baseline_Security_Analyzer&quot;&gt;Wikipedia&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7997595101804589904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/7997595101804589904'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/microsoft-baseline-security-analyzer.html' title='Microsoft Baseline Security Analyzer (MBSA) 2.0'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdPSlP30DVy-ROxvKMt5D2Dy-q-58tErVLJawm-F3JCdzXUjadKEKFrJeaiW4iPPQtw9OgSIKWhjmJ_SGBlHjO0xKGYwBbqr1ZFFeNmut0IsTdh1gOS5lPvN6QvlwgVXcUsULz2ackj1U/s72-c/MBSA1.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-2346407565978751889</id><published>2013-02-11T07:15:00.001-08:00</published><updated>2013-02-11T07:15:20.982-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Nessus</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnkwWpelcfRJANEUzWBx5RE6G05LHeuv0wvDp53_ueVToQNp1ap5CSI1c3u3JmZUHh3lOSjPTh-GK7T3K2aQIso6nn7gFO8MVhMg3NxRzPM8F8JU_I1hYZIg5VZw6v4CVPm_wY1SBUQjQ/s1600/nessus.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;307&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnkwWpelcfRJANEUzWBx5RE6G05LHeuv0wvDp53_ueVToQNp1ap5CSI1c3u3JmZUHh3lOSjPTh-GK7T3K2aQIso6nn7gFO8MVhMg3NxRzPM8F8JU_I1hYZIg5VZw6v4CVPm_wY1SBUQjQ/s320/nessus.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h1 class=&quot;title&quot; id=&quot;page-title&quot; style=&quot;background-color: transparent; border-width: 0px; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-weight: bold; line-height: 28px; margin: 5px 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;





&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;
&lt;h1 class=&quot;title&quot; id=&quot;page-title&quot; style=&quot;background-color: transparent; border-width: 0px; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-weight: bold; line-height: 28px; margin: 5px 0px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;


&lt;span style=&quot;font-size: medium;&quot;&gt;Introduction to Nessus&lt;/span&gt;&lt;/h1&gt;
&lt;div class=&quot;region region-content&quot; style=&quot;background-color: transparent; border-width: 0px; font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;block block-system block-first block-last block-1 block-odd clearfix&quot; id=&quot;block-system-main&quot; style=&quot;background-color: transparent; border-width: 0px; clear: both; display: block; margin: 0px 0px 10px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;block-content content&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;node node-article node-promoted node-page node-article-page clearfix&quot; id=&quot;node-11716&quot; style=&quot;background-color: transparent; border-width: 0px; clear: both; display: block; margin: 0px 0px 20px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;node-content content&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-items&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-item even&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;Nessus is a great tool designed to 
automate the testing and discovery of known security problems. Typically
 someone, a hacker group, a security company, or a researcher discovers a
 specific way to violate the security of a software product. The 
discovery may be accidental or through directed research; the 
vulnerability, in various levels of detail, is then released to the 
security community. Nessus is designed to help identify and solve these 
known problems, before a hacker takes advantage of them. Nessus is a 
great tool with lots of capabilities. However it is fairly complex and 
few articles exist to direct the new user through the intricacies of how
 to install and use it. Thus, this article shall endeavor to cover the 
basics of Nessus setup and configuration. The features of the current 
versions of Nessus (Nessus 2.0.8a and NessusWX 1.4.4) will be discussed.
 Future articles will cover Nessus in more depth.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;Nessus is a public domain program 
released under the GPL. Historically, many in the corporate world have 
ridiculed such public domain software as being a waste of time, instead 
choosing &quot;supported&quot; products developed by established companies. 
Typically these packages cost hundreds or thousands of dollars, and are 
often purchased using the logic that you get what you pay for. Some 
people are starting to realize that public domain software, such as 
Nessus, isn&#39;t always inferior and sometimes it is actually superior. 
Paid technical support for Nessus is even available from&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.tenablesecurity.com/&quot; style=&quot;background-color: transparent; border-width: 0px; color: #eb1c23; font-weight: bold; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;&quot;&gt;www.tenablesecurity.com&lt;/a&gt;. Nessus also has a great community of developers anchored by the &lt;b&gt;primary author, Renaud Deraison&lt;/b&gt;.
 When allowed to fairly compete in reviews against other vulnerability 
scanners, Nessus has equaled or out shined products costing thousands of
 dollars.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: #fcfcf7; color: #333333; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
One of the very powerful features of Nessus is its client server 
technology. Servers can be placed at various strategic points on a 
network allowing tests to be conducted from various points of view. A 
central client or multiple distributed clients can control all the 
servers. The server portion will run on most any flavor of Unix. It even
 runs on MAC OS X and IBM/AIX, but Linux tends to make the installation 
simpler. These features provide a great deal of flexibility for the 
penetration tester. Clients are available for both Windows and Unix. The
 Nessus server performs the actual testing while the client provides 
configuration and reporting functionality.&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;features&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Features of Nessus&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;border-width: 0px; font-size: 16px; list-style-type: disc; margin: 0px 0px 12px; padding: 0px;&quot;&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Up-to-date security vulnerability database&lt;/b&gt;&lt;br /&gt;The
 Nessus security checks database is updated on a daily basis and can be 
retrieved with the command nessus-update-plugins. An RSS feed of all the
 newest security checks allows you to monitor which plugins are added 
and when.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Remote AND local security&lt;/b&gt;.&lt;br /&gt;Traditional
 network security scanners tend to focus on the services listening on 
the network - and only on these. Now that viruses and worms are 
propagating thanks to flaws in mail clients or web browsers, this 
conception of security is getting outdated.&lt;br /&gt;Nessus 2.1 is the only 
security scanner that has the ability to detect the remote flaws of the 
hosts on your network, but their local flaws and missing patches as well
 - whether they are running Windows, Mac OS X or a Unix-like system.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Scalable&lt;/b&gt;&lt;br /&gt;Nessus
 has been built so that it can easily scale down to a single CPU 
computer with low memory to a quad-CPUs monster with gigabytes of RAM. 
The more power you give to Nessus, the quicker it will scan your 
network.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Plug-ins&lt;/b&gt;&lt;br /&gt;Each
 security test is written as an external plugin, written in NASL. This 
means that updating Nessus does not involve downloading untrusted 
binaries from the internet. Each NASL plugin can be read and modified, 
to better understand the results of a Nessus report.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;NASL&lt;/b&gt;&lt;br /&gt;The
 Nessus Security Scanner includes NASL, (Nessus Attack Scripting 
Language) a language designed to write security test easily and quickly.
 NASL plugins run in a contained environment on top of a virtual 
machine, thus making Nessus an extremely secure scanner.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Smart service recognition&lt;/b&gt;&lt;br /&gt;Nessus
 does not believe that the target hosts will respect the IANA assigned 
port numbers. This means that it will recognize a FTP server running on a
 non-standard port (ie: 31337), or a web server running on port 8080. 
Nessus is the first scanner on the market to have implemented this 
feature for all the security checks (and has been copied by many since 
then).&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Multiples services&lt;/b&gt;&lt;br /&gt;If
 a host runs the same service twice or more, Nessus will test all of 
them. Believe it or not, several scanners on the market still consider 
that a host can only run one server type at once.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Full SSL support&lt;/b&gt;&lt;br /&gt;Nessus
 has the ability to test SSLized services such as https, smtps, imaps, 
and more. You can even supply Nessus with a certificate so that it can 
integrates into a PKI-fied environement. Nessus was one of the first 
security scanner on the market to provide this feature.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Non-destructive OR thorough&lt;/b&gt;&lt;br /&gt;Nessus
 gives you the choice between performing a regular non-destructive 
security audit on a routinely basis, or to throw everything you can at a
 remote host to see how will it withstands attacks from intruders. Many 
scanners consider their users to be too inexperienced to make that kind 
of choice, and only offer them to perform &quot;safe&quot; checks.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;The biggest user base&lt;/b&gt;&lt;br /&gt;The
 most pessimistic computations, based on the number of downloads every 
day, give Nessus at least 50,000 users worldwide, but there might be 
even more - after all, Nessus is downloaded over 2,000 times every day&lt;br /&gt;Our
 huge user base allows us to get the best feedback regarding security 
checks - and therefore to offer security checks which are reliable, non 
destructive and not prone to false positives.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; list-style-type: square; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Proven maturity&lt;/b&gt;&lt;br /&gt;The first public release of Nessus was in&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.lwn.net/lwn/1998/0409/nessus.html&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;1998&lt;/a&gt;. The technology behind it has been extensively tested and proven over time, on huge networks.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;process&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Overview of the Nessus Assessment Process&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;While running Nessus you are doing a vulnerability assessment (or audit). This assessment involves three distinct phases.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Scanning&lt;/b&gt;&lt;br /&gt;
In this phase, Nessus probes a range of addresses on a network to 
determine which hosts are alive. One type of probing sends ICMP echo 
requests to find active hosts, but does not discount hosts that do not 
respond - they might be behind a firewall. Port-scanning can determine 
which hosts are alive and what ports they have open. This creates a 
target set of hosts for use in the next step.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Enumeration&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
In this phase, Nessus probes network services on each host to obtain 
banners that contain software and OS version information. Depending on 
what is being enumerated, username and password brute-forcing can also 
take place here.&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;b style=&quot;border-width: 0px; font-size: 16px; font-weight: bold; margin: 0px; padding: 0px;&quot;&gt;Vulnerability Detection&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
Nessus probes remote services according a list of known vulnerabilities 
such as input validation, buffer-overflows, improper configuration, and 
many more.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Nessus Server Installation&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
One feature of Nessus is its client server technology. Servers can be 
placed at various points in a network allowing tests to be conducted 
from various points of view. A central client or multiple distributed 
clients can control all the servers. The server portion will run on most
 any flavor of Unix. The Nessus server performs the actual testing while
 the client provides configuration and reporting functionality.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
Nessus offers a easy automated installation:&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;i style=&quot;border-width: 0px; font-size: 16px; margin: 0px; padding: 0px;&quot;&gt;lynx -source http://install.nessus.org | sh&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
The above command should also be used periodically to upgrade Nessus as 
new versions are regularly released. You will be questioned about proxy 
servers, a download method (www or CVS), and the branch of the 
development tree to use; most of the time the defaults are the best 
choice. This is the simplest method of installation however; you are 
effectively giving the install.nessus.org server temporary root 
privileges.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
For informaiton on how to install Nessus from scratch visit:&lt;br /&gt;
&lt;a href=&quot;http://www.nessus.org/nessus_2_0.html&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;http://www.nessus.org/nessus_2_0.html&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Configuring Nessus&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
Once the server is installed, some basic configuration is required. First, if the server isn&#39;t started type&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;nessusd -D&lt;/i&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;Then, you need to add a user. A new user can be added by the&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;nessus-adduser&lt;/i&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;command.
 The script will question you for the authentication method. 
Authentication can be performed by several means, however a password is 
the simplest. The next question queries about rules to restrict the user
 account. When used across an enterprise, a user can be restricted and 
only allowed to scan specified IP addresses. However, for most uses this
 will be left blank, allowing the user to scan anything. A certificate 
also needs to be generated as well to be used to encrypt the traffic 
between the client and server. The&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;nessus-mkcert&lt;/i&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;command accomplishes this.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;plugins&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Updatting Nessus Plug-Ins&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
Plug-in updates should be done frequently. New vulnerabilities are being
 discovered and disseminated all the time. Typically after a new 
vulnerability is released to the public, someone in the Nessus community
 writes a NASL plug-in, releases it to the public and submits it to 
www.nessus.org. It is then reviewed by the developers and added to the 
approved plug-in list. For high risk, high profile vulnerabilities a 
plug-in is often released the same day the vulnerability information is 
publicly released. Updating plug-ins from the maintained list is fairly 
simple involving a simple command:&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;nessus-update-plugins&lt;/i&gt;. This command must be done as root.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;client&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Using the Nessus Client&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
There are three primary Nessus clients. This tutorial will cover using 
the native Unix GUI version, which is installed at server install time. 
In the native client, enter the server IP, username and password 
(created with the&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;nessus-adduser&lt;/i&gt;command) and hit login.&lt;/div&gt;
&lt;div style=&quot;border-width: 0px; cursor: text; font-size: 16px; line-height: 1.5em; margin: 0px 0px 1em; padding: 0px;&quot;&gt;
If you have trouble logging in the try the following steps:&lt;/div&gt;
&lt;ol style=&quot;border-width: 0px; font-size: 16px; list-style-type: decimal; margin: 0px 0px 12px; padding: 0px;&quot;&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;Ensure the server daemon is running. Type: ps -A | grep &quot;nessusd&quot;&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;If
 &quot;nessusd&quot; does not exist, start the nessus daemon with the command: 
nessusd -D (assuming that &quot;nessusd&quot; is in your PATH and you have enough 
priviliges to start &quot;nessusd&quot;.)&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;If
 &quot;nessusd&quot; does exist, verify the port number in use. The comand netstat
 -na may be usefull in this. The traditional port is 3001. The IANA 
assigned port is 1241.&lt;/li&gt;
&lt;li style=&quot;border-width: 0px; display: list-item; font-size: 16px; margin: 0px 0px 0px 30px; padding: 0px;&quot;&gt;Make sure that versions of the client and the server are in sync. Running a v1.0.x client against a v1.1.x server will not work&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;scan&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Starting a Nessus Scan&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;After
 you connect the Nessus client to the server then you should take a look
 at the different plugins available in the Plugins tab. Use the Filter 
button to search for specific plugin scripts. For example, it is 
possible to search for vulnerability checks that have a certain word in 
their description or by the CVE name of a specific vulnerability. It is 
up to the author of each specific vulnerability check to make sure he 
provides all appropriate information and places his script under the 
proper category. As you will note by looking at the descriptions of some
 of the vulnerability checks, some authors do not do a good job of 
filling in this information, so be careful. There are also buttons to 
&quot;Enable all plug-ins&quot; or just &quot;Enable all but dangerous plug-ins&quot;. Note 
that the author of the plug-in decides if it is dangerous or not. Most 
of the time, this has been very well chosen. However there are instances
 where the plug-in causes a DOS but it is not listed as dangerous. The 
native client denotes dangerous plug-ins with a caution triangle.&lt;br /&gt;
&lt;br /&gt;
When starting a new scan session there are several optional areas to 
become familiar with (depending on your needs.) The wise decision is to 
go with the default options and test on non-production devices.&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;reports&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Generating Reports&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;When
 Nessus finishes its scan, it will present you with a report. You can 
save it in a variety of formats: HTML (with or without graphics), XML, 
LaTeX, ASCII, and NBE (Nessus BackEnd). The items with a light bulb next
 to them are mere notes or tips that provide information about a service
 or suggest best practices to help you better secure your hosts. The 
items with an exclamation next to them are findings that suggest a 
security warning when a mild flaw is detected. Items that have the 
no-entry symbol next to them suggest a severe security hole. In case you
 are wondering, the authors of the individual scripts used by the Nessus
 plugins decide how to categorize the findings.&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.blogger.com/blogger.g?blogID=3258331267844655312&quot; name=&quot;conclusion&quot; style=&quot;-webkit-transition-delay: initial; -webkit-transition-duration: 0.4s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #1978d9; font-size: 16px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;border-width: 0px; font-size: x-small; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;Conclusion&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;To
 see how a particular vulnerability scan works, take a look at its 
corresponding .nasl script file located in 
/usr/local/lib/nessus/plugins. This can assist you in determining 
whether or not a finding is actualy a false positive. As mentioned 
previously, you should always test new scanning preferences on a 
non-production devices. The author of this tutorial has crashed several 
production servers by not following this advice (even with safe checks 
enabled, and no dangerous plugins enabled).&lt;span style=&quot;font-size: x-small;&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://static.tenable.com/documentation/nessus_5.0_user_guide.pdf?__utma=116221209.1025871415.1334745233.1334745233.1334745233.1&amp;amp;__utmb=116221209.2.10.1334745233&amp;amp;__utmc=116221209&amp;amp;__utmx=-&amp;amp;__utmz=116221209.1334745233.1.1.utmcsr=google%7Cutmccn=%28organic%29%7Cutmcmd=organic%7Cutmctr=nessus&amp;amp;__utmv=-&amp;amp;__utmk=194316653&quot; target=&quot;_blank&quot;&gt;Nessus user guide&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://static.tenable.com/documentation/nessus_5.0_installation_guide.pdf?__utma=116221209.1025871415.1334745233.1334745233.1334745233.1&amp;amp;__utmb=116221209.2.10.1334745233&amp;amp;__utmc=116221209&amp;amp;__utmx=-&amp;amp;__utmz=116221209.1334745233.1.1.utmcsr=google%7Cutmccn=%28organic%29%7Cutmcmd=organic%7Cutmctr=nessus&amp;amp;__utmv=-&amp;amp;__utmk=194316653&quot; target=&quot;_blank&quot;&gt;Installation and Configuration Guide &lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.nessus.org/products/nessus/documentation&quot; target=&quot;_blank&quot;&gt;Product Documentation&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;For More Information&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: transparent; border-width: 0px; margin: 0px 0px 15px; outline-width: 0px; padding: 0px; text-align: justify; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.symantec.com/connect/articles/introduction-nessus&quot; target=&quot;_blank&quot;&gt;Symantec article on Introduction Nessus&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.pauldotcom.com/Nessus.pdf&quot; target=&quot;_blank&quot;&gt;pauldotcom.com/Nessus.pdf&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;https://www.owasp.org/images/4/4f/Web_Application_Vul_Testing_with_Nessus_2012.02.01.pdf&quot; target=&quot;_blank&quot;&gt;www.owasp.org&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-url field-type-link-field field-label-inline clearfix&quot; style=&quot;background-color: transparent; border-width: 0px; clear: both; display: block; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-label&quot; style=&quot;background-color: transparent; border-width: 0px; float: left; font-weight: bold; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;Source:&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;field-items&quot; style=&quot;background-color: transparent; border-width: 0px; float: left; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div class=&quot;field-item even&quot; style=&quot;background-color: transparent; border-width: 0px; margin: 0px; outline-width: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;div style=&quot;color: blue;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.securityfocus.com/infocus/1741&quot; rel=&quot;nofollow&quot; style=&quot;background-color: transparent; border-width: 0px; font-weight: bold; margin: 0px; outline-width: 0px; padding: 0px; text-decoration: none; vertical-align: baseline;&quot; target=&quot;_blank&quot;&gt;Security Focus&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.packetsource.com/article/nessus/40068/introduction-to-nessus-tutorial&quot; target=&quot;_blank&quot;&gt;Packetsource nessus article&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2346407565978751889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/2346407565978751889'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/nessus.html' title=' Nessus'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnkwWpelcfRJANEUzWBx5RE6G05LHeuv0wvDp53_ueVToQNp1ap5CSI1c3u3JmZUHh3lOSjPTh-GK7T3K2aQIso6nn7gFO8MVhMg3NxRzPM8F8JU_I1hYZIg5VZw6v4CVPm_wY1SBUQjQ/s72-c/nessus.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-8907089883979726682</id><published>2013-02-11T07:13:00.002-08:00</published><updated>2013-02-11T07:13:56.387-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> NMAP</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSnG0gUyxMKyip8J-7Af3-x4TPhrMrN6WwVkNwj34a52IHVezRBdyYID793MvZH_svBAUipbq-vlh_5FBk3tiAhFQ3jCBzRi3xB5GZ8ji83B2eqW5YytqLlXD1kC9bEt9XPLTE8csUujM/s1600/nmap-401-demoscan-798x774.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;387&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSnG0gUyxMKyip8J-7Af3-x4TPhrMrN6WwVkNwj34a52IHVezRBdyYID793MvZH_svBAUipbq-vlh_5FBk3tiAhFQ3jCBzRi3xB5GZ8ji83B2eqW5YytqLlXD1kC9bEt9XPLTE8csUujM/s400/nmap-401-demoscan-798x774.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Nmap (&quot;Network Mapper&quot;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;is a free and open source (&lt;a href=&quot;http://nmap.org/data/COPYING&quot;&gt;license&lt;/a&gt;)
 utility for network exploration or security auditing. Many systems and 
network administrators also find it useful for tasks such as network 
inventory, managing service upgrade schedules, and monitoring host or 
service uptime. Nmap uses raw IP packets in novel ways to determine what
 hosts are available on the network, what services (application name and
 version) those hosts are offering, what operating systems (and OS 
versions) they are running, what type of packet filters/firewalls are in
 use, and dozens of other characteristics. It was designed to rapidly 
scan large networks, but works fine against single hosts. Nmap runs on 
all major computer operating systems, and official binary packages are 
available for Linux, Windows, and Mac OS X. In addition to the classic 
command-line Nmap executable, the Nmap suite includes an advanced GUI 
and results viewer (&lt;a href=&quot;http://nmap.org/zenmap/&quot;&gt;Zenmap&lt;/a&gt;), a flexible data transfer, redirection, and debugging tool (&lt;a href=&quot;http://nmap.org/ncat/&quot;&gt;Ncat&lt;/a&gt;), a utility for comparing scan results (&lt;a href=&quot;http://nmap.org/ndiff/&quot;&gt;Ndiff&lt;/a&gt;), and a packet generation and response analysis tool (&lt;a href=&quot;http://nmap.org/nping/&quot;&gt;Nping&lt;/a&gt;).&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Nmap is ... &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Flexible:
 Supports dozens of advanced techniques for mapping out networks filled 
with IP filters, firewalls, routers, and other obstacles. This includes 
many &lt;a href=&quot;http://nmap.org/nmap/nmap_doc.html&quot;&gt;port scanning&lt;/a&gt; mechanisms (both TCP &amp;amp; UDP), &lt;a href=&quot;http://nmap.org/book/osdetect.html&quot;&gt;OS detection&lt;/a&gt;, &lt;a href=&quot;http://nmap.org/book/vscan.html&quot;&gt;version detection&lt;/a&gt;, ping sweeps, and more. See the &lt;a href=&quot;http://nmap.org/nmap_documentation.html&quot;&gt;documentation page&lt;/a&gt;. &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Powerful: Nmap has been used to scan huge networks of literally hundreds of thousands of machines. &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Portable:
 Most operating systems are supported, including Linux, Microsoft 
Windows, FreeBSD, OpenBSD, Solaris, IRIX, Mac OS X, HP-UX, NetBSD, Sun 
OS, Amiga, and more. &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Easy: While Nmap offers a rich set of advanced 
features for power users, you can start out as simply as &quot;nmap -v -A 
targethost&quot;. Both traditional command line and graphical (GUI) versions 
are available to suit your preference. Binaries are available for those 
who do not wish to compile Nmap from source. &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Free: The primary goals
 of the Nmap Project is to help make the Internet a little more secure 
and to provide administrators/auditors/hackers with an advanced tool for
 exploring their networks. Nmap is available for &lt;a href=&quot;http://nmap.org/download.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;free download&lt;/a&gt;, and also comes with full source code that you may modify and redistribute under the terms of the &lt;a href=&quot;http://nmap.org/data/COPYING&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;license&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;br /&gt;Well
 Documented: Significant effort has been put into comprehensive and 
up-to-date man pages, whitepapers, tutorials, and even a whole book! 
Find them in multiple languages &lt;a href=&quot;http://nmap.org/docs.html&quot;&gt;here&lt;/a&gt;. &lt;br /&gt;Supported:
 While Nmap comes with no warranty, it is well supported by a vibrant 
community of developers and users. Most of this interaction occurs on 
the &lt;a href=&quot;http://nmap.org/#lists&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Nmap mailing lists&lt;/a&gt;. Most bug reports and questions should be sent to the &lt;a href=&quot;http://seclists.org/nmap-dev&quot;&gt;nmap-dev list&lt;/a&gt;, but only after you read the &lt;a href=&quot;http://nmap.org/book/man-bugs.html&quot;&gt;guidelines&lt;/a&gt;. We recommend that all users subscribe to the low-traffic &lt;a href=&quot;http://seclists.org/nmap-hackers&quot;&gt;nmap-hackers&lt;/a&gt; announcement list. You can also find Nmap on &lt;a href=&quot;http://nmap.org/fb&quot;&gt;Facebook&lt;/a&gt; and &lt;a href=&quot;http://twitter.com/nmap&quot;&gt;Twitter&lt;/a&gt;. For real-time chat, join the #nmap channel on &lt;a href=&quot;http://freenode.net/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Freenode&lt;/a&gt; or &lt;a href=&quot;http://www.efnet.org/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;EFNet&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;br /&gt;Acclaimed:
 Nmap has won numerous awards, including &quot;Information Security Product 
of the Year&quot; by Linux Journal, Info World and Codetalker Digest. It has 
been featured in hundreds of magazine articles, several movies, dozens 
of books, and one comic book series. Visit the &lt;a href=&quot;http://nmap.org/nmap_inthenews.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;press page&lt;/a&gt; for further details. &lt;br /&gt;Popular:
 Thousands of people download Nmap every day, and it is included with 
many operating systems (Redhat Linux, Debian Linux, Gentoo, FreeBSD, 
OpenBSD, etc). It is among the top ten (out of 30,000) programs at the 
Freshmeat.Net repository. This is important because it lends Nmap its 
vibrant development and user support communities.  &lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Basic commands working in Nmap&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;For target specifications: nmap &amp;lt;targets&#39; URL&#39;s or IP&#39;s with spaces between them (can also use CIDR notation)&amp;gt; 
 e.g. : scanme.nmap.org, gnu.org/24, 192.168.0.1; 10.0.0-255.1-254 (The command is nmap scanme.nmap.org 
 and similar)
&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;For OS detection: nmap -O &amp;lt;target-host&#39;s URL or IP&amp;gt;
&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;For Version detection: nmap -sV &amp;lt;target-host&#39;s URL or IP&amp;gt;
&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;For configuring response timings (-T0 to -T5 :increasing in aggressiveness): nmap -T0 -sV -O &amp;lt;target-host&#39;s URL or IP&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt; &lt;a href=&quot;http://nmap.org/download.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Nmap &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;Source &lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Trebuchet MS&#39;, sans-serif; font-size: medium;&quot;&gt;&lt;a href=&quot;http://nmap.org/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Nmap.org&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8907089883979726682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/8907089883979726682'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/nmap.html' title=' NMAP'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSnG0gUyxMKyip8J-7Af3-x4TPhrMrN6WwVkNwj34a52IHVezRBdyYID793MvZH_svBAUipbq-vlh_5FBk3tiAhFQ3jCBzRi3xB5GZ8ji83B2eqW5YytqLlXD1kC9bEt9XPLTE8csUujM/s72-c/nmap-401-demoscan-798x774.gif" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-3835918188583259502</id><published>2013-02-11T07:11:00.003-08:00</published><updated>2013-02-11T07:11:44.229-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Wikto - Nikto for Windows Download</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Wikto - Nikto for Windows with some extra features.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVH8YWDUTDDoiE0xLtXQS13TPmvvP4L8B6JIDCDbhm2lxhpUqSX2CyNXH-uqKWpiExdOFre7r8HVPRMv9bxqs90G8cwrbSsWtha8jcF-TDnuzUDzzh-y210iu46Yon8UMWjkoKpG0X-Zs/s400/Wikto.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVH8YWDUTDDoiE0xLtXQS13TPmvvP4L8B6JIDCDbhm2lxhpUqSX2CyNXH-uqKWpiExdOFre7r8HVPRMv9bxqs90G8cwrbSsWtha8jcF-TDnuzUDzzh-y210iu46Yon8UMWjkoKpG0X-Zs/s320/Wikto.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Author&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Roelof Temmingh&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Gareth Phillips &amp;lt; gareth(at)sensepost(dot)com &amp;gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ian de Villiers &amp;lt; ian(at)sensepost(dot)com &amp;gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
License, version &amp;amp; release date&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
License : GPLv3&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Version : 2.1.0.0&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Release Date : 2008/12/15&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Description&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Wikto is Nikto for Windows - but with a couple of fancy extra features including Fuzzy logic error code checking, a back-end miner, Google assisted directory mining and real time HTTP request/response monitoring. Wikto is coded in C# and requires the .NET framework.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Wikto to quickly and easily perform web server assessments.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Before we start we need to know what Wikto does and what it does not do. Wikto is not a web application scanner. It is totally unaware of the application (if any) that’s running on the web site.So – Wikto will not look for SQL injection problems, authorization problems etc. on a web site. It is also not a network level scanner – so it won’t try to find open ports, or see if the web site is properly firewalled. Wikto rather operates between these two levels – it tries to, for instance, find interesting directories and files on the web site, it looks for sample scripts that can be abused or finds known vulnerabilities in the web server implementation itself. Oh – and Wikto is not just Nikto for Windows. The Nikto scan is only of its many functions (and it does the Nikto scans totally different than Nikto does).&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Requirements&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
WinHTTrack (&lt;a href=&quot;http://www.httrack.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;www.httrack.com&lt;/a&gt;)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
HTTprint (&lt;a href=&quot;http://www.net-square.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;www.net-square.com&lt;/a&gt;)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
.Net Framework&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Additional Resources&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://www.sensepost.com/cms/resources/labs/tools/pentest/wikto/using_wikto.pdf&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.sensepost.com/cms/resources/labs/tools/pentest/wikto/using_wikto.pdf&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
More information with Installation &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://searchsecurity.techtarget.com/tip/Screencast-How-to-use-Wikto-for-Web-server-assessment&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://searchsecurity.techtarget.com/tip/Screencast-How-to-use-Wikto-for-Web-server-assessment&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3835918188583259502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/3835918188583259502'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/wikto-nikto-for-windows-download.html' title=' Wikto - Nikto for Windows Download'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVH8YWDUTDDoiE0xLtXQS13TPmvvP4L8B6JIDCDbhm2lxhpUqSX2CyNXH-uqKWpiExdOFre7r8HVPRMv9bxqs90G8cwrbSsWtha8jcF-TDnuzUDzzh-y210iu46Yon8UMWjkoKpG0X-Zs/s72-c/Wikto.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-6516712677771329902.post-4937853253622728508</id><published>2013-02-11T07:09:00.001-08:00</published><updated>2013-02-11T07:09:19.448-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Information Security Tools"/><category scheme="http://www.blogger.com/atom/ns#" term="Pentest"/><category scheme="http://www.blogger.com/atom/ns#" term="Security Tools"/><title type='text'> Websecurify</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Websecurify Security Testing Runtime&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsH_O91EHLDp5h0-5ndPj-sChEfDWl2THEGZBjLcZYNoMgXgy4DkJ3i0R9S1Siym34W2UaWzz4U4FUUsLtLdOLJM_pvtwVteM5QwoR4zwKh7NZetoctTziPBzwgSoE-Sf4f05HWnKBSY0/s400/websecurify.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;197&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsH_O91EHLDp5h0-5ndPj-sChEfDWl2THEGZBjLcZYNoMgXgy4DkJ3i0R9S1Siym34W2UaWzz4U4FUUsLtLdOLJM_pvtwVteM5QwoR4zwKh7NZetoctTziPBzwgSoE-Sf4f05HWnKBSY0/s320/websecurify.gif&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Websecurify is a powerful web application security testing platform designed from the ground up to provide the best combination of automatic and manual vulnerability testing technologies.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Some of the main features of Websecurify include:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Available for all major operating systems (Windows, Mac OS, and Linux) including mobile devices (iPhone, Android)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Simple to use user interface&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Built-in internationalization support&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Easily extensible with the help of add-ons and plug-ins&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Modular and reusable design based on the Weaponry Framework&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Powerful manual testing tools and helper facilities&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Powerful analytical and scanning technology&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Most handy part is that it can be used as a firefox or chrome plugin. Thus can be run within your browser. &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
I use it sometimes for fast checking without having to change my screen to another program&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The built-in vulnerability scanner and analyzation engine is capable of automatically detecting many types of web application vulnerabilities as you proceed with the penetration test.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The list of automatically detected vulnerabilities include:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         SQL Injection&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Local and Remote File Include&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Cross-site Scripting&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Cross-site Request Forgery&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Information Disclosure Problems&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Session Security Problems &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
The latest release includes the following key improvements&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Users interface improvements&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Faster, more stable testing platform&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Improved extension development API&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Less false-positives&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Significant testing performance gains&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         Improved fuzzing strategies&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
·         User interface features for ignoring unwanted web resources.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Visit Websecurify Website - &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;&lt;b&gt;http://www.websecurify.com/&lt;/b&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
More Details about features &lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;u&gt;http://www.websecurify.com/features&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Automated testing with Websecurify -&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
http://code.google.com/p/websecurify/wiki/AutomatedTesting&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Download -&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;a href=&quot;http://code.google.com/p/websecurify/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://code.google.com/p/websecurify/&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
More Info -&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
http://code.google.com/p/websecurify/w/list&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
http://www.ehacking.net/2011/03/websecurify-website-security-testing.html&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4937853253622728508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6516712677771329902/posts/default/4937853253622728508'/><link rel='alternate' type='text/html' href='http://balikpapanunderground.blogspot.com/2013/02/websecurify.html' title=' Websecurify'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/04830141877081692396</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsH_O91EHLDp5h0-5ndPj-sChEfDWl2THEGZBjLcZYNoMgXgy4DkJ3i0R9S1Siym34W2UaWzz4U4FUUsLtLdOLJM_pvtwVteM5QwoR4zwKh7NZetoctTziPBzwgSoE-Sf4f05HWnKBSY0/s72-c/websecurify.gif" height="72" width="72"/></entry></feed>