Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update temp-fix #413

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sources/install/package_ad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ function install_pypykatz() {
colorecho "Installing pypykatz"
# without following fix, tool raises "oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
# see https://github.com/wbond/oscrypto/issues/78 and https://github.com/wbond/oscrypto/issues/75
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down Expand Up @@ -669,7 +669,7 @@ function install_pygpoabuse() {
pip3 install -r requirements.txt
# without following fix, tool raises "oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
# see https://github.com/wbond/oscrypto/issues/78 and https://github.com/wbond/oscrypto/issues/75
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down Expand Up @@ -772,7 +772,7 @@ function install_pkinittools() {
pip3 install -r requirements.txt
# without following fix, tool raises "oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
# see https://github.com/wbond/oscrypto/issues/78 and https://github.com/wbond/oscrypto/issues/75
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down Expand Up @@ -962,7 +962,7 @@ function install_ldaprelayscan() {
pip3 install -r requirements.txt
# without following fix, tool raises "oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto"
# see https://github.com/wbond/oscrypto/issues/78 and https://github.com/wbond/oscrypto/issues/75
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function install_go() {
#asdf install golang latest
#asdf global golang latest
# With golang 1.23 many package build are broken, temp fix to use 1.22.2 as golang latest
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
4 changes: 2 additions & 2 deletions sources/install/package_c2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function install_sliver() {
# function below will serve as a reminder to update sliver's version regularly
# when the pipeline fails because the time limit is reached: update the version and the time limit
# or check if it's possible to make this dynamic
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down Expand Up @@ -137,7 +137,7 @@ function install_havoc() {
colorecho "Installing Havoc"
# git -C /opt/tools/ clone --depth 1 https://github.com/HavocFramework/Havoc
# https://github.com/HavocFramework/Havoc/issues/516
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function install_xfce() {
fapt tigervnc-standalone-server tigervnc-xorg-extension tigervnc-viewer novnc websockify xfce4 dbus-x11 intltool libtool tigervnc-tools

# temp fix to use latest websockify (min 0.12.0 to fix fedora daemon issue) waiting for apt stable repo to be up-to-date
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
12 changes: 2 additions & 10 deletions sources/install/package_mobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,7 @@ function install_objection() {
function install_androguard() {
# CODE-CHECK-WHITELIST=add-aliases
colorecho "Installing androguard"
pipx install --system-site-packages androguard
# https://github.com/androguard/androguard/issues/1060
local temp_fix_limit="2024-11-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
rm -rf /root/.local/share/pipx/venvs/androguard/lib/python3.*/site-packages/oscrypto*
pipx inject androguard git+https://github.com/wbond/oscrypto@master
fi
pipx install --system-site-packages git+https://github.com/androguard/androguard
add-history androguard
add-test-command "androguard --version"
add-to-list "androguard,https://github.com/androguard/androguard,Reverse engineering and analysis of Android applications"
Expand All @@ -108,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-11-01"
local temp_fix_limit="2024-12-01"
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
2 changes: 1 addition & 1 deletion sources/install/package_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function install_wfuzz() {
mkdir /usr/share/wfuzz
git -C /tmp clone --depth 1 https://github.com/xmendez/wfuzz.git
# Wait for fix / PR to be merged: https://github.com/xmendez/wfuzz/issues/366
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [[ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
2 changes: 1 addition & 1 deletion sources/install/package_wifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function install_pyrit() {
# steps to remove temp fix:
# 1. try to install pyrit with git clone + venv + setup.py install with python2 or 3 (without the git patch)
# 2. if it works, remove the temp fix (and probably the patch as well)
local temp_fix_limit="2024-11-01"
local temp_fix_limit="2024-12-01"
if [ "$(date +%Y%m%d)" -gt "$(date -d $temp_fix_limit +%Y%m%d)" ]; then
criticalecho "Temp fix expired. Exiting."
else
Expand Down
Loading