Skip to content

Commit 0f7ff32

Browse files
committed
Update README.
1 parent f06a9bf commit 0f7ff32

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# ☄️ go-out
22

3-
A simple, dependency free, Golang egress buster using [@mubix](https://twitter.com/mubix) letmeoutofyour.net and [@bhinfosecurity](https://twitter.com/bhinfosecurity) allports.exposed services.
3+
A simple, Golang egress buster using [@mubix](https://twitter.com/mubix) letmeoutofyour.net and [@bhinfosecurity](https://twitter.com/bhinfosecurity) allports.exposed services.
44

55
## install
66

77
Download the latest release for your platform from the [releases page](https://github.com/sensepost/go-out/releases/latest).
88

99
### building from source
1010

11+
This project makes use of Go modules, and therefore needs Golang 1.12+ to build.
12+
1113
To build `go-out` from source, simply clone this repository and `go build -o go-out main.go`. If you would like to cross compile for other platforms, take a look at the [Makefile](https://github.com/sensepost/go-out/blob/master/Makefile).
1214

1315
## sample usage
@@ -17,38 +19,38 @@ CLI flags:
1719
```text
1820
Usage of go-out:
1921
-end int
20-
The end port to use. (default 65535)
22+
The end port to use. (default 65535)
2123
-https
22-
Egress bust using HTTPs (letmeout only) (default true)
24+
Egress bust using HTTPs (letmeout only) (default true)
25+
-insecure
26+
Don't verify the certificate when using HTTPs
2327
-service string
24-
Use 'letmeout' or 'allports' for this run. (default "letmeout")
28+
Use 'letmeout' or 'allports' for this run. (default "letmeout")
2529
-start int
26-
The start port to use. (default 1)
30+
The start port to use. (default 1)
2731
-throttle
28-
Throttle request speed. (random times, max 10sec) (default true)
32+
Throttle request speed. (random for a max of 10sec)
2933
-w int
30-
Number of concurrent workers to spawn. (default 5)
34+
Number of concurrent workers to spawn. (default 5)
3135
```
3236

3337
Sample run:
3438

3539
```text
3640
$ go-out -start=50 -end=80
3741
===== Configuration =====
38-
Service: letmeout
39-
Start Port: 50
40-
End Port: 80
41-
Workers: 5
42-
HTTPS On: true
43-
Throttle: false
42+
Service: letmeout
43+
Start Port: 50
44+
End Port: 80
45+
Workers: 5
46+
HTTPS On: true
47+
Ignore Certs: false
48+
Throttle: false
4449
=========================
4550
46-
[!] Egress on port 50
47-
[!] Egress on port 54
48-
[!] Egress on port 51
49-
[!] Egress on port 53
50-
[!] Egress on port 80
51-
Done in 48.542120002s
51+
[!] Looks like we have egress using https://go-out.letmeoutofyour.net:53 on port 53
52+
[!] Looks like we have egress using https://go-out.letmeoutofyour.net:80 on port 80
53+
Done in 9.393870727s
5254
```
5355

5456
## contact

0 commit comments

Comments
 (0)