Pedro's Fedora Linux setup: Difference between revisions

From PedrosBrainDump
Created page with " # CYBER SEC STUFF sudo dnf update -y sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd -y snap install seclists sqlmap hash-id cd /tmp git clone https://github.com/tomnomnom/hacks.git cd hacks/html-tool go build -o html-tool main.go sudo cp html-tool /usr/local/bin cd /tmp git clone https://github.com/003random/getJS.git cd getJS go build -o getJS main.go sudo cp getJS /usr/local/bin curl -L -o burp_community_2024.8.4_linux.sh "https:/..."
 
No edit summary
Line 1: Line 1:
  # CYBER SEC STUFF
  # UPDATE ENV
  sudo dnf update -y
  sudo dnf update -y
  sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd -y
   
  snap install seclists sqlmap hash-id
  # PRECONFIG ENV
  cd /tmp
  cd ~
  git clone https://github.com/tomnomnom/hacks.git
  wget https://github.com/PedroMussato/b64ed/releases/download/v1.0.0/b64ed-1.0-1.fc40.x86_64.rpm
cd hacks/html-tool
  wget https://github.com/VSCodium/vscodium/releases/download/1.94.2.24286/codium-1.94.2.24286-el8.x86_64.rpm
go build -o html-tool main.go
sudo cp html-tool /usr/local/bin
  cd /tmp
git clone https://github.com/003random/getJS.git
cd getJS
go build -o getJS main.go
sudo cp getJS /usr/local/bin
  curl -L -o burp_community_2024.8.4_linux.sh "https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux"
  curl -L -o burp_community_2024.8.4_linux.sh "https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux"
chmod +x burp_community_2024.8.4_linux.sh
./burp_community_2024.8.4_linux.sh
   
   
sudo dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
   
   
  #B64ED
  sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/repodata/repomd.xml.key
cd ~
  sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/owncloud-client.repo
wget https://github.com/PedroMussato/b64ed/releases/download/v1.0.0/b64ed-1.0-1.fc40.x86_64.rpm
  sudo dnf install ~/ b64ed-1.0-1.fc40.x86_64.rpm
   
   
# DOCKER
  sudo dnf remove docker \
  sudo dnf remove docker \
                   docker-client \
                   docker-client \
Line 34: Line 23:
                   docker-engine-selinux \
                   docker-engine-selinux \
                   docker-engine
                   docker-engine
sudo dnf -y install dnf-plugins-core
sudo dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
sudo systemctl start docker
   
   
  # VSCODIUM
  cd ~
  # LOCAL DNF INSTALL
wget https://github.com/VSCodium/vscodium/releases/download/1.94.2.24286/codium-1.94.2.24286-el8.x86_64.rpm
  sudo dnf install ~/b64ed-1.0-1.fc40.x86_64.rpm
  sudo dnf install ~/codium-1.94.2.24286-el8.x86_64.rpm
  sudo dnf install ~/codium-1.94.2.24286-el8.x86_64.rpm
   
   
# OWNCLOUD DESKTOP APP
sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/repodata/repomd.xml.key
sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/owncloud-client.repo
sudo dnf clean all
sudo dnf install owncloud-client -y
sudo dnf upgrade owncloud-client -y
   
   
  # SPOTIFY
  # OFFICIAL DNF INSTALL
  snap install spotiy
sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin dnf-plugins-core keepassxc owncloud-client -y
# SNAP INSTALL
  snap install seclists sqlmap hash-id spotiy
# GOLANG INSTALL
cd /tmp
git clone https://github.com/tomnomnom/hacks.git
cd hacks/html-tool
go build -o html-tool main.go
sudo cp html-tool /usr/local/bin
cd /tmp
git clone https://github.com/003random/getJS.git
cd getJS
go build -o getJS main.go
sudo cp getJS /usr/local/bin
# LOCAL INSTALL
chmod +x burp_community_2024.8.4_linux.sh
./burp_community_2024.8.4_linux.sh
   
   
  # KEEPASSXC
  # STARTING SERVICES
  sudo dnf install keepassxc
  sudo systemctl start docker

Revision as of 18:44, 13 October 2024

# UPDATE ENV
sudo dnf update -y

# PRECONFIG ENV
cd ~
wget https://github.com/PedroMussato/b64ed/releases/download/v1.0.0/b64ed-1.0-1.fc40.x86_64.rpm
wget https://github.com/VSCodium/vscodium/releases/download/1.94.2.24286/codium-1.94.2.24286-el8.x86_64.rpm
curl -L -o burp_community_2024.8.4_linux.sh "https://portswigger-cdn.net/burp/releases/download?product=community&version=2024.8.4&type=Linux"

sudo dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/repodata/repomd.xml.key
sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_39/owncloud-client.repo

sudo dnf remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-selinux \
                  docker-engine-selinux \
                  docker-engine


# LOCAL DNF INSTALL
sudo dnf install ~/b64ed-1.0-1.fc40.x86_64.rpm
sudo dnf install ~/codium-1.94.2.24286-el8.x86_64.rpm


# OFFICIAL DNF INSTALL
sudo dnf install hydra gobuster wafw00f whatweb golang git wfuzz snapd docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin dnf-plugins-core keepassxc owncloud-client -y

# SNAP INSTALL
snap install seclists sqlmap hash-id spotiy

# GOLANG INSTALL
cd /tmp
git clone https://github.com/tomnomnom/hacks.git
cd hacks/html-tool
go build -o html-tool main.go
sudo cp html-tool /usr/local/bin

cd /tmp
git clone https://github.com/003random/getJS.git
cd getJS
go build -o getJS main.go
sudo cp getJS /usr/local/bin

# LOCAL INSTALL
chmod +x burp_community_2024.8.4_linux.sh
./burp_community_2024.8.4_linux.sh

# STARTING SERVICES
sudo systemctl start docker