Hysen Labs
Open-source project
bitscoper/bitscoper_cyberkit avatar
bitscoper

bitscoper_cyberkit

A Flutter App: Bluetooth LE Scanner, IPv4 Subnet Scanner, mDNS Scanner, UPnP Scanner, Route Tracer, TCP Port Scanner, Pinger, File Hash Calculator, String Hash Calculator, CVSS Calculator, Base Encoder, Morse Code Translator, QR Code Generator, OGP Data Extractor, Series URI Crawler, DNS Record Retriever, WHOIS Retriever, and Wi-Fi Details Viewer

51 stars2 forksDartGPL-3.0
DEEP OPEN-SOURCE ANALYSIS

Bitscoper CyberKit bundles network and crypto utilities in one Flutter app

Bitscoper CyberKit is a Flutter application that combines network scanners, hash calculators, a CVSS calculator and several encoding and lookup tools.

The tool collection

Bitscoper CyberKit is a Flutter application that bundles eighteen distinct tools. The README lists a Bluetooth Low Energy scanner, an IPv4 subnet scanner, an mDNS scanner, a UPnP scanner, a route tracer, a TCP port scanner, a pinger, a file hash calculator, a string hash calculator, a CVSS calculator, a base encoder, a Morse code translator, a QR code generator, an OGP data extractor, a series URI crawler, a DNS record retriever, a WHOIS retriever, and a Wi Fi details viewer. The hash calculators cover MD5, SHA1, SHA224, SHA256, SHA384 and SHA512 for both files and strings. The base encoder handles binary through Base64 plus Base32, Base36, Base58 and Base62. The DNS retriever can pull a long list of record types including A, AAAA, CNAME, MX, TXT, SRV, NS, SOA and many security related records such as CAA, DNSKEY, DS and SSHFP. The CVSS calculator uses CVSS version 3.1 to compute a base score of exploitability. The collection is pitched at people who do network diagnosis and basic security work from one interface rather than many separate programs, and the single app shell keeps the tools consistent across every supported operating system without duplicating setup. The single app shell keeps the tools consistent across every supported operating system without duplicating setup for each one separately.

Platform support and distribution

The README provides prebuilt binaries for many platforms. Linux gets an x64 executable and an AppImage. Android builds are distributed through the IzzyOnDroid F-Droid repository and Obtainium, and the README notes that Google Play submission is paused because the author no longer owns the account. macOS and iOS get executables, and Windows gets a Microsoft Store entry plus an x64 executable and an MSIX. A container image is published on the GitHub Container Registry, and the README mentions that an Amazon ECR public gallery free tier has expired. A web build is listed but marked disabled due to a build failure. The compatibility table shows which tools run on which platform, with route tracer limited to Android and iOS, DNS record retriever absent on macOS, and the web column mostly unavailable. The project also documents a Podman or Docker run path for Linux. This breadth means a user on almost any desktop or mobile OS can run the kit, even if a few tools are platform restricted, and the F-Droid route gives Android users a reproducible build they can verify rather than a closed store package. The F-Droid route gives Android users a reproducible build they can verify rather than a closed store package they must trust on faith.

Development and release flow

The README describes a release flow where the code builds into the various platform artifacts listed above, with the Docker image pushed to the GitHub Container Registry. Development commands cover renaming the bundle id, setting the app name per platform, generating icons and splash screens, localizations, and Android keystore handling. The notes section is candid about project state: commit messages are written in Title Case past tense without articles, Microsoft Store submissions may vary or lag, Google Play is paused, the Amazon ECR free tier expired, the web build is disabled by a build failure, and some commits were deleted in the past but are unlikely to be again. These notes give an honest picture of a one person project with real distribution but some rough edges. The README also includes a warning at the top that unlawful use is prohibited, which frames the tools as legitimate diagnostic and educational utilities rather than offensive ones. The release flow diagram in the README shows how one source tree fans out into the Linux, Android, macOS, iOS, Windows and web outputs through the build pipeline. The release flow diagram in the README shows how one source tree fans out into the Linux, Android, macOS, iOS, Windows and web outputs via the build pipeline.

Licensing and standing

The application is published under the GPL-3.0 license, so the source and the binaries carry the usual free software permissions and obligations. The README presents the toolkit as a single Flutter app that replaces several standalone network and crypto utilities, with a consistent interface across operating systems. The inclusion of a CVSS calculator, hash functions, and DNS or WHOIS retrieval places it alongside defensive and diagnostic security tooling, and the author explicit prohibition on unlawful use supports that reading. For a directory of GitHub projects, CyberKit is a practical, multi tool utility rather than a research project or a service. The combination of many small tools in one cross platform shell is its main appeal, and the per platform compatibility table lets a user know in advance what will work on their device. The project history shows steady multi platform releases, and the GPL license means anyone can study, modify and redistribute the code. The project is published under the GPL-3.0 license and its most recent commit was on 2026-08-26. The project history shows steady multi platform releases, and the GPL license means anyone can study, modify and redistribute the code as they see fit, which is the point of publishing it under a free software license in the first place.

Editorial conclusion

Bitscoper CyberKit is a Flutter based toolkit of network and security utilities, and it is published under the GPL-3.0 license with its most recent commit on 2026-08-26.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes