mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
Update callbacks.c
This commit is contained in:
parent
00a27e368f
commit
5c706a0b5f
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ int hydra_get_options(char *options[]) {
|
|||
options[i++] = "-S";
|
||||
}
|
||||
|
||||
/* use old SSL? */
|
||||
widget = lookup_widget(GTK_WIDGET(wndMain), "chkOldSSL");
|
||||
if (gtk_toggle_button_get_active((GtkToggleButton *) widget)) {
|
||||
options[i++] = "-O";
|
||||
}
|
||||
|
||||
/* be verbose? */
|
||||
widget = lookup_widget(GTK_WIDGET(wndMain), "chkVerbose");
|
||||
if (gtk_toggle_button_get_active((GtkToggleButton *) widget)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue