This commit is contained in:
Zach Borboa
2016-10-14 18:54:41 -07:00
parent 1d7af4465f
commit f53cd9cbeb
+1 -1
View File
@@ -44,7 +44,7 @@ if (!is_website_url($url)) {
```bash
# Attacker.
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/password"
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/passwd"
```
```php