Pages
Pages
Thursday, May 23, 2013
The DarkSite of Pastebin “PasteLoggers”
Saturday, May 18, 2013
From Dork to Shell
Just waiting for New Hardware ….. Need more Power to Hack the Gibson ^^_°
Here Some Dorks for php shell Google make it very simple to get Shell and other good stuff for Hacker …..
https://encrypted.google.com/search?q=intitle:%22-N3t%22%20filetype:php%20undetectable
https://encrypted.google.com/search?q=intitle:awen+intitle:asp.net
https://encrypted.google.com/search?q=intitle%3A%23k4raeL+-+sh3LL
inurl:r57.php [ phpinfo ] [ php.ini ] [ cpu ] [ mem ] [ users ] [ tmp ] [ delete ]
"r57shell 1.4"
"[ phpinfo ] [ php.ini ] [ cpu ] [ mem ] [ users ] [ tmp ] [ delete ]"
inurl:b374k.php
inurl:c99.php
inurl:c100.php Generation time:
inurl:itsecteam_shell.php
inurl:"c99.php" inurl:c99.php inurl:c99.php inurl:c99.php allinurl:c99.php inurl:"c99.php" inurl:c99.php intitle:c99shell uname c99shell v.1.0 (roots) inurl:/c99.php allinurl:.c99.php allinurl:.c99.php intitle:C99Shell allintitle:"C99Shell" allintitle:"C99Shell" c99.php ccteam.ru c99.php
intext:c99shell inurl:c99.php
!C99Shell v. 1.0 pre-release build #16!
intitle:c99shell filetype:php
inurl:c99.php
inurl:"/c99.php"
allinurl:c99.php
c99shell v. 1.0 pre-release build #5
"inurl:c99.php" + "intext:safe"
--[ c99shell v. 1.0 pre-release build #12 powered by Captain Crunch Security Team
c99.php download
intitle:r57shell | intitle:c99shell +uname
inurl:minimail c99
!C99Shell v. 1.0 pre-release build # +php -htm -html -shtml
allintitle: c99shell filetype:php
inurl:c99.php uid=0(root)
inurl:c99.php
inurl:/files/c99.php
intitle:c99shell safe-mode:OFF
c99.php "uid=0"
safe-mode: off (not secure) drwxrwxrwx c99shell
inurl:c99.php uid=0(root)
root c99.php
"Captain Crunch Security Team" inurl:c99
inurl:c99.php uid=0(root)
allintitle: "c99shell"
inurl:c99.php
intitle:C99Shell v. 1.0 pre-release +uname
c99. PHP-code Feedback Self remove
c99shell filetype:php -echo
C99Shell v. 1.0 pre-release build
!C99Shell v. 1.0 beta!
Encoder Tools Proc. FTP brute Sec. SQL PHP-code Update Feedback Self remove Logout
intitle:c99shell +filetype:php
intitle:C99Shell v. 1.0 pre-release +uname
!C99Shell v. 1.0 pre-release build #5!
inurl:"c99.php"
C99Shell v. 1.0 pre-release build #16!
c99shell v. 1.0 pre-release build #16
intitle:c99shell intext:uname
Encoder Tools Proc. FTP brute Sec. SQL PHP-code Update Feedback Self remove Logout
intitle:c99shell uname -bbpress
B64 PHP Shell © The Defaced - Created by Kr3w
intitle:madspot team shell
inurl:".php?act=exploits"
inurl:".php?act=tools"
inurl:".php?act=encoder"
inurl:".php?act=proxy"
inurl:".php?act=shbd"
inurl:".php?act=fsbuff"
inurl:".php?act=rip"
inurl:".php?act=update"
inurl:".php?act=cmd="
!C2007Shell v. 1.0 pre-release build #16!
-[ c2007shell v. 1.0 pre-release build #16 Modded by Adora & u9 h4c93r| Adora Security Pwnz j00! |
inurl:.php “cURL: ON MySQL: ON MSSQL: OFF”
“Shell” filetype:php intext:”uname -a:” “EDT 2010?
intitle:”intitle:r57shell” [ phpinfo ] [ php.ini ] [ cpu ] [ mem ] [ users ] [ tmp ] [ delete ]
inurl:”c99.php” & intext:Encoder Tools Proc. FTP brute Sec. SQL PHP-code Update Feedback Self remove Logout
inurl:”c100.php” & intext:Encoder Tools Proc. FTP brute Sec. SQL PHP-code Update Feedback Self remove Logout
intitle:”Shell” inurl:”.php” & intext:Encoder Tools Proc. FTP brute Sec. SQL PHP-code Update
Saturday, May 11, 2013
Installing Teamviewer 8 on Kali 64bit (Debian)
Installing Teamviewer 64bit on Kali OS.
While I was trying to install Teamviewer on my 64 bit Kali OS install,I ran into some missing dependencies. One of them was a i386 package, which cannot be installed on 64 bit unless multiple architecture support is enabled in your Install.
For this we first allow i386 to be installed as a multiarch.
root@kali:/home/cr4shyy/Downloads# dpkg --add-architecture i386
Now we need to update our repositories.
root@kali:/home/cr4shyy/Downloads# apt-get update
Now we can deploy i386 packages on 64 bit as multiarch
Now time to install the package.
cr4shyy@kali:~/Downloads$ sudo dpkg -i teamviewer_linux_x64.deb
You will get errors for unmet dependency which can be installed by using following command
cr4shyy@kali:~/Downloads$ sudo apt-get install -f
and it should be good to go.