Skip to content

Instantly share code, notes, and snippets.

@aligoren
Created March 26, 2016 19:58
Show Gist options
  • Save aligoren/aa8eb2c90d10fabf280a to your computer and use it in GitHub Desktop.
Save aligoren/aa8eb2c90d10fabf280a to your computer and use it in GitHub Desktop.
Ubuntu >= 15.10 Sistemim için Formatdan sonra kurduğum tüm paketler
#update system
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
#tools
apt-get install -y nmap nbtscan wireshark tshark dsniff tcpdump john p7zip openjdk-7-jre openvpn
libwebkitgtk-1.0-0 libssl-dev libjpeg-dev libnetfilter-queue-dev ettercap-text-only ghex pidgin pidgin-otr
traceroute lft gparted autopsy subversion git gnupg gnupg2 htop ssh libpcap0.8-dev libimage-exiftool-perl aptitude
p7zip-full proxychains curl terminator hydra hydra-gtk medusa irssi libtool build-essential
bum rdesktop sshfs bzip2 extundelete rpcbind nfs-common gimp iw ldap-utils ntfs-3g samba-common samba-common-bin
steghide whois aircrack-ng eog laptop-mode-tools openconnect gengetopt byacc flex cmake ophcrack
gdb stunnel socat chromium-browser swftools hping3 tcpreplay tcpick gufw vncviewer scalpel foremost unrar rar secure-delete
yersinia vmfs-tools ruby ruby-dev bundler vrms
#gems
gem install snmp bundler jekyll
#requirements
http://packages.ubuntu.com/trusty/libgnutls26
http://packages.ubuntu.com/wily/libgcrypt11-dev
#python tools
apt-get install -y python-yara python-distorm3 python-magic python-pyinotify python-configobj python-msgpack
python-requests python-pefile python-ipy python-openssl python-pypcap python-dns python-dnspython python-crypto python-cryptography
python-dev python-twisted python-nfqueue python-scapy python-capstone python-setuptools python-urllib3 python-pip python3-pip
#web
apt-get install -y php5-cli php5-curl php5-cgi nginx mysql-server
#dev libs
apt-get install -y libreadline-dev libcapstone3 libcapstone-dev libssl-dev zlib1g-dev
libxml2-dev libxslt1-dev libyaml-dev libffi-dev libssh-dev libpq-dev libsqlite3-dev libpcap-dev
libgmp3-dev libpcap-dev libpcre3-dev libidn11-dev libcurl4-openssl-dev
#other libs
apt-get install -y libpq5 libreadline5 libappindicator1 libindicator7 libnss3-1d libxss1 libssl1.0.0
#other tools
apt-get install -y gstreamer1.0-plugins-bad freerdp-x11 libxfreerdp-client1.1
qemu-kvm qemu-utils binwalk qemu-system* aqemu gvfs-fuse xdg-user-dirs gnome-applets*
powertop build-essential subversion git-core autoconf postgresql pgadmin3 curl nmap
#Cheatsheets
git clone https://github.com/HarmJ0y/CheatSheets
git clone https://github.com/aramosf/sqlmap-cheatsheet.git
git clone https://github.com/wsargent/docker-cheat-sheet.git
git clone https://github.com/paragonie/awesome-appsec.git
#clean
apt-get autoremove -y
aptitude autoclean -y
apt-get -y install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment