EntySec / HatSploit

Modular penetration testing platform that enables you to write, test, and execute exploit code.
https://hatsploit.com
MIT License
283 stars 67 forks source link

History Command Bug #48

Closed thecakeisfalse closed 3 years ago

thecakeisfalse commented 3 years ago

@enty8080

When I run history -l command, it print same text twice.

(hsf)> history -c
(hsf)> load cowsay
[*] Loading cowsay plugin...
 ________________
< Cow here, moo! >
 ----------------
         \   ^__^ 
          \  (oo)\_______
             (__)\       )\/\
                 ||----w |
                 ||     ||

[i] Use cowsay to call me.
[+] Successfully loaded cowsay plugin!
(hsf)> history -l
[i] HatSploit history:
    * load cowsay
    * load cowsay
(hsf)> 
enty8080 commented 3 years ago

Hello, @thecakeisfalse

I am glad you interested in my work and project. Thanks for reporting this bug, I'll fix it.

Regards, Ivan Nikolsky (@enty8080)

enty8080 commented 3 years ago

@thecakeisfalse, duplicated history commands caused because of adding one scope to another (LocalStorage and GlobalStorage), so it will take some time to fix this.

P.S You can now just ignore this problem.

enty8080 commented 3 years ago

@thecakeisfalse Bug fixed.