rastating / wordpress-exploit-framework

A Ruby framework designed to aid in the penetration testing of WordPress systems.
https://rastating.github.io/wordpress-exploit-framework
GNU General Public License v3.0
1.02k stars 265 forks source link

Was a bug with ^D? #35

Closed CaledoniaProject closed 7 years ago

CaledoniaProject commented 7 years ago

When I press ^D I received an error like this:

wpxf [exploit/alo_easymail_csrf_xss_shell_upload] >   [!] Uncaught error: undefined method `split' for nil:NilClass
  [!] /xxx/wordpress-exploit-framework/lib/cli/console.rb:117:in `block in
      start'
      /xxx/wordpress-exploit-framework/lib/cli/console.rb:114:in `loop'
      /xxx/wordpress-exploit-framework/lib/cli/console.rb:114:in `start'
      ./wpxf.rb:93:in `<main>'

It was expecting the shell to exit.

rastating commented 7 years ago

Thanks for reporting this, it will be fixed in the next release :+1: