You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Linux based, and I gained access to it's shell (a secret URL). I have access to iptables, but no -tee support.Aloha– Aloha2015-08-17 14:10:15 +00:00Commented Aug 17, 2015 at 14:10
- 1You can get a root shell on almost every router from the web interface just by abusing the "firmware update" feature to upload a modified firmware image running an sshd and including all the tools you need (tcpdump, etc).André Borie– André Borie2015-12-03 01:54:59 +00:00Commented Dec 3, 2015 at 1:54
- This is only correct in the mathematical sense of "almost every", ie. "with a finite number of exceptions". :-)Tilman Schmidt– Tilman Schmidt2015-12-03 09:59:56 +00:00Commented Dec 3, 2015 at 9:59
- To expand: For many existing routers you will not be able to pull off that feat because the firmware update feature won't work over the WAN interface, or because you don't have a firmware image for it that will be accepted by the firmware update procedure and successfully run on the router with sshd and all those tools.Tilman Schmidt– Tilman Schmidt2015-12-03 10:11:04 +00:00Commented Dec 3, 2015 at 10:11
- @TilmanSchmidt usually either the web interface isn't available over WAN at all, in which case it's a bit more complicated to exploit (you need to use another service listening on the WAN port or trick the user to visit a page exploiting a CSRF in the router's interface to enable WAN access to the web interface), or the web interface is available with (almost always) all its features enabled, including firmware update.André Borie– André Borie2015-12-10 15:23:06 +00:00Commented Dec 10, 2015 at 15:23
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you