Skip to content

Commit

Permalink
Merge pull request ThePorgs#300 from QU35T-code/fix/java11
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo authored Feb 11, 2024
2 parents 33c892d + 46b9d35 commit 22531fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/install/package_ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function install_pretender() {
go install -v github.com/RedTeamPentesting/pretender@latest
asdf reshim golang
add-history pretender
add-test-command "pretender -h"
add-test-command "pretender --help |& grep pretender"
add-to-list "pretender,https://github.com/RedTeamPentesting/pretender,an mitm tool for helping with relay attacks."
}

Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_mobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function install_mobsf(){
cd /opt/tools/MobSF || exit
# pipx --preinstall git+https://github.com/MobSF/yara-python-dex.git /opt/tools/MobSF would be needed for ARM64
# in the mean time, switching to manual venv and an alias for mobsf
local temp_fix_limit="2024-02-01"
local temp_fix_limit="2024-03-20"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting." # check if pipx supports preinstall now
else
Expand Down
4 changes: 2 additions & 2 deletions sources/install/package_reverse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ function install_checksec-py() {
cd /opt/tools/checksec.py || exit
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install .
pip3 install --upgrade lief
pip install .
pip install --upgrade lief==0.13.2
deactivate
add-aliases checksec
add-history checksec
Expand Down

0 comments on commit 22531fc

Please sign in to comment.