All Projects → sensepost → Go Out

sensepost / Go Out

Licence: gpl-3.0
☄️ go-out - A Golang egress buster.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Go Out

Penta
Open source all-in-one CLI tool to semi-automate pentesting.
Stars: ✭ 130 (+100%)
Mutual labels:  network, scanner
Scannerl
The modular distributed fingerprinting engine
Stars: ✭ 208 (+220%)
Mutual labels:  network, scanner
Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (+147.69%)
Mutual labels:  network, scanner
Pycat
Python network tool, similar to Netcat with custom features.
Stars: ✭ 162 (+149.23%)
Mutual labels:  network, scanner
Silver
Mass scan IPs for vulnerable services
Stars: ✭ 588 (+804.62%)
Mutual labels:  network, scanner
Nwatch
🔍 Tool for - Host Discovery, Port Scanning and Operating System Fingerprinting
Stars: ✭ 127 (+95.38%)
Mutual labels:  network, scanner
Netscanner
netscanner - TCP/UDP scanner to find open or closed ports
Stars: ✭ 191 (+193.85%)
Mutual labels:  network, scanner
Fi6s
IPv6 network scanner designed to be fast
Stars: ✭ 116 (+78.46%)
Mutual labels:  network, scanner
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+535.38%)
Mutual labels:  network, scanner
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+520%)
Mutual labels:  network, scanner
Bscan
an asynchronous target enumeration tool
Stars: ✭ 207 (+218.46%)
Mutual labels:  network, scanner
Rats Search
BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
Stars: ✭ 1,037 (+1495.38%)
Mutual labels:  network, scanner
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+892.31%)
Mutual labels:  network, scanner
Pythem
pentest framework
Stars: ✭ 1,060 (+1530.77%)
Mutual labels:  network, scanner
Vulmap
Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞利用功能
Stars: ✭ 1,079 (+1560%)
Mutual labels:  scanner
Collie
An asynchronous event-driven network framework( port netty ) written in D.
Stars: ✭ 60 (-7.69%)
Mutual labels:  network
Vibe Core
Repository for the next generation of vibe.d's core package.
Stars: ✭ 56 (-13.85%)
Mutual labels:  network
Macfinder
An iOS Library that helps you find the MAC Address of a specific IP
Stars: ✭ 57 (-12.31%)
Mutual labels:  network
Terraform Security Scan
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
Stars: ✭ 64 (-1.54%)
Mutual labels:  scanner
Pcapxray
❄️ PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
Stars: ✭ 1,096 (+1586.15%)
Mutual labels:  network

☄️ go-out

A simple, Golang egress buster using @mubix letmeoutofyour.net and @bhinfosecurity allports.exposed services.

install

Download the latest release for your platform from the releases page.

building from source

This project makes use of Go modules, and therefore needs Golang 1.12+ to build.

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.

sample usage

CLI flags:

Usage of go-out:
  -end int
   The end port to use. (default 65535)
  -https
   Egress bust using HTTPs (letmeout only) (default true)
  -insecure
   Don't verify the certificate when using HTTPs
  -service string
   Use 'letmeout' or 'allports' for this run. (default "letmeout")
  -start int
   The start port to use. (default 1)
  -throttle
   Throttle request speed. (random for a max of 10sec)
  -w int
   Number of concurrent workers to spawn. (default 5)

Sample run:

$ go-out -start=50 -end=80
===== Configuration =====
Service:      letmeout
Start Port:   50
End Port:     80
Workers:      5
HTTPS On:     true
Ignore Certs: false
Throttle:     false
=========================

[!] Looks like we have egress using https://go-out.letmeoutofyour.net:53 on port 53
[!] Looks like we have egress using https://go-out.letmeoutofyour.net:80 on port 80
Done in 9.393870727s

contact

@leonjza

license

go-out is licensed under the GNU General Public License v3.0 license.

Permissions beyond the scope of this license may be available at http://sensepost.com/contact/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].