Skip to content

Baseando-se no desenvolvimento do netcat, e utilizando alguns recursos como livros, aqui está uma versão menos robusta do netcat.

Notifications You must be signed in to change notification settings

LuanC03/ZUM-NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ZUM-NET

Baseando-se no desenvolvimento do netcat, e utilizando alguns recursos bibliográficos, aqui está uma versão menos robusta do netcat. Com algum nível de aperfeiçoamento vamos causar um verdadeiro ZUM ZUM ZUM no mercado.

ZUM Net Tool

To use the tool: zum.py -t target_host -p port or python2.7 zum.py -t target_host -p port

-l --listen                   - listen on [host]:[port] for incoming connections
-e --execution                - execute the given file upon receiving a connections
-c --command                  - initialize a command shell
-u --upload=destination       - upon receiving connection upload a file and write to [destination]

Exemples:

zum.py -t 192.168.0.1 -p 5555 -l -c

zum.py -t 192.168.0.1 -p 5555 -l -u=c:\target.exe

zum.py -t 192.168.0.1 -p 5555 -l -e='cat /etc/passwd'

echo 'ZUMMMMMMM' | ./zum.py -t 192.111.22.33 -p 135

About

Baseando-se no desenvolvimento do netcat, e utilizando alguns recursos como livros, aqui está uma versão menos robusta do netcat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%