mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-25 13:10:21 +00:00
Update README.md
This commit is contained in:
parent
2c7f5e55f9
commit
c04dd85924
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -187,3 +187,19 @@ All you have to do is to provide your Bugcrowd token like this:
|
|||
bcscope -t <YOUR-TOKEN-HERE> -c 2 -p
|
||||
```
|
||||
![alt text](https://www.infosecmatter.com/wp-content/uploads/2020/10/list-scope-for-bugcrowd-bug-bounty-programs.jpg)
|
||||
|
||||
Quite convenient and pretty useful!
|
||||
|
||||
Get the tool here:
|
||||
|
||||
- https://github.com/sw33tLie/bcscope
|
||||
|
||||
## Chaining file uploads with other vulns
|
||||
When testing file upload functionalities in a web application, try setting the filename to the following values:
|
||||
|
||||
```
|
||||
- ../../../tmp/lol.png —> for path traversal
|
||||
- sleep(10)-- -.jpg —> for SQL injection
|
||||
- <svg onload=alert(document.domain)>.jpg/png —> for XSS
|
||||
- ; sleep 10; —> for command injections
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue