#!/bin/bash ######################################### #Function: install sqlmap #Usage: bash sqlmap.sh #Blog: http://cx7863.blog.163.com/ #Version: 1.0 #Team: Roots Exploits Team ######################################### if cat ~/.bashrc | grep "PS1='${debian_chroot:+($debian_chroot)}">/dev/null then echo "PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;32m\]@\[\033[01;34m\]\h:\[\033[01;32m\]\w\[\033[01;32m\]\$\[\033[00;37m\] '">>~/.bashrc else echo "配色变量已存在" fi #########################################