CoolHandSquid / TireFire

Automate the scanning and enumeration of machines externally while maintaining complete control over scans shot to the target. Comfortable GUI-ish platform. Great for OSCP/HTB type Machines as well as penetration testing.
http://coolhandsquid.com
Other
146 stars 31 forks source link

Update Tilix download method #18

Closed CoolHandSquid closed 1 year ago

CoolHandSquid commented 2 years ago

There is no logic to stop tilix from downloading the zip twice.

QUzAR22 commented 1 year ago

Build.txt

I added tilix to the apt get command in installing necessary tools and removed the test and wget command for tilix while keeping the configuration the same. I renamed "installing tilix" to "Configuring tilix"

CoolHandSquid commented 1 year ago

Editing the issue for clarity: Tilix was previously not in the Kali Rolling Repo, so it was downloaded via wget and installed that way. Due to an increase in popularity it can now easily be managed via apt. Tilix should be managed via apt as opposed to wget.

CoolHandSquid commented 1 year ago

I saw your PR and accepted it. Thank you for your contribution!