Menu

Tree [9638c3] master 7.1.0 /
 History

HTTPS access


File Date Author Commit
 .github 2020-11-07 Th3V0id Th3V0id [c0b5b7] Create rubocop-analysis.yml
 .idea 2020-10-14 gabrielzfx gabrielzfx [1a9c42] small things
 .vscode 2020-11-07 th3void th3void [f784aa] add fakedump module for gem fake database
 database 2021-02-18 th3void th3void [2cd72c] add onion links in html
 modules 2021-02-22 th3void th3void [2fa0f3] add fakedump to shell, fixed shell bugs
 plugins 2021-02-22 th3void th3void [0b7ca0] add zsh-config and install plugin
 wordlist 2021-02-18 th3void th3void [4604c8] new dns list
 .gitignore 2020-11-07 th3void th3void [fb44f5] add bin/*, ignore it
 CONTRIBUTING.md 2020-12-11 Xx_Z.E.R.E.F_xX Xx_Z.E.R.E.F_xX [d82e6e] add Contributing.md and update readme.md
 Gemfile 2020-12-02 th3void th3void [0a5f19] add dependencies for fakedump
 LICENSE 2020-10-06 Gabriel ZFX Gabriel ZFX [4873e2] Open source and free software
 README.md 2021-02-18 th3void th3void [95db49] big update
 main.rb 2021-02-18 th3void th3void [2ee759] add new init file

Read Me

zynix

Linux evil toolkit && zynix-Fusion

zynix-Fusion is a framework that aims to centralize, standardize 
and simplify the use of various security tools for pentest professionals.
zynix-Fusion (old name: Linux evil toolkit) has few simple commands, one of which is the
init function that allows you to define a target, and thus use all the tools 
without typing anything else.

Is zynix-Fusion better than setoolkit? Yes and no, there are two that serve the
same thing and in a different way, the Zynix-Fusion and an automated 
attack information automation script.

Warning

Warning: I am not responsible for the way that this software    
will be used by third parties. The purpose of this software 
is only educational.

considerations

§ 1 About use

    This script was made to automate the steps of gathering information about web
    targets, the misuse and responsibility of the user, to report bugs or make
    suggestions open a report on github.

§ 2 About simple_scan

    Automap was replaced by simple_scan, it is lighter and faster, in addition to being 
    less detectable, now it has different modes of execution that make it possible from
    a quick and simple execution to more complex modes.

§ 3 About Console

    The output of the script can be extremely long, so see if your console, 
    (gnome-terminal, cmd, konsole) is configured to display 1000 lines 
    (I particularly recommend 10,000 lines), for professional purposes it allows
    the documentation, it records the commands, exits and formats the text.

Basics

simple_scan options

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

From 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

From Interpreter module

Shell.shell                 | Backend function :: select an option
Shell.main                  | Backend function :: main loop

From 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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.