Skip to content

Releases: Storm-Dev6/GameErer-Hacking-Tools

Pre-Release: Gamestorm Tool v0.1-alpha

Pre-release

Choose a tag to compare

@Storm-Dev6 Storm-Dev6 released this 19 Nov 23:21
fece9a2

Pre-Release: Gamestorm Tool v0.1-alpha

Description of this Release

This pre-release marks the initial alpha version of the Gamestorm Tool, a Python-based hacking and utility script designed for enthusiasts and developers. This version includes foundational commands for system information retrieval, Wi-Fi network password management, port scanning, and other essential tools.

The tool is designed to be easy-to-use with a simple command-based interface, making it accessible for users who want to experiment with various network and system utilities.

Current Features

  • Help Menu: Displays all available commands and their descriptions.
  • System Information:
    • osinfo: Displays the operating system details.
    • whoami: Shows the current user.
    • cwd: Displays the current working directory.
    • cd: Allows navigation to a different directory.
  • Networking Tools:
    • ping: Test connectivity to a specific IP address or URL.
    • portscan: Scans open ports on a specified IP.
    • dos: Basic Denial of Service (DoS) simulation for testing purposes.
  • File and Directory Management:
    • dir: Lists the contents of the current directory.
  • Hashing Tools:
    • hashgen: Generate MD5 and SHA256 hashes for a given string.
    • hashcrack: Attempt to crack a hash using a dictionary file.
  • Wi-Fi Password Retrieval: Extract saved Wi-Fi passwords (Windows-only; admin privileges required).
  • XSS Payload Tester: Generates simple XSS payloads for educational purposes.
  • EXIF Data Extractor: Extract metadata from image files.

Roadmap for Future Releases

  1. Enhanced Command Set:

    • Add commands for more advanced networking features (e.g., ARP spoofing, DNS testing).
    • Implement file transfer utilities and encryption tools.
  2. Improved Usability:

    • Develop a more intuitive CLI interface with auto-complete for commands.
    • Add interactive prompts for commands requiring complex input.
  3. Cross-Platform Support:

    • Ensure compatibility across Linux and macOS in addition to Windows.
  4. Security Enhancements:

    • Integrate basic user authentication to prevent unauthorized access.
    • Provide warnings about ethical and legal considerations before using advanced tools.
  5. Integration with External Tools:

    • Include options to integrate with APIs for real-time data (e.g., IP geolocation or weather APIs).
    • Allow logging results to a database or exporting data to external formats.
  6. Community Feedback:

    • Collect feedback from early adopters to identify pain points and potential features.

Disclaimer

This tool is intended strictly for educational purposes and ethical testing. The developers are not responsible for misuse or any actions performed outside the scope of legal and ethical standards. Always ensure you have explicit permission before testing on any network or system.


This release is just the beginning of a robust, multi-functional Python tool tailored for both learning and practical applications. Let us know your thoughts, and stay tuned for more updates!

Full Changelog: https://github.com/GAMESTORMZONE/GameErer-Hacking-Tools/commits/Pre-Release