Skip to content

Commit

Permalink
fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Jan 22, 2015
1 parent fc72665 commit 4b66635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cSploit/jni/cSploitHandlers/ettercap.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ handler handler_info = {
NULL, // raw_output_parser
&ettercap_output_parser, // output_parser
NULL, // input_parser
"ettercap", // argv[0]
"./ettercap", // argv[0]
"tools/ettercap", // workdir
"ettercap" // handler name
};
Expand Down

0 comments on commit 4b66635

Please sign in to comment.