NatsuGwada / Projet_Git_Feat_C

0 stars 0 forks source link

Need to fix display program #26

Open gordibus opened 2 months ago

gordibus commented 2 months ago

Ncurses bug When you launch the program, for box 5 (bruteforce) after opening the option when you write, nothing is displayed. Like writing a password. Finally when we run the bruteforce program the terminal bug. We must close and reopen a terminal to correct the bug.

Let's see First we execute the program :

  1. And then:
  2. Select the zip file you want
  3. We select Bruteforce option with down button and entrer:
    
    #####  ######  #     #   #####   #####         #####
    #      #    #  ##   ##   #   #   #    #        #
    #      #    #  # # # #   #####   #####  #####  #
    #      #    #  #  #  #   #       #   #         #
    #####  ######  #     #   #       #    #        #####

Choose an option: [ ]Print the content of a file [ ]Extract a file [ ]Mèt dokiman aw [ ]Help / Wiki-aw [ * ]Bruteforce [ ]Quit

5. We see:
```  Enter your ZIP file path: 

 Enter your wordlist file path: 

Nothing appear

Need to see what's is writter We need to modify the program to add visualization of the write on the terminal interface.