๐ Support BugScanX on GitHub! โญ
You guys like BugScanX, but it only has 9 stars on GitHub! If you find it useful, please take a moment to star the repo โ your support motivates me to enhance functionality and add new features.
Every star counts! โญ
GitHub Repo: BugScanX
Thank you for your support!
You guys like BugScanX, but it only has 9 stars on GitHub! If you find it useful, please take a moment to star the repo โ your support motivates me to enhance functionality and add new features.
Every star counts! โญ
GitHub Repo: BugScanX
Thank you for your support!
๐25โค7๐1
Termuxify โ Terminal Customization Tool for Termux
Transform your Termux with Termuxify, a simple and lightweight tool to personalize your terminal.
Key Features:
โข 200+ beautiful color themes
โข 7 unique font styles
โข Multiple cursor types
โข Extra settings for a fully custom setup
Installation:
Step 1: Add the Termuxify APT repository
Step 2: Install Termuxify
Step 3: Run termuxify
Need help?
Watch the installation tutorial
Transform your Termux with Termuxify, a simple and lightweight tool to personalize your terminal.
Key Features:
โข 200+ beautiful color themes
โข 7 unique font styles
โข Multiple cursor types
โข Extra settings for a fully custom setup
Installation:
Step 1: Add the Termuxify APT repository
echo "deb [trusted=yes] https://ayanrajpoot10.github.io/termuxify/ stable main" >> $PREFIX/etc/apt/sources.list
Step 2: Install Termuxify
pkg install termuxify
Step 3: Run termuxify
termuxify
Need help?
Watch the installation tutorial
1โค18๐1
โคโ๐ฅ15๐คฃ4๐3๐2
BugScanX - Some Breaking Changes
โข Removed repetitive scanner options.
โข Renamed Host Scanner Pro to Host Scanner, which now serves as the single scanner for scanning hosts from both files and CIDR ranges.
How to input CIDR in Host Scanner:
1. Select the scanning mode.
2. When prompted to enter a filename, press CTRL + Z if you want to scan a CIDR instead.
3. It will then ask you to enter a CIDR range instead of a filename.
โข Removed repetitive scanner options.
โข Renamed Host Scanner Pro to Host Scanner, which now serves as the single scanner for scanning hosts from both files and CIDR ranges.
How to input CIDR in Host Scanner:
1. Select the scanning mode.
2. When prompted to enter a filename, press CTRL + Z if you want to scan a CIDR instead.
3. It will then ask you to enter a CIDR range instead of a filename.
โค22๐ฅ6๐3
all_chaos_subdomains.txt
419.8 MB
All Chaos subdomains in one place โ full database.
Compiled by Ayan Rajpoot
Compiled by Ayan Rajpoot
๐ฅ25โค11๐2โก1
all.zip
1009.5 MB
~260,000,000 (260 million domains)
Note: This ZIP file contains a 4GB TXT file with 260 million domains โ only domains, no subdomains.
First, youโll need to find the subdomains, then scan them.
Doing this for all domains might take just 40โ50 years.
๐ฅ33โค7โก3๐3
๐ Tunn Released
Tunn is a lightweight, cross-platform SSH tunneling client with full WebSocket support.
๐น Highlights:
โข SSH over WebSocket with front domain support
โข Works on Windows, Linux, macOS, and FreeBSD
โข Built with Go โ fast, portable, and easy to use
โข Supports custom proxy and front domain configurations
๐ฆ Download:
๐ GitHub Releases
Give it a try and feel free to send feedback or bug reports!
Tunn is a lightweight, cross-platform SSH tunneling client with full WebSocket support.
๐น Highlights:
โข SSH over WebSocket with front domain support
โข Works on Windows, Linux, macOS, and FreeBSD
โข Built with Go โ fast, portable, and easy to use
โข Supports custom proxy and front domain configurations
๐ฆ Download:
๐ GitHub Releases
Give it a try and feel free to send feedback or bug reports!
โค20๐ฅ3
๐ Tunn New Update is Live!
Weโve optimized the codebase, added config support, SSH server banner display, and much more!
Get the latest version for your system from the GitHub Releases.
๐ Donโt forget to star the repository โ more tunneling modes are coming soon!
Weโve optimized the codebase, added config support, SSH server banner display, and much more!
Get the latest version for your system from the GitHub Releases.
๐ Donโt forget to star the repository โ more tunneling modes are coming soon!
โค18๐ฅ3
BugScanX-Go Update
The new version is simplified โ unnecessary code has been removed, colors have been stripped out, and it's now fully optimized for performance. It's a fast and efficient tool, not a fancy one.
How to Install
Step 1: Install Go
Step 2: Install BugScanX-Go
Step 3: Add Go binary to system PATH
Step 4: Verify Installation
Now use the
The new version is simplified โ unnecessary code has been removed, colors have been stripped out, and it's now fully optimized for performance. It's a fast and efficient tool, not a fancy one.
How to Install
Step 1: Install Go
pkg install golang
Step 2: Install BugScanX-Go
go install -v github.com/ayanrajpoot10/bugscanx-go@latest
Step 3: Add Go binary to system PATH
echo 'export PATH="$PATH:$HOME/go/bin"' >> $HOME/.bashrc && source $HOME/.bashrc
Step 4: Verify Installation
bugscanx-go --help
Now use the
--help
command to learn how to use it.Note: It's not very beginner-friendly since it requires using command-line flags โ but don't worry, it's super easy once you get the hang of it. Just a little learning is needed!
๐ฅ11โค8๐1
Clarification about bugscanx-go and bugscanner-go
Hey everyone,
Some people are calling bugscanx-go a copy of bugscanner-go, so I want to clear things up and explain what it actually is.
๐ bugscanx-go is not a copy โ it's a fork of bugscanner-go.
In open source, a fork means taking the source code of an existing project and continuing development in a different direction. Forking is a normal and fully allowed practice under open-source licenses like MIT.
The original bugscanner-go project has been discontinued by its developer, so I decided to continue its development through this fork.
bugscanx-go is built on the foundation of bugscanner-go, but it follows its own path with internal changes and improvements. It's a separate project that aims to be more efficient and user-friendly while respecting the original work.
โ The project is open-source, transparent, and focused on helping the community.
Please donโt spread misinformation โ if you want to understand the difference, just check the source code yourself.
Thanks for your support!
Hey everyone,
Some people are calling bugscanx-go a copy of bugscanner-go, so I want to clear things up and explain what it actually is.
๐ bugscanx-go is not a copy โ it's a fork of bugscanner-go.
In open source, a fork means taking the source code of an existing project and continuing development in a different direction. Forking is a normal and fully allowed practice under open-source licenses like MIT.
The original bugscanner-go project has been discontinued by its developer, so I decided to continue its development through this fork.
bugscanx-go is built on the foundation of bugscanner-go, but it follows its own path with internal changes and improvements. It's a separate project that aims to be more efficient and user-friendly while respecting the original work.
โ The project is open-source, transparent, and focused on helping the community.
Please donโt spread misinformation โ if you want to understand the difference, just check the source code yourself.
Thanks for your support!
โค32๐ฅ3โก2๐1
Forwarded from AutoScriptX
๐ AutoScriptX Released!
AutoScriptX is a simple script for SSH account management and full VPS automation.
Supports Ubuntu 24.04.
๐ฏ Features:
โ Create, Renew, Lock/Unlock SSH Accounts
โ WebSocket & SSL Tunnel Support
โ Domain & Auto SSL Setup
โ Change SSH Banner & HTTP 101 Response
โ Dropbear, Stunnel, Nginx, BadVPN
โ System Info & Service Control
โ SSHGuard Protection
โ Fast Go-based WebSocket Proxy
๐ฅ Install (as root):
โถ๏ธ After install:
๐ GitHub: https://github.com/ayanrajpoot10/AutoScriptX
AutoScriptX is a simple script for SSH account management and full VPS automation.
Supports Ubuntu 24.04.
๐ฏ Features:
โ Create, Renew, Lock/Unlock SSH Accounts
โ WebSocket & SSL Tunnel Support
โ Domain & Auto SSL Setup
โ Change SSH Banner & HTTP 101 Response
โ Dropbear, Stunnel, Nginx, BadVPN
โ System Info & Service Control
โ SSHGuard Protection
โ Fast Go-based WebSocket Proxy
๐ฅ Install (as root):
bash <(curl -Ls https://raw.githubusercontent.com/ayanrajpoot10/AutoScriptX/main/install.sh)
โถ๏ธ After install:
autoscriptx
# or
asx
๐ GitHub: https://github.com/ayanrajpoot10/AutoScriptX
โค21๐ฅ5โก1
Forwarded from AutoScriptX
๐ AutoScriptX x-ui Extension Released!
Want to use x-ui or 3x-ui panel alongside AutoScriptX?
Now you can โ with our brand new x-ui support extension!
โ Just install the extension,
โ Open x-ui/3x-ui panel,
โ Create an account on any port and path โ
It will automatically work on:
๐ Port
๐ Port
๐ ๏ธ Installation (run as root):
Want to use x-ui or 3x-ui panel alongside AutoScriptX?
Now you can โ with our brand new x-ui support extension!
โ Just install the extension,
โ Open x-ui/3x-ui panel,
โ Create an account on any port and path โ
It will automatically work on:
๐ Port
80
(non-TLS)๐ Port
443
(TLS)๐ ๏ธ Installation (run as root):
bash <(curl -Ls https://raw.githubusercontent.com/ayanrajpoot10/AutoScriptX/main/x-ui/xui-extension.sh)
๐ฅ9โค3๐1