Skip to content

Commit

Permalink
Useful Commands
Browse files Browse the repository at this point in the history
Added Useful Commands Cheatsheet
  • Loading branch information
1nPr0c committed Oct 2, 2014
1 parent fb6f719 commit 01d0e34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cheatsheet_UsefulCommands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Useful commands
---------------

[+] Remove text using sed

cat SSL_Hosts.txt | sed -r 's/\ttcp\t/:/g'

[+] Port forwarding using NCAT

ncat -lvkp 12345 -c "ncat --ssl 192.168.0.1 443"

0 comments on commit 01d0e34

Please sign in to comment.