#python #file_sharing #file_upload #http_server #https_server #simplehttpserver
https://github.com/sc0tfree/updog
https://github.com/sc0tfree/updog
GitHub
GitHub - sc0tfree/updog: Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S,…
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth. - sc0tfree/updog
#c_lang #epool #event_loop #formdata #gin #http #https #libevent #restful
https://github.com/ithewei/libhv
https://github.com/ithewei/libhv
GitHub
GitHub - ithewei/libhv: 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. - ithewei/libhv
#c_lang #ebpf #golang #https #network_capture #security_audit #ssldump #tcpdump #tls
https://github.com/ehids/ecapture
https://github.com/ehids/ecapture
GitHub
GitHub - gojue/ecapture: Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for…
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64. - gojue/ecapture
#c_lang #c_library #cipher_suites #cryptography #cryptography_api #dtls #embedded_systems #encryption #fips #https #iot #openssl #openssl_alternative #openssl_api #security #ssl #tls #tls_support #tls13 #trusted_execution_environment #wolfssl
https://github.com/wolfSSL/wolfssl
https://github.com/wolfSSL/wolfssl
GitHub
GitHub - wolfSSL/wolfssl: The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the…
The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3! - wolfSSL/wolfssl
#go #bittorrent #downloader #flutter #golang #http #https #torrent
https://github.com/monkeyWie/gopeed
https://github.com/monkeyWie/gopeed
GitHub
GitHub - GopeedLab/gopeed: A modern download manager that supports all platforms. Built with Golang and Flutter.
A modern download manager that supports all platforms. Built with Golang and Flutter. - GopeedLab/gopeed
#python #backdoor #cli #controller #declarative #docker #gui #hacking #http_requests #https #linux #macos #onion #payload #php #remoteaccess #revisioncontrol #termux #website #windows
https://github.com/yasserbdj96/hiphp
https://github.com/yasserbdj96/hiphp
GitHub
GitHub - yasserbdj96/hiphp: The BackDoor of HIPHP gives you the power to control websites based on PHP using HTTP/HTTPS protocol.…
The BackDoor of HIPHP gives you the power to control websites based on PHP using HTTP/HTTPS protocol. By sending files, tokens and commands through port 80's POST/GET method, users can acce...
#go #certificates #chrome #firefox #https #ios #linux #local_development #localhost #macos #root_ca #tls #windows
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.
https://github.com/FiloSottile/mkcert
GitHub
GitHub - FiloSottile/mkcert: A simple zero-config tool to make locally trusted development certificates with any names you'd like.
A simple zero-config tool to make locally trusted development certificates with any names you'd like. - FiloSottile/mkcert
#c_lang #c #client #curl #ftp #gopher #hacktoberfest #http #https #imaps #ldap #libcurl #library #mqtt #pop3 #scp #sftp #transfer_data #transferring_data #user_agent #websocket
Curl is a tool that helps you transfer data using URLs. You can learn how to use it by reading the manual or visiting the curl website. It's free and open source, which means anyone can use and modify it. If you need help, you can contact the community through mailing lists or GitHub. For businesses, there's also commercial support available. The benefit to you is that curl makes it easy to manage data transfers from the command line, and since it's open source, it's free and constantly improved by a community of users.
https://github.com/curl/curl
Curl is a tool that helps you transfer data using URLs. You can learn how to use it by reading the manual or visiting the curl website. It's free and open source, which means anyone can use and modify it. If you need help, you can contact the community through mailing lists or GitHub. For businesses, there's also commercial support available. The benefit to you is that curl makes it easy to manage data transfers from the command line, and since it's open source, it's free and constantly improved by a community of users.
https://github.com/curl/curl
GitHub
GitHub - curl/curl: A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER…
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP...
#go #acme #automatic_https #caddy #caddyfile #go #golang #http #http_server #http3 #https #privacy #reverse_proxy #security #tls #web_server
Caddy is a powerful server platform that makes it easy to set up and manage websites with automatic HTTPS. It uses TLS by default, which means your site is always secure. Caddy is easy to configure using a simple file called the Caddyfile or JSON, and it supports multiple protocols like HTTP/1.1, HTTP/2, and HTTP/3. It's highly extensible, meaning you can add features without making the server bulky. Caddy is production-ready, having served trillions of requests and managed millions of TLS certificates. This makes it reliable and scalable for hundreds of thousands of sites. Using Caddy benefits you by providing automatic security, ease of use, and high performance, making your website more secure and efficient.
https://github.com/caddyserver/caddy
Caddy is a powerful server platform that makes it easy to set up and manage websites with automatic HTTPS. It uses TLS by default, which means your site is always secure. Caddy is easy to configure using a simple file called the Caddyfile or JSON, and it supports multiple protocols like HTTP/1.1, HTTP/2, and HTTP/3. It's highly extensible, meaning you can add features without making the server bulky. Caddy is production-ready, having served trillions of requests and managed millions of TLS certificates. This makes it reliable and scalable for hundreds of thousands of sites. Using Caddy benefits you by providing automatic security, ease of use, and high performance, making your website more secure and efficient.
https://github.com/caddyserver/caddy
GitHub
GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS - caddyserver/caddy
👍1
#javascript #adblocking #backend #browsersync #bypass #bypass_recaptchav3 #fastify #frontend #https_proxy #javascript #node #nodejs #onion_service #proxy #socks5_proxy #tor #trending #unblocker #vpn #webproxy #websocket
Holy Unblocker LTS is a web proxy service that helps you access blocked websites. It can bypass various types of web filters, including those on your network or browser. Here are the key benefits You can visit sites like YouTube, Discord, Reddit, and more even if they are blocked.
- **Multiple Proxies** You can browse Tor/Onion sites in any browser using the Settings menu.
- **Ad Blocking** The service features a library of games, including HTML5 games, flash games, and emulators.
- **Self-Hosting**: You can self-host Holy Unblocker for maximum privacy control using free or paid deployment options.
Overall, Holy Unblocker LTS provides a robust solution for bypassing censorship and accessing a wide range of online content securely.
https://github.com/QuiteAFancyEmerald/Holy-Unblocker
Holy Unblocker LTS is a web proxy service that helps you access blocked websites. It can bypass various types of web filters, including those on your network or browser. Here are the key benefits You can visit sites like YouTube, Discord, Reddit, and more even if they are blocked.
- **Multiple Proxies** You can browse Tor/Onion sites in any browser using the Settings menu.
- **Ad Blocking** The service features a library of games, including HTML5 games, flash games, and emulators.
- **Self-Hosting**: You can self-host Holy Unblocker for maximum privacy control using free or paid deployment options.
Overall, Holy Unblocker LTS provides a robust solution for bypassing censorship and accessing a wide range of online content securely.
https://github.com/QuiteAFancyEmerald/Holy-Unblocker
GitHub
GitHub - QuiteAFancyEmerald/Holy-Unblocker: Holy Unblocker LTS is a web proxy service that helps you access websites that may be…
Holy Unblocker LTS is a web proxy service that helps you access websites that may be blocked by your network, government or policy all within your browser with no download or setup. It does this se...