-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestsolved
Description
Describe the bug
At first I liked the idea of testssl integration. But then I realized that there are various problems:
- In kali
testssl.shis by default installed astestssl(without.sh).testssl.shis hardcoded in humble. Thus I had to create a symbolic link for this functionality to work and use/usr/binas the directory - For me
humble -u https://www.example.com -e /usr/binonly executed testssl. Humbel was not executed. I think there is a bug.
I think both tools should be kept separately. Better write a wrapper script which executes both
To Reproduce
Steps to reproduce the behavior:
In Kali
sudo apt install humble testssl.sh
humble -u https://www.example.com -e /usr/bin
# error
sudo ln -s /usr/bin/testssl /usr/bin/testssl.sh
humble -u https://www.example.com -e /usr/bin
# now it works
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestsolved