def main(): # Always check folder structure first: kallisti.modules.structure.check_structure() kallisti.modules.seticon.check_seticon() #msf.main() # requires folder structure to be cloned into /.scripts/pentest/msf-installer brew_install() # homebrew python installes 'pip' by default #agents_daemons_setup() #pentest_install() # requires pip so should be after 'brew_install' zsh.main()
import kallisti.pentools.ettercap as ettercap import kallisti.pentools.websploit as websploit import kallisti.pentools.set as setool import kallisti.pentools.zenmap as zenmap import kallisti.pentools.msf as msf import kallisti.pentools.burpsuite as burpsuite import kallisti.pentools.screen_sharing as sh import kallisti.pentools.sslstrip as sslstrip import kallisti.pentools.clean as clean import kallisti.pentools.mem as mem #os.makedirs('~/tmp/tmp/tmp', 0755) zsh.main() #msf.main() #burpsuite.main() #beef.main() #ettercap.main() #setool.main() #nu.main() #zenmap.main() #vlc.main() #sh.main() #sslstrip.main() #airport.main() #wordmerge.main() #goohost.main()