borzunov / network-utils

Bunch of simple network utilities written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-utils

A bunch of network utilities, which I wrote in Go to learn this language better

Description

  • http-proxy - HTTP proxy that removes ads from websites by URL regexp and CSS selector
  • ntp-server - NTP server that transmits time from another server altered by a specified number of seconds
  • pop3-client - POP3 client (supports attachments)
  • portscan - TCP and UDP port scanner (detects a limited number of network services)
  • smtp-client - SMTP client (supports attachments)
  • traceas - traceroute wrapper that shows information about autonomous systems in the route

Author

Copyright © 2016-2017 Alexander Borzunov

About

Bunch of simple network utilities written in Go

License:MIT License


Languages

Language:Go 99.6%Language:Smarty 0.4%