brainfucksec / kalitorify

Transparent proxy through Tor for Kali Linux OS
GNU General Public License v3.0
1.04k stars 225 forks source link

Doesn't check for directories existence before attempting to write to it #3

Closed VTSTech closed 7 years ago

VTSTech commented 7 years ago

Backup iptables rules... ./kalitorify.sh line 241: /opt/kalitorify/backups/iptables.backup: No such file or directory

Screen: https://i.gyazo.com/3aed39c067af7f7cb03b5e5b65d0aa64.png

VTSTech commented 7 years ago

I see now the makefile would have resolved this had I used it.

brainfucksec commented 7 years ago

Yes, you have to install the program with 'make install' command, the makefile sets the directories. Anyway I will add further checks for these directories in the program for avoid this type of errors, thanks for the reporting.