Skip to content

MoonlightMP/TH-BT5

 
 

Repository files navigation

attackVector.org (64-bit only)

[code]

#!/usr/env/bash
sudo apt-get install git
git clone git://github.com/thomhastings/bt5-scripts.git bt5
git clone git://github.com/thomhastings/os-scripts.git oss
git clone git://github.com/thomhastings/rice.git rwn
git clone git://github.com/thomhastings/c0ntempt.git con
git clone git://github.com/thomhastings/dotfiles.git .dot
cd .dot
sh install.sh

[/code]

bt5

Included is a set of scripts written for BackTrack 5r3, though they will likely work on other versions.

All scripts are © Thom Hastings 2011-2013 New BSD license.

Here is each script and a short description:

after-install.sh

This script installs Guake and Tilda, runs these other scripts:
./get-tor.sh
./get-figlet.sh
./get-dropbox.sh
./get-iron-browser.sh
./get-audacious.sh
downloads a handful of wallpapers, runs
./matrix-boot.sh
./get-scripts.sh
./get-wordlits.sh
and starts a BackTrack update script.

fix-rtl8187.sh

This script follows commands easily found on-line to get the RTL8187 driver working (Alfa AWUS036H)

get-audacious.sh

This script installs my favourite media player, installs my favourite skins for said player, and creates a shortcut to my favourite stream

get-bt5-repos.sh

This script grabs the BackTrack 5 GPG key and then adds the BackTrack 5 repositories to your /etc/apt/sources.list for non-BT distributions. WARNING: According to Offensive-Security, this can BREAK your non-BackTrack install. BE FOREWARNED

get-iron-browser.sh

This script downloads and installs a .deb for SRware Iron browser. I am still trying to include in the script modifying the binary so that it can be run as root. :-(

get-dropbox.sh

This script downloads and begins the first run of Dropbox

get-figlet.sh

This script installs the figlet ASCII Art text generator and downloads .flf figlet fonts from textfiles.com

get-scripts.sh

Creates the dir /pentest/scripts and downloads Bl4ck5w4n's BT5r3-compatible update script¹ as well as phillips321's set of pentest scripts², Snafu's pentest, wireless, & ISO master ones³, DotDotPwn directory traversal fuzzer, OWASP's Offensive (Web) Testing Framework, Alexander Hanel's extflow.py for analyzing TCP, the PenTBox tool, Gentil Kiwi's mimikatz, scripts from g0tmi1k including fakeap-pwn¹⁰, lnxg33k's webhandler¹¹, Mallory MitM proxy¹², Martin Bosslet's hash-flooding DoS tool schadcode¹³, pentestgeek's jigsaw¹⁴, nessus and nmap scripts¹⁵, Joshua Begleiter's directory traversing cgi-scanner.py¹⁶, the "tool for network enumeration and domination" Omphalos¹⁷, a few tools for pentesting SCADA ICS¹⁸, and Recon-ng¹⁹

get-tor.sh

This script installs and configures both Tor and Privoxy and installs torsocks for the usewithtor command

get-wordlists.sh

This script gets reusable.py²⁰ for people who use the same pass for different sites, TAPE's wordlist-manipulator²¹, grabs couple of good wordlists and then checks out the SVN repository for InfoSec Daily's wordlists²² while wgetting every wordlist from SkullSecurity.org²³ WARNING: This is massive, and will not fit on your HDD without a dedicated BackTrack install!

matrix-boot.sh

This script does customizations of GRUB and BootSplash and sets your wallpaper to the Hacker Manifesto. :-)

start-red-team.sh

I found this script on BT forums it starts Armitage Teamserver.

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.6%
  • Shell 37.0%
  • Ruby 13.4%
  • Perl 3.8%
  • C 0.8%
  • PHP 0.2%
  • Other 0.2%