Unverified Commit 5a7185fd by Marcin Bury Committed by GitHub

Improving PR template (#448)

parent 72f5b2fb
## Status ## Status
** READY/IN DEVELOPMENT/HOLD ** **READY/IN DEVELOPMENT/HOLD**
## Description ## Description
Describe what is changed by your Pull Request. If this PR is related to the open issue (bug/feature/new module) please attach issue number. Describe what is changed by your Pull Request. If this PR is related to the open issue (bug/feature/new module) please attach issue number.
## Verification ## Verification
Provide steps to test or reproduce the PR. Provide steps to test or reproduce the PR.
- [ ] Start `./rsf.py` 1. Start `./rsf.py`
- [ ] `use exploits/routers/dlink/dsl_2750b_rce` 2. `use exploits/routers/dlink/dsl_2750b_rce`
- [ ] `set target 192.168.1.1` 3. `set target 192.168.1.1`
- [ ] `run` 4. `run`
- [ ] ... 5. ...
## Checklist
- [ ] Write module/feature
- [ ] Write tests ([Example](https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py)) - [ ] Write tests ([Example](https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py))
- [ ] Document how it works ([Example](https://github.com/threat9/routersploit/blob/master/docs/modules/exploits/routers/dlink/dsl_2750b_rce.md)) - [ ] Document how it works ([Example](https://github.com/threat9/routersploit/blob/master/docs/modules/exploits/routers/dlink/dsl_2750b_rce.md))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment