Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with payload #5

Open
DerKartdomi opened this issue Oct 25, 2023 · 0 comments
Open

Error with payload #5

DerKartdomi opened this issue Oct 25, 2023 · 0 comments

Comments

@DerKartdomi
Copy link

Cmd I used: python listen.py --ducky --payload BindAndExecute

And then came this error:

Ran into an error: b'Picked up _JAVA_OPTIONS: -Xmx512M\nUsage: java [options] [args...]\n (to execute a class)\n or java [options] -jar [args...]\n (to execute a jar file)\n or java [options] -m [/] [args...]\n java [options] --module [/] [args...]\n (to execute the main class in a module)\n or java [options] [args]\n (to execute a single source-file program)\n\n Arguments following the main class, source file, -jar ,\n -m or --module / are passed as the arguments to\n main class.\n\n where options include:\n\n -zero\t to select the "zero" VM\n -dcevm\t to select the "dcevm" VM\n -cp <class search path of directories and zip/jar files>\n -classpath <class search path of directories and zip/jar files>\n --class-path <class search path of directories and zip/jar files>\n A : separated list of directories, JAR archives,\n and ZIP archives to search for class files.\n -p \n --module-path ...\n A : separated list of directories, each directory\n is a directory of modules.\n --upgrade-module-path ...\n A : separated list of directories, each directory\n is a directory of modules that replace upgradeable\n modules in the runtime image\n --add-modules [,...]\n root modules to resolve in addition to the initial module.\n can also be ALL-DEFAULT, ALL-SYSTEM,\n ALL-MODULE-PATH.\n --enable-native-access [,...]\n modules that are permitted to perform restricted native operations.\n can also be ALL-UNNAMED.\n --list-modules\n list observable modules and exit\n -d \n --describe-module \n describe a module and exit\n --dry-run create VM and load main class but do not execute main method.\n The --dry-run option may be useful for validating the\n command-line options such as the module system configuration.\n --validate-modules\n validate all modules and exit\n The --validate-modules option may be useful for finding\n conflicts and other errors with modules on the module path.\n -D=\n set a system property\n -verbose:[class|module|gc|jni]\n enable verbose output for the given subsystem\n -version print product version to the error stream and exit\n --version print product version to the output stream and exit\n -showversion print product version to the error stream and continue\n --show-version\n print product version to the output stream and continue\n --show-module-resolution\n show module resolution output during startup\n -? -h -help\n print this help message to the error stream\n --help print this help message to the output stream\n -X print help on extra options to the error stream\n --help-extra print help on extra options to the output stream\n -ea[:...|:]\n -enableassertions[:...|:]\n enable assertions with specified granularity\n -da[:...|:]\n -disableassertions[:...|:]\n disable assertions with specified granularity\n -esa | -enablesystemassertions\n enable system assertions\n -dsa | -disablesystemassertions\n disable system assertions\n -agentlib:[=]\n load native agent library , e.g. -agentlib:jdwp\n see also -agentlib:jdwp=help\n -agentpath:[=]\n load native agent library by full pathname\n -javaagent:[=]\n load Java programming language agent, see java.lang.instrument\n -splash:\n show splash screen with specified image\n HiDPI scaled images are automatically supported and used\n if available. The unscaled image filename, e.g. image.ext,\n should always be passed as the argument to the -splash option.\n The most appropriate scaled image provided will be picked up\n automatically.\n See the SplashScreen API documentation for more information\n @argument files\n one or more argument files containing options\n -disable-@files\n prevent further argument file expansion\n --enable-preview\n allow classes to depend on preview features of this release\nTo specify an argument for a long option, you can use --= or\n-- .\n\n' when encoding 'payload.txt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant