Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Dec 9, 2021
2 parents 8bd11b8 + e2d5142 commit 802445b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ An alternative is `export CMD=[CTRL+V] && (echo $CMD && cat) | nc [VICTIM_IP] 44

**Improve UX**
- Handle case when curl isn't on target machine (wget version?) *Proposal: flag `method` (default curl), will determine the handler "alias" and adapt it in function (wget and Invoke-Webquest)
- Completion on target shell to help `pull` (path completion)
- An option to directly launch the reverse shell session with shortcut from `gitar`
- Soft to workaround limit due to `cat` use for reverse shell connection => autocompletion in reverse shell will not work as we have a pipe not a terminal. (To solve the pb we must have a prgm that creates a pseudoterminal, spawns a program connected to this pseudoterminal [see](https://stackoverflow.com/questions/5843741/how-can-i-pipe-initial-input-into-process-which-will-then-be-interactive) )

0 comments on commit 802445b

Please # to comment.