Skip to content

Commit

Permalink
Fix duplicated prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ente0v1 committed May 10, 2024
1 parent a12e6a7 commit e8a65bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions windows/crack-bruteforce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ echo -e "\n${RED}Restore? (Enter restore file name or leave empty):${NC}"
read restore_file_input
restore_session "$restore_file_input"

# Prompt hash attack mode
echo -e "${MAGENTA}Enter hash attack mode (press Enter to use default '22000'):${NC}"
read hashmode_input
hashmode=${hashmode_input:-$default_hashmode}

# Prompt user inputs
echo -e "${MAGENTA}Enter session name (press Enter to use default '$default_session'):${NC}"
read session_input
Expand Down
5 changes: 0 additions & 5 deletions windows/crack-combo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ echo -e "\n${RED}Restore? (Enter restore file name or leave empty):${NC}"
read restore_file_input
restore_session "$restore_file_input"

# Prompt hash attack mode
echo -e "${MAGENTA}Enter hash attack mode (press Enter to use default '22000'):${NC}"
read hashmode_input
hashmode=${hashmode_input:-$default_hashmode}

# Prompt user inputs
echo -e "${MAGENTA}Enter session name (press Enter to use default '$default_session'):${NC}"
read session_input
Expand Down
5 changes: 0 additions & 5 deletions windows/crack-rule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ echo -e "\n${RED}Restore? (Enter restore file name or leave empty):${NC}"
read restore_file_input
restore_session "$restore_file_input"

# Prompt hash attack mode
echo -e "${MAGENTA}Enter hash attack mode (press Enter to use default '22000'):${NC}"
read hashmode_input
hashmode=${hashmode_input:-$default_hashmode}

# Prompt user inputs
echo -e "${MAGENTA}Enter session name (press Enter to use default '$default_session'):${NC}"
read session_input
Expand Down
5 changes: 0 additions & 5 deletions windows/crack-wordlist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ echo -e "\n${RED}Restore? (Enter restore file name or leave empty):${NC}"
read restore_file_input
restore_session "$restore_file_input"

# Prompt hash attack mode
echo -e "${MAGENTA}Enter hash attack mode (press Enter to use default '22000'):${NC}"
read hashmode_input
hashmode=${hashmode_input:-$default_hashmode}

# Prompt user inputs
echo -e "${MAGENTA}Enter session name (press Enter to use default '$default_session'):${NC}"
read session_input
Expand Down

0 comments on commit e8a65bc

Please sign in to comment.