Skip to content

>somebody sends xworm >get the server ip from any.run >drop a reverse shell into their startup directory

License

Notifications You must be signed in to change notification settings

kali-linex/xworm-troll

Repository files navigation

XWorm packet tool

You can use this tool to quickly craft XWorm packets.

generate.py builds packets from a description file.

File format

  • If a line begins with #, it is considered a comment.
  • @INCLUDE otherfile.pck includes otherfile.pck (as if the packets inside it were written into the current file).
  • @EVALL code evaluates Python code and expects the result to be a list. The packets in the list are added to the output.
  • @EVAL code evaluates Python code and expects the result to be one single packet which is added to the output.

Otherwise, a semicolon-separated packet is created. In the fields, gzipped files can be included like gz:somefile.txt.

See example.pck for an example.

See also

wizardy0ga/Wormicide is an automatized denial-of-service attack against XWorm servers based on this repository and additional research by wizardy0ga.

About

>somebody sends xworm >get the server ip from any.run >drop a reverse shell into their startup directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published