Skip to content

Commit

Permalink
ffufPostprocessing skipped cuz errors
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Jan 28, 2025
1 parent 24e6b08 commit 0f5c006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

# Load main configuration
CONFIG_FILE="./reconftw.cfg"
Expand Down Expand Up @@ -92,6 +92,7 @@ declare -A pipxtools=(
["porch-pirate"]="MandConsultingGroup/porch-pirate"
["MetaFinder"]="Josue87/MetaFinder"
["EmailFinder"]="Josue87/EmailFinder"
["p1radup"]="iambouali/p1radup"
)

# Declare repositories and their paths
Expand Down Expand Up @@ -463,11 +464,12 @@ function install_apt() {
$SUDO apt-get update -y &>/dev/null
$SUDO apt-get install -y python3 python3-pip python3-venv pipx python3-virtualenv build-essential gcc cmake ruby whois git curl libpcap-dev wget zip python3-dev pv dnsutils libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev nmap jq apt-transport-https lynx medusa xvfb libxml2-utils procps bsdmainutils libdata-hexdump-perl &>/dev/null
# Move chromium browser dependencies (required by `nuclei -headless -id screenshot`) into a separate apt install command, and add a fallback for Ubuntu 24.04 (where `libasound2` is renamed to `libasound2t64`)
$SUDO apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon-x11-0 libxcomposite-dev libxdamage1 libxrandr2 libgbm-dev libpangocairo-1.0-0 libasound2 &>/dev/null || \
$SUDO apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon-x11-0 libxcomposite-dev libxdamage1 libxrandr2 libgbm-dev libpangocairo-1.0-0 libasound2 &>/dev/null ||
$SUDO apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon-x11-0 libxcomposite-dev libxdamage1 libxrandr2 libgbm-dev libpangocairo-1.0-0 libasound2t64 &>/dev/null
curl https://sh.rustup.rs -sSf | sh -s -- -y >/dev/null 2>&1
source "${HOME}/.cargo/env"
cargo install ripgen &>/dev/null
pipx ensurepath -f &>/dev/null
}

# Function to install required packages for macOS
Expand Down

0 comments on commit 0f5c006

Please sign in to comment.