Skip to content

Instantly share code, notes, and snippets.

@ShayekhBinIslam
Created August 16, 2022 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShayekhBinIslam/e1a0e7c5eb4160589c8ad31c6eea1b87 to your computer and use it in GitHub Desktop.
Save ShayekhBinIslam/e1a0e7c5eb4160589c8ad31c6eea1b87 to your computer and use it in GitHub Desktop.
#! /bin/bash
# https://portswigger.net/burp/releases/professional-community-2022-8-1
chmod +x burpsuite_community_linux_v2022_8_1.sh
./burpsuite_community_linux_v2022_8_1.sh
# sudo apt install git
git clone https://github.com/labcif/autopsy-installer
# cp jdk-8u341-linux-x64.tar.gz autopsy-installer
# cp autopsy-4.11.0.zip autopsy-installer
cd autopsy-installer
sed -i 's/jdk-8u212-linux-x64/jdk-8u341-linux-x64/g' autopsy-4.11-installer.sh
chmod +x autopsy-4.11-installer.sh
./autopsy-4.11-installer.sh
sudo apt install steghide outguess foremost pngcheck outguess nmap binwalk gdb wireshark tshark
wget http://www.caesum.com/handbook/Stegsolve.jar -O ~/stegsolve.jar
chmod +x ~/stegsolve.jar
sudo apt install ruby -y
sudo gem install zsteg
wget https://github.com/syvaidya/openstego/releases/download/openstego-0.7.3/openstego_0.7.3-1_amd64.deb
sudo apt install ./openstego_0.7.3-1_amd64.deb -y
wget https://github.com/RickdeJager/stegseek/releases/download/v0.6/stegseek_0.6-1.deb
sudo apt install ./stegseek_0.6-1.deb -y
git clone https://github.com/sherlly/PCRT.git ~/PCRT
cd PCRT
python PCRT.py
sudo apt install python3-pip -y
pip install pwntools
wget https://github.com/radareorg/radare2/releases/download/5.7.6/radare2_5.7.6_amd64.deb
sudo apt install ./radare2_5.7.6_amd64.deb -y
pip install scapy
wget https://out7.hex-rays.com/files/idafree80_linux.run
wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_9.0.1_build/ghidra_9.0.1_PUBLIC_20190325.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment