Skip to content

Various issues with testssl integration #27

@mgrottenthaler

Description

@mgrottenthaler

Describe the bug
At first I liked the idea of testssl integration. But then I realized that there are various problems:

  • In kali testssl.sh is by default installed as testssl (without .sh). testssl.sh is hardcoded in humble. Thus I had to create a symbolic link for this functionality to work and use /usr/bin as the directory
  • For me humble -u https://www.example.com -e /usr/bin only 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 workingenhancementNew feature or requestsolved

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions