
Source: http://www.backtrack-linux.org/xoom/photo.jpg
Public about IT. security news and technical.

Source: http://www.backtrack-linux.org/xoom/photo.jpg



Source: http://www.vulnerabilitydatabase.com/2011/04/exclusive-say-hello-to-loggy-the-log-management-in-the-clou/
#!/bin/bash buff= " 220 ProFTPD 1.3.3c Server (ProFTPD) \ r \ n " while [1]; do I throw $buff | netcat - v - l - p 21 >> /var/log/honeylog.log 2>> /var/log/honeylog.log it donates
If you want to download, Please go to the Source.
Source: http://sourceforge.net/projects/exploitresolver/
# ls -l /data/data/com.skype.merlin_mecha/files/jcaseap
-rw-rw-rw- app_152 app_152 331776 2011-04-13 00:08 main.db
-rw-rw-rw- app_152 app_152 119528 2011-04-13 00:08 main.db-journal
-rw-rw-rw- app_152 app_152 40960 2011-04-11 14:05 keyval.db
-rw-rw-rw- app_152 app_152 3522 2011-04-12 23:39 config.xml
drwxrwxrwx app_152 app_152 2011-04-11 14:05 voicemail
-rw-rw-rw- app_152 app_152 0 2011-04-11 14:05 config.lck
-rw-rw-rw- app_152 app_152 61440 2011-04-13 00:08 bistats.db
drwxrwxrwx app_152 app_152 2011-04-12 21:49 chatsync
-rw-rw-rw- app_152 app_152 12824 2011-04-11 14:05 keyval.db-journal
-rw-rw-rw- app_152 app_152 33344 2011-04-13 00:08 bistats.db-journal
# ls -l /data/data/com.skype.merlin_mecha/files/shared.xml
-rw-rw-rw- app_152 app_152 56136 2011-04-13 00:07 shared.xml
# grep Default /data/data/com.skype.merlin_mecha/files/shared.xml
<Default>jcaseap</Default>
If you want to download Proof-Of-Concept App, Please go to the Source.
Source: http://www.androidpolice.com/2011/04/14/exclusive-vulnerability-in-skype-for-android-is-exposing-your-name-phone-number-chat-logs-and-a-lot-more/
host -t txt codepope.twitter.any.io
will retrieve the most recent status tweet from the user codepope. The trick is simple. The answer to the DNS query is returned as a text snippet embedded in the TXT record. The name server for twitter.any.io takes the requested host name and parses it as the user "codepope"; it then retrieves that user's last tweet and sends it back as a DNS response. To query identi.ca users just ask the authoritative server for identica.any.io for say "codepope.identica.any.io". You can perform a similar trick with Wikipedia over DNS from Windows:
nslookup -type=txt cheese.wp.dg.cx
The useful part is that many fee-based Wi-Fi networks will allow DNS queries to pass through even though the network may be closed to other traffic.
Source: http://www.h-online.com/security/news/item/DNS-hacks-with-added-value-1227656.html
if you want to see all detail and download the slide of workshop, Please go to the Source.
$ host -t txt foo.wp.dg.cx
foo.wp.dg.cx descriptive text "Foo may refer to: Foo, bar, and baz: metasyntactic variables, \"Fool\", as a nonstandard spelling to indicate a nonstandard pronunciation, Foo Fighters, a post-grunge group formed by Dave Grohl, Foo fighters, a World War II term for various UFOs or mysterio\" \"us aerial phenomena seen in the skies over Europe and the Pacific theatre, Foo, also a known surname or last name of a... http://a.vu/w:Foo" use Net::DNS;
my $res = Net::DNS::Resolver->new;
sub wikipedia {
my($name) = @_;
my $q = $res->query("$name.wp.dg.cx", "TXT");
if($q) {
for my $rr($q->answer) {
next unless $rr->type eq "TXT";
return join "", $rr->char_str_list;
}
}
}
print wikipedia($ARGV[0]);
Unicode should be supported, all DNS queries are expected to be in UTF-8 (this assumes your resolver is happy with 8 bit characters, some aren't---I might support IDN one day). See the example below (the perl is just there to unescape the escaping dig does). The result is returned in UTF-8, which everything can handle. For example:$ dig +short txt '新疆.wp.dg.cx' | perl -pe's/\\(\d{1,3})/chr $1/eg'
"Xinjiang (Uyghur: , Shinjang\; \; Postal map spelling: Sinkiang) is an autonomous region (Xinjiang Uyghur Autonomous Region) of the People's Republic of China. It is a large, sparsely populated area (spanning over 1.6 million sq. km) which takes up about on" "e sixth of the country's territory. Xinjiang borders the Tibet Autonomous Region to the south and Qinghai and Gansu... http://a.vu/w:Xinjiang"Source: https://dgl.cx/wikipedia-dns
Source: http://www.hackingtricks.in/2011/03/download-with-resume-from-file-sharing.html#more
If you want to download this software, Please go to the Source
C:\Tools>RawCap.exe 192.168.0.23 dumpfile.pcapYou can also start RawCap without any arguments, which will leave you with an interactive dialog where you can select NIC and filename:
C:\Tools>RawCap.exeFor Incident Responders
Network interfaces:
0. 192.168.0.23 Local Area Connection
1. 192.168.0.47 Wireless Network Connection
2. 90.130.211.54 3G UMTS Internet
3. 192.168.111.1 VMware Network Adapter VMnet1
4. 192.168.222.1 VMware Network Adapter VMnet2
5. 127.0.0.1 Loopback Pseudo-Interface
Select network interface to sniff [default '0']: 1
Output path or filename [default 'dumpfile.pcap']:
Sniffing IP : 192.168.0.47
File : dumpfile.pcap
Packets : 1337
Source: http://www.netresec.com/?page=Blog&month=2011-04&post=RawCap-sniffer-for-Windows-released
$ cat /proc/net/if_inet6
000000000000000000000000000000 01 01 80 10 80 lo
fe80000000000000020b6afffeef7e 8d 02 40 20 80 eth0
This means yes. Most modern distros should support IPv6 out of the box.
$ ping6 -c2 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.043 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.054 ms
--- ::1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.043/0.048/0.054/0.008 ms
::1 is shorthand for 0000:0000:0000:0000:0000:0000: 0000:0001. Any one unbroken sequence of consecutive zeros can be shortened to a pair of colons, and any quad of all zeroes can be condensed to a single zero, like 0.0.0.0.0.0.0.1.If you want to see this subject, Please go to the Source.
/etc/hosts. Let's say you have three PCs in your little link-local LAN: fatfreddy, phineas, and franklin. You can use these fine hostnames over IPv6 as easy as pie. You'll make identical entries in the /etc/hosts file of each PC, like this:
fe80::20b:6aff:feef:7e8d fatfreddy
fe80::221:97ff:feed:ef01 phineas
fe80::3f1:4baf:a7dd:ba4f franklin
Now you can ping6 by hostname:
$ ping6 -I eth0 phineas
PING phineas(phineas) from fe80::221:97ff:feed:ef01 eth0: 56 data bytes
64 bytes from phineas: icmp_seq=1 ttl=64 time=17.3 ms
ssh user@remotehost. Copying a file is also exactly the same: scp filename user@remotehost:/home/username/directory/.ssh phineas@fe80::221:97ff:feed: ef01%eth0scp has its own fiendish syntax quirks:
$ scp test.txt phineas@\[fe80::221:97ff:feed: ef01%eth0\]:
phineas@fe80::221:97ff:feed: ef01%eth0's password:
test.txt 100% 19 0.0KB/s 00:00
The IPv6 address must be enclosed in square braces, including the interface name, and the braces must be escaped.ifconfig -a command displays complete information on all of your network interfaces, both physical and virtual. When you know which interface to query you can quickly narrow it down with grep:
$ ifconfig eth0 |grep "inet6 addr:"
inet6 addr: fe80::20d:b9ff:fe05:25b4/64 Scope:Link If you want to see all of this article. Please go to the Source.Source: http://www.linux.com/learn/tutorials/428331:ipv6-crash-course-for-linux
If you want to see all detail of this exploit Please go to the Source.Source: http://contagiodump.blogspot.com/2011/04/apr-8-cve-2011-0611-flash-player-zero.html
This vulnerability (CVE-2011-0611) could cause a crash and potentially allow an attacker to take control of the affected system.
This vulnerability I got from the "packetstormsecurity.org"
Source: http://packetstormsecurity.org/files/view/100287/linksyswrt54g-disclose.txt
Environment: Linksys WRT54G - Firmware Version: v7.00.1
Default settings of Linksys WRT54G allows to get FTP without password:
rafal@localhost ~ $ lftp 192.168.1.1
lftp 192.168.1.1:~> dir
size date time name
-------- ------ ------ --------
956756 Jan-01-2003 02:13:12 ap61.sys
224664 Jan-01-2003 02:13:24 igwhtm.dat
28528 Jan-01-2003 02:13:26 langpak_en
28482 Apr-08-2011 15:36:44 igwpricf.dat
2520 Apr-08-2011 15:11:02 nvram.cfg
2046 Dec-24-2001 00:02:42 calibra.dat
lftp 192.168.1.1:~>
It is possible to download igwpricf.dat file (and another) where plain-text password to web access and wireless network are keeping.
rafal@localhost ~ $ strings igwpricf.dat
Linksys
IntotoSoft
192.168.50.3
...
Aadmin
PASSWORD
test
best
...
WIRELESS_PASSWORD
...
default
langpak_en
TELNET
HTTP
SMTP
POP3
-----------------
RaFD Source: http://packetstormsecurity.org/files/view/100287/linksyswrt54g-disclose.txt
Source: http://www.zerodayinitiative.com/advisories/ZDI-11-123/
Source: http://www.barracudalabs.com/wordpress/index.php/2011/04/11/learning-the-importance-of-waf-technology-the-hard-way/

If you want to see all information leak from the site. Please go to the Source.
Source: http://www.thehackernews.com/2011/04/barracuda-networks-hacking-via-sql.html
Source: http://seclists.org/fulldisclosure/2011/Apr/160
If you want any detail of this attack, please go to the Source.
Source: http://www.itsecuresite.com/network-security/dropbox-authentication-exploit-dbclone.html

Picture Link: http://www.offensive-security.com/backtrack/backtrack-5-on-a-motorola-xoom/
| Please promote this great idea at http://forums.boxee.tv/forumdisplay.php?f=12 the more votes the higher the priority. |
| Please could you support http://www.securitytube.net in your Bookmarklet or preferably from the RSS Feed App. The videos are embedded with an <iframe> tag rather than the <embed> or <object> tag the Bookmarklet and RSS Feed App searches for. |