All Projects → Portauthority → Similar Projects or Alternatives

533 Open source projects that are alternatives of or similar to Portauthority

Pbscan
Faster and more efficient stateless SYN scanner and banner grabber due to userland TCP/IP stack usage.
Stars: ✭ 122 (-29.89%)
Mutual labels:  tcp, security-scanner, port-scanner
Evilscan
NodeJS Simple Network Scanner
Stars: ✭ 428 (+145.98%)
Mutual labels:  security-scanner, port-scanner
Awesome Internet Scanning
A curated list of awesome Internet port and host scanners, plus related components and much more, with a focus on free and open source projects.
Stars: ✭ 130 (-25.29%)
Mutual labels:  port-scanner
Ngx healthcheck module
nginx module for upstream servers health check. support stream and http upstream. 该模块可以为Nginx提供主动式后端服务器健康检查的功能(同时支持四层和七层后端服务器的健康检测)
Stars: ✭ 145 (-16.67%)
Mutual labels:  tcp
Mbserver
Golang Modbus Server (Slave)
Stars: ✭ 124 (-28.74%)
Mutual labels:  tcp
Dark Fantasy Hack Tool
DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
Stars: ✭ 131 (-24.71%)
Mutual labels:  port-scanner
Asset Scan
asset-scan是一款适用甲方企业的外网资产周期性扫描监控系统
Stars: ✭ 149 (-14.37%)
Mutual labels:  port-scanner
Level Ip
A hacker's userspace TCP/IP stack
Stars: ✭ 1,862 (+970.11%)
Mutual labels:  tcp
Gff
GFF is a imitation QQ communication project, based on high IOCP. GFF是模仿QQ通讯项目,通信基于SAEA.MessageSocket、SAEA.Http、SAEA.MVC实现
Stars: ✭ 162 (-6.9%)
Mutual labels:  tcp
Clamscan
A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
Stars: ✭ 121 (-30.46%)
Mutual labels:  tcp
Tcpgoon
tcpgoon, maximum TCP connections tester
Stars: ✭ 141 (-18.97%)
Mutual labels:  tcp
Tcpdog
eBPF based TCP observability.
Stars: ✭ 119 (-31.61%)
Mutual labels:  tcp
Nimscan
🚀 Fast Port Scanner 🚀
Stars: ✭ 134 (-22.99%)
Mutual labels:  port-scanner
It books
好书分享,送人玫瑰,手有余香。
Stars: ✭ 154 (-11.49%)
Mutual labels:  tcp
Wpscan V3
THIS REPOSITORY HAS BEEN MOVED TO https://github.com/wpscanteam/wpscan USE THAT!!!
Stars: ✭ 132 (-24.14%)
Mutual labels:  security-scanner
Shackle
High-Performance Erlang Network Client Framework
Stars: ✭ 163 (-6.32%)
Mutual labels:  tcp
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-27.01%)
Mutual labels:  tcp
Logback Gelf
Logback appender for sending GELF messages with zero additional dependencies.
Stars: ✭ 146 (-16.09%)
Mutual labels:  tcp
Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+1099.43%)
Mutual labels:  tcp
Convey
Layer 4 load balancer with dynamic configuration loading
Stars: ✭ 168 (-3.45%)
Mutual labels:  tcp
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-29.89%)
Mutual labels:  tcp
Gap Proxy
gap-proxy 是一个加速网络的 SOCKS5 安全代理工具。
Stars: ✭ 144 (-17.24%)
Mutual labels:  tcp
Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+837.36%)
Mutual labels:  tcp
Patrowlengines
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 162 (-6.9%)
Mutual labels:  security-scanner
Security Checker
A PHP dependency vulnerabilities scanner based on the Security Advisories Database.
Stars: ✭ 115 (-33.91%)
Mutual labels:  security-scanner
Minimalistic Offensive Security Tools
A repository of tools for pentesting of restricted and isolated environments.
Stars: ✭ 135 (-22.41%)
Mutual labels:  port-scanner
Xtcp
A TCP Server Framework with graceful shutdown, custom protocol.
Stars: ✭ 116 (-33.33%)
Mutual labels:  tcp
Nodejsscan
nodejsscan is a static security code scanner for Node.js applications.
Stars: ✭ 1,874 (+977.01%)
Mutual labels:  security-scanner
Kalm.js
The socket manager
Stars: ✭ 155 (-10.92%)
Mutual labels:  tcp
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (-23.56%)
Mutual labels:  tcp
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+1224.71%)
Mutual labels:  security-scanner
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (-24.14%)
Mutual labels:  tcp
Nettychat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Stars: ✭ 1,979 (+1037.36%)
Mutual labels:  tcp
Gsil
GitHub Sensitive Information Leakage(GitHub敏感信息泄露监控)
Stars: ✭ 1,764 (+913.79%)
Mutual labels:  security-scanner
Dnsguide
A guide to writing a DNS Server from scratch in Rust
Stars: ✭ 2,226 (+1179.31%)
Mutual labels:  tcp
Socketpushclient
最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些代码,包括Socket的TCP长连接及发消息,Service如何不被轻易杀死,通过aidl实现界面实时与Service的通信,可以在界面上控制Socket的连接与断开以及发消息,并采用了Parcelable对象实现aidl传参
Stars: ✭ 129 (-25.86%)
Mutual labels:  tcp
Lstf
The aggregated TCP flows printer in Linux
Stars: ✭ 147 (-15.52%)
Mutual labels:  tcp
Vuln Web Apps
A curated list of vulnerable web applications.
Stars: ✭ 128 (-26.44%)
Mutual labels:  security-scanner
Simpletcp
A minimal non-blocking TCP server written for Python 3.
Stars: ✭ 162 (-6.9%)
Mutual labels:  tcp
Transperf
a tool for testing transport protocol performance over emulated network scenarios
Stars: ✭ 125 (-28.16%)
Mutual labels:  tcp
Co
Art of C++. Flag, logging, unit-test, json, go-style coroutine and more.
Stars: ✭ 2,264 (+1201.15%)
Mutual labels:  tcp
Qtnetworkng
QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.
Stars: ✭ 125 (-28.16%)
Mutual labels:  tcp
Croc
Easily and securely send things from one computer to another 🐊 📦
Stars: ✭ 17,834 (+10149.43%)
Mutual labels:  tcp
Chrome Net
Use the Node `net` API in Chrome Apps
Stars: ✭ 123 (-29.31%)
Mutual labels:  tcp
Ti Rpc
基于swoole封装的一个简易的JSON协议的RPC框架,思路是借鉴的,代码是自己写的。小修小改的,目前服务于前公司(注意是前公司)生产环境,每日支撑大约8000万次调用。
Stars: ✭ 144 (-17.24%)
Mutual labels:  tcp
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-6.9%)
Mutual labels:  security-scanner
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-30.46%)
Mutual labels:  tcp
Docker X11 Bridge
Simple Xpra X11 bridge to enable GUI with any docker image
Stars: ✭ 143 (-17.82%)
Mutual labels:  tcp
Nosqli
NoSql Injection CLI tool, for finding vulnerable websites using MongoDB.
Stars: ✭ 120 (-31.03%)
Mutual labels:  security-scanner
Finshir
💫 An asynchronous Low & Slow traffic generator, written in Rust
Stars: ✭ 168 (-3.45%)
Mutual labels:  tcp
Powershell ipv4portscanner
Powerful asynchronus IPv4 port scanner for PowerShell
Stars: ✭ 117 (-32.76%)
Mutual labels:  tcp
Semgrep Rules
Semgrep rules registry
Stars: ✭ 140 (-19.54%)
Mutual labels:  security-scanner
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+6413.79%)
Mutual labels:  tcp
Go Shodan
Shodan API client
Stars: ✭ 158 (-9.2%)
Mutual labels:  security-scanner
Fi6s
IPv6 network scanner designed to be fast
Stars: ✭ 116 (-33.33%)
Mutual labels:  tcp
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+948.28%)
Mutual labels:  security-scanner
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+1228.74%)
Mutual labels:  security-scanner
Mqttnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 2,486 (+1328.74%)
Mutual labels:  tcp
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (-5.75%)
Mutual labels:  tcp
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (-10.92%)
Mutual labels:  tcp
1-60 of 533 similar projects