Το zynix-Fusion είναι ένα framework που συγκεντρώνει πολλές χρήσιμες λειτουργίες για τους αναλυτές συστημάτων ασφαλείας.
Είναι ανοιχτού κώδικα και πάρα πολύ εύκολο στη χρήση. Κυκλοφόρησε αρχικά με την ονομασία Linux jahat toolkit με λίγες και απλές εντολές, μία από τις οποίες είναι η συνάρτηση init, που σας επιτρέπει να ορίσετε έναν στόχο και έτσι να χρησιμοποιήσετε όλα τα εργαλεία χωρίς να χρειάζεστε να πληκτρολογήσετε τίποτα άλλο.
Βασικές λειτουργίες
Επιλογές για simple_scan
alone
"-sL" --> "List Scan - simply list targets to scan"
"-sP" --> "Ping Scan - go no further than determining if host is online"
default
"-sS -sV" --> "TCP SYN"
"-sU -sV" --> "UDP Scan"
icmp_echo
"-sS -sV -PE" --> "TCP SYN + ICMP echo discovery probes"
"-sU -sV -PE" --> "UDP Scan + ICMP echo discovery probes"
"-sA -sV -PE" --> "ACK + ICMP echo discovery probes"
port_list
"-sS" --> "TCP SYN + [portlist]: TCP SYN discovery probes to given ports"
"-sA" --> "ACK + [portlist]: TCP ACK discovery probes to given ports"
"-sU" --> "UDP Scan + [portlist]: TCP UDP discovery probes to given ports"
special
"-sT -sV" --> "Connect()"
"-sW -sV" --> "Window"
"-sM -sV" --> "Maimon scans"
"-sN -sV" --> "TCP Null"
"-sF -sV" --> "FIN"
"-sX -sV" --> "Xmas scans"
Επιλογές για Kernel functions
Kernel.compress | Compress files
Kernel.extract | Extract files
Kernel.cover | Covers your tracks and logs
Kernel.port_scanner | Repleced by automap
Kernel.note | Create simple notes
Kernel.search | Search whois, emails, banner grep
Kernel.dns_scanner | Scan for 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA'
Kernel.dir_scanner | Brute force for search files and folders
Kernel.simple_scan | Runs an automatic scanner with nmap
Επιλογές για Kernel backend
Kernel.get_time | Set time
Kernel.session | Create sessions
Kernel.init | Init variables
Kernel.set | Set value and show message
Kernel.sys | Execute system command
Kernel.assembly | Backend function
Kernel.exec | Backend function
Επιλογές για Visual module
Visual.banner | Function for show text
Visual.web_dns | Function for show text
Visual.linux_files | Function for show text
Visual.linux_folders | Function for show text
Visual.linux_util | Function for show text
Visual.tor_search | Function for show text
Visual.tor_alt | Function for show text
Επιλογές για Interpreter module
Shell.shell | Backend function :: select an option
Shell.main | Backend function :: main loop
Επιλογές για FakeDump module
FakeDump.fakeEmail | Genate fake emails
FakeDump.cpf | Genate fake cpf
FakeDump.gem | Genate fake names (Brazilian, Latino and Portuquese only)
FakeDump.idhash | Genate hash com string
FakeDump.simple_dump | Genate return a simples string with data
FakeDump.dump_xml | Genate return xml code with data
FakeDump.simple_call | Genate Simple function for select xml or txt output file
Μπορείτε να κατεβάσετε το πρόγραμμα από εδώ.