Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
routersploit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
czos-dpend
routersploit
Commits
dfb9e417
Unverified
Commit
dfb9e417
authored
7 years ago
by
Marcin Bury
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding issue & pr templates (#441)
parent
ae9cd5a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
16 deletions
+23
-16
ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE.md
+8
-16
PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+15
-0
No files found.
ISSUE_TEMPLATE.md
→
.github/
ISSUE_TEMPLATE.md
View file @
dfb9e417
# Prerequisites
Your issue may already be reported!
Please search on the
[
issue track
](
https://github.com/threat9/routersploit/labels/bug
)
before creating one.
! INCOMPLETE REPORTS WILL BE CLOSED. PLEASE REMOVE THIS PART AND LEAVE ONLY THE FOLLOWING SECTIONS IN YOUR REPORT. !
---
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Your Environment
*
RouterSploit Version used:
...
...
@@ -12,16 +10,10 @@ Please search on the [issue track](https://github.com/threat9/routersploit/label
*
Python Version: (
`python3 --version`
)
*
Python Environment: (
`python3 -m pip freeze`
)
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, tell us how it works right now -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
This diff is collapsed.
Click to expand it.
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
View file @
dfb9e417
## Status
** 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`
-
[
]
...
-
[
]
Write tests (
[
Example
](
https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py
)
)
-
[
]
Document how it works
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment