Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!
redjoust — A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Written in nodeJS and Electron. | Kitploit
A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Written in nodeJS and Electron.
A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Written in nodeJS and Electron.
Join the community
Join the community of Kawaiipantsu / THUGS(red) and participate in the dev talk around Redjoust or simply just come visit us and chat about anything security related :) We love playing around with security. Also we have ctf events and small howto events for new players.
Its beginning to take shape !! I now have almost all internal logic in place, so i can now begin to develop a bit more on the actual intel gathering items.
Come back later :)
What it looks like (what i'm going for)
I have included 2 screenshots, i will update them regularly :)
First is just the main webapp default page where you can see i have set TARGEt and MODE and then relevent gather info items are shown and also target is parses and split out into other menu sections with each their own relevent gather info items!
Second is just other cases i wanted to show off, this is etc the Toolbox view of Base64
Status on whats done
Boiler plate layout done (How i want the app to look)
Support for Light / Dark OS theme
Styled scrollbar (Not using OS dependent functionality)
Now working for menu sidebar and main window on overflow
User and system information
Fetching remote/public IP
Making sure its at least a bit secure
webSecurity on
devTools disabled (not doing development)
nodeIntegration enabled
contextIsolation enabled
Privacy mode (enable shading the window for privacy)
Privacy/lock screen mode
Menu/File bar with shortcuts and icons
About window
Links to github, wiki (help) and issues
Make logic to set "mode" ie. passive or active
Figure out how i want my "modules" logic
Make "mode" logic, modules should follow this
Make modules to handle recon/analysis/red-team functions (dropped)
Deciding on storage/settings node module
Initiating default settings/config
Reading config settings
Getting "theme" from config settings, only dark/light/system supported
Storing config states from session to session (like mode/target)
Honing in how i want to run items/collecting data
Functional statusbar (text/icon)
Statusbar keeps track on running items
Silly idle quotes in statusbar (for play and show)
Added debug toggle in config settings (etc hiding all console.log)
New Preferences window (To etc change config settings values)
showpage func to provide easy page logic with not found also
Item click logic, able to do different things depending on state (ready, working, done)
Simple spin animation on some of the statusbar icon presets (looks fun)
Cleaned up renderer.js to keep it minimal and everything in preload stage
New "is done" logic, and tried to comment on how to make "items" for this
3 new menu sections, target ip, target hostname, target domain name will show on target selection
Reset functionallity to whipe slate clean so you can rerun jobs
Utilizing html data attributes to store item settings for easy implementation
Showing the config settings in preference window but just for show
New defaults scheme, no need for cutom defualtsettings writer function
Next page (goto next) continue logic, will itterate though mode, target and run if they are not set
Make default first page show easy 3 button layout - Set mode, set target, run
TODO list (what i want to get done short term)
Way to find childs/processes of async things running