Unverified Commit 5a7185fd by Marcin Bury Committed by GitHub

Improving PR template (#448)

parent 72f5b2fb
## Status
** READY/IN DEVELOPMENT/HOLD **
**READY/IN DEVELOPMENT/HOLD**
## 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.
## Verification
Provide steps to test or reproduce the PR.
- [ ] Start `./rsf.py`
- [ ] `use exploits/routers/dlink/dsl_2750b_rce`
- [ ] `set target 192.168.1.1`
- [ ] `run`
- [ ] ...
1. Start `./rsf.py`
2. `use exploits/routers/dlink/dsl_2750b_rce`
3. `set target 192.168.1.1`
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))
- [ ] 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