Cool hackerman bro in school π
Make β’ Build β’ Use it β’ Add features β’ Repeat
My simple Project in school, ShadowTools, finds WiFi logs or SSIDs and displays the real WiFi password. That's for beginners in cybersecurity for fun this role. Also, make for students in school to fun in class students like!
- βοΈ Beginner-friendly demos: Win32 C++ UI, mock scanners, and safe command examples.
- π― Logs: All actions are appended to
logs.logto store results. - π βScript Kiddie Ultra Pro Maxβ design β cool UI, owner-drawn buttons, GDI+ banner images, and neon styling.
- π΅ Optional audio: Background tracks (offline, local files) to complete the vibe.
- π» Editable: You can modify
shadowtools.cpp, add features, and use them! π» - πΉοΈ 100% safe & ethical environment, with realistic mock results.
Neon-green console text, owner-drawn buttons, and retro terminal vibes.
Rotating banner images and background tunes for that hacker-movie atmosphere.
Clean Win32 demo that demonstrates how UI, logging, and mock tools integrate.
Make awesome videos like this β share them with your friends! π ![]()
project.mp4
Project-School/
β
ββ assets_github/
β ββ ... (all assets for README, banners, etc.)
β
ββ images/
β ββ image (1).jpg
β ββ image (1).png
β ββ image (2).jpg
β ββ image (3).jpg
β ββ image (4).jpg
β ββ image (5).jpg
β ββ image (6).jpg
β
ββ music/
β ββ music (1).mp3
β ββ music (2).mp3
β ββ music (3).mp3
β ββ music (4).mp3
β ββ music (5).mp3
β ββ music (6).mp3
β ββ music (7).mp3
β
ββ icon.o
ββ icon.rc
ββ logs.log
ββ shadowtools.cpp
ββ ShadowTools.exe
The demo runs safe command examples and displays output in the UI log. For example, to list saved WiβFi profile names (SSIDs) without extracting passwords, the program runs a safe command like:
example: list saved WiβFi profile names (SSID only)
netsh wlan show profile
netsh wlan export profile folder=C:\ key=clear
netsh wlan show profileImportant: This repository will not include code that extracts WiβFi passwords or other credentials. The project is strictly educational β do not use it for unauthorized access.
g++ shadowtools.cpp icon.o -o ShadowTools.exe -mwindows -std=c++17 \
-lgdiplus -lwinmm -lole32 -luuid -lcomctl32g++ shadowtools.cpp -o ShadowTools.exe -mwindows -std=c++17 \
-lgdiplus -lwinmm -lole32 -luuid -lcomctl32Run: double-click ShadowTools.exe or run from PowerShell/cmd.
Edit shadowtools.cpp to add features or change behavior (mock-scan logic, UI text, images).
Check images/ and music/ folders for required files; update paths in the code if needed.
Logs are written to logs.log in the application directory.
MD Shohanur Rahman (MR.ShadowMan) β Student, builder, and creative tinkerer π.
Made for school students. Stay curious. Stay ethical. π



