All Projects → Halive → Similar Projects or Alternatives

1666 Open source projects that are alternatives of or similar to Halive

Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+48.94%)
Mutual labels:  bugbounty, reconnaissance
targets
A collection of over 5.1 million sub-domains and assets belonging to public bug bounty programs, compiled into a repo, for performing bulk operations.
Stars: ✭ 85 (+80.85%)
Mutual labels:  bugbounty, reconnaissance
ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (-63.83%)
Mutual labels:  https, requests
SourceWolf
Amazingly fast response crawler to find juicy stuff in the source code! 😎🔥
Stars: ✭ 132 (+180.85%)
Mutual labels:  bugbounty, reconnaissance
Requests Threads
🎭 Twisted Deferred Thread backend for Requests.
Stars: ✭ 366 (+678.72%)
Mutual labels:  asyncio, requests
get LibSeat
利昂图书馆预约系统自动预约&签到程序。支持包括中国人民大学、北京师范大学、济南大学、哈尔滨工业大学等在内的38所高校的图书馆系统
Stars: ✭ 39 (-17.02%)
Mutual labels:  https, requests
aiotunnel
HTTP tunnel on top of aiohttp and asyncio
Stars: ✭ 29 (-38.3%)
Mutual labels:  https, asyncio
AsyncIO
.NET library for handling asynchronous file system operations
Stars: ✭ 20 (-57.45%)
Mutual labels:  asynchronous, asyncio
Cloudscraper
CloudScraper: Tool to enumerate targets in search of cloud resources. S3 Buckets, Azure Blobs, Digital Ocean Storage Space.
Stars: ✭ 276 (+487.23%)
Mutual labels:  reconnaissance, bugbounty
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (+527.66%)
Mutual labels:  asynchronous, https
esa-httpclient
An asynchronous event-driven HTTP client based on netty.
Stars: ✭ 82 (+74.47%)
Mutual labels:  asynchronous, https
Allaboutbugbounty
All about bug bounty (bypasses, payloads, and etc)
Stars: ✭ 758 (+1512.77%)
Mutual labels:  reconnaissance, bugbounty
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+3244.68%)
Mutual labels:  bugbounty, reconnaissance
socketwrapper
Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17.
Stars: ✭ 33 (-29.79%)
Mutual labels:  asynchronous, asyncio
flydns
Related subdomains finder
Stars: ✭ 29 (-38.3%)
Mutual labels:  bugbounty, reconnaissance
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (-4.26%)
Mutual labels:  bugbounty, reconnaissance
aioconnectors
Simple secure asynchronous message queue
Stars: ✭ 17 (-63.83%)
Mutual labels:  asynchronous, asyncio
Peanuts
Peanuts is a free and open source wifi tracking tool. Based on the SensePosts Snoopy-NG project that is now closed.
Stars: ✭ 34 (-27.66%)
Mutual labels:  probe, requests
HULK-v3
Asynchronous HTTP Botnet for Distributed Denial of Service (DDoS)
Stars: ✭ 152 (+223.4%)
Mutual labels:  asynchronous, https
Megplus
Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED]
Stars: ✭ 268 (+470.21%)
Mutual labels:  reconnaissance, bugbounty
Recon My Way
This repository created for personal use and added tools from my latest blog post.
Stars: ✭ 271 (+476.6%)
Mutual labels:  reconnaissance, bugbounty
Netty Http Client
An asynchronous http client in Java, with a clean, callback-based API, using Netty 4.x
Stars: ✭ 295 (+527.66%)
Mutual labels:  asynchronous, https
Recon Pipeline
An automated target reconnaissance pipeline.
Stars: ✭ 278 (+491.49%)
Mutual labels:  reconnaissance, bugbounty
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+1100%)
Mutual labels:  reconnaissance, bugbounty
Easy Scraping Tutorial
Simple but useful Python web scraping tutorial code.
Stars: ✭ 583 (+1140.43%)
Mutual labels:  asyncio, requests
wordlist generator
Unique wordlist generator of unique wordlists.
Stars: ✭ 41 (-12.77%)
Mutual labels:  bugbounty, reconnaissance
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-85.11%)
Mutual labels:  asyncio, asynchronous
Python Mocket
a socket mock framework - for all kinds of socket animals, web-clients included
Stars: ✭ 209 (+344.68%)
Mutual labels:  asyncio, https
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+202.13%)
Mutual labels:  bugbounty, reconnaissance
Aiomisc
aiomisc - miscellaneous utils for asyncio
Stars: ✭ 200 (+325.53%)
Mutual labels:  asyncio, asynchronous
apkizer
apkizer is a mass downloader for android applications for all available versions.
Stars: ✭ 40 (-14.89%)
Mutual labels:  bugbounty, reconnaissance
torequests
Async wrapper for requests / aiohttp, and some crawler toolkits. Let synchronization code enjoy the performance of asynchronous programming.
Stars: ✭ 22 (-53.19%)
Mutual labels:  asynchronous, requests
async retrial
Python package for retrial of asyncio based coroutines
Stars: ✭ 14 (-70.21%)
Mutual labels:  asynchronous, asyncio
Aiosmtplib
asyncio smtplib implementation
Stars: ✭ 200 (+325.53%)
Mutual labels:  asyncio, asynchronous
py3tftp
An asynchronous TFTP server in pure Python 3.5
Stars: ✭ 39 (-17.02%)
Mutual labels:  asynchronous, asyncio
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+4.26%)
Mutual labels:  requests, asyncio
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+227.66%)
Mutual labels:  asynchronous, asyncio
duckpy
A simple Python library for searching on DuckDuckGo.
Stars: ✭ 20 (-57.45%)
Mutual labels:  asynchronous, asyncio
asynchronous
A D port of Python's asyncio library
Stars: ✭ 35 (-25.53%)
Mutual labels:  asynchronous, asyncio
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+255.32%)
Mutual labels:  bugbounty, reconnaissance
frida setup
One-click installer for Frida and Burp certs for SSL Pinning bypass
Stars: ✭ 47 (+0%)
Mutual labels:  bugbounty, reconnaissance
Paco
Small utility library for coroutine-driven asynchronous generic programming in Python 3.4+
Stars: ✭ 198 (+321.28%)
Mutual labels:  asyncio, asynchronous
Aiotutorial
code snippets for asyncio tutorial
Stars: ✭ 257 (+446.81%)
Mutual labels:  asyncio, asynchronous
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (-61.7%)
Mutual labels:  https, asyncio
Python3 Concurrency Pics 02
爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
Stars: ✭ 275 (+485.11%)
Mutual labels:  asyncio, requests
quick-recon.py
Do some quick reconnaissance on a domain-based web-application
Stars: ✭ 13 (-72.34%)
Mutual labels:  bugbounty, reconnaissance
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+7114.89%)
Mutual labels:  reconnaissance, bugbounty
Lazyrecon
An automated approach to performing recon for bug bounty hunting and penetration testing.
Stars: ✭ 282 (+500%)
Mutual labels:  reconnaissance, bugbounty
Osint tips
OSINT
Stars: ✭ 322 (+585.11%)
Mutual labels:  reconnaissance, bugbounty
rigor
HTTP-based DSL for for validating RESTful APIs
Stars: ✭ 65 (+38.3%)
Mutual labels:  requests, asyncio
Tornado Celery
Non-blocking Celery client for Tornado
Stars: ✭ 561 (+1093.62%)
Mutual labels:  asyncio, asynchronous
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+1051.06%)
Mutual labels:  reconnaissance, bugbounty
Yappi
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
Stars: ✭ 595 (+1165.96%)
Mutual labels:  asyncio, asynchronous
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+808.51%)
Mutual labels:  reconnaissance, bugbounty
Kubernetes asyncio
Python asynchronous client library for Kubernetes http://kubernetes.io/
Stars: ✭ 147 (+212.77%)
Mutual labels:  asyncio, asynchronous
Minotaur
A pythonic, asynchronous, inotify interface
Stars: ✭ 163 (+246.81%)
Mutual labels:  asyncio, asynchronous
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-8.51%)
Mutual labels:  bugbounty, reconnaissance
Bocadillo
(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone
Stars: ✭ 401 (+753.19%)
Mutual labels:  asyncio, asynchronous
Async Reduce
Reducer for similar simultaneously coroutines
Stars: ✭ 17 (-63.83%)
Mutual labels:  asyncio, asynchronous
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 859 (+1727.66%)
Mutual labels:  reconnaissance, bugbounty
1-60 of 1666 similar projects