Description
Interact with Chatcode on ChatGPT integration
This keyword also uses WEBFORM which integrates with web automation
Requirements
MUST CONFIGURE VARIABLES IN CONFIG.JSON
chatgpt_default_url
chrome_profile
jrvs_token
OPTIONAL VARIABLES IN CONFIG.JSON
jrvs_default_agent ...
Search found 223 matches
- Sun Aug 03, 2025 10:44 pm
- Forum: Keywords
- Topic: Keyword: GPTPROMPT - Prompt ChatGPT
- Replies: 0
- Views: 8828
- Sun Aug 03, 2025 10:20 pm
- Forum: Keywords
- Topic: Keyword: WEBFORMSYNC - WEBFORM SYNC
- Replies: 0
- Views: 8333
Keyword: WEBFORMSYNC - WEBFORM SYNC
Description
Usage
- Synchronous processing when using WEBFORM
- Stop/Pauses workflow until WEBFORM is closed
Usage
- WEBFORMSYNC
- Mon Apr 14, 2025 5:18 pm
- Forum: Updates
- Topic: Version 5.12.5 Updates
- Replies: 0
- Views: 50342
Version 5.12.5 Updates
- Bugfixes:
- Bugfix: added option for batch file export to specify non-inputsock execution
- Bugfix: resolved crashes when escalate to system user from main window
- Updated: Application certificate
- 06/03/2025
- Thu Jan 02, 2025 10:25 am
- Forum: How-to’s
- Topic: SETTING CONFIGS
- Replies: 0
- Views: 51359
SETTING CONFIGS
USE "SETTINGS > SET NEW CONFIGS" TO SET NEW CONFIGURATION VARIABLES.
VARIABLES:
ON_OPEN_CHATGPT: SET VALUE TO "1" TO ENALBE CHATGPT MESSAGE ON PROGRAM STARTUP
CHATCODE_PATH: SET FULL PATH TO chatcode.exe
VARIABLES:
ON_OPEN_CHATGPT: SET VALUE TO "1" TO ENALBE CHATGPT MESSAGE ON PROGRAM STARTUP
CHATCODE_PATH: SET FULL PATH TO chatcode.exe
- Thu Jul 04, 2024 11:42 am
- Forum: Updates
- Topic: Version 5.12.3 Updates
- Replies: 0
- Views: 60519
Version 5.12.3 Updates
- Bugfixes:
- Fixed standalone execution with python scripts;
- Fixed pathing issues with spaces for FFUF, RUNAS keywords;
- Fixed selenium keywords issues due to chrome updates;
- 20240907
- Fri May 17, 2024 2:59 pm
- Forum: Keywords
- Topic: Keyword: FFUF - Web Fuzzer
- Replies: 0
- Views: 63460
Keyword: FFUF - Web Fuzzer
Description
Integration with "ffuf - Fuzz Faster U Fool - https://github.com/ffuf/ffuf"
Usages
FFUF "PRE-DEFINED MODE" WORDLISTPath URL
FFUF "'CMD' AS PRE-DEFINED MODE" (FOLLOW BY FFUF COMMAND SYNTAX)
FFUF CMD -w @@__meta\wordlist.txt -u http://example.com/FUZZ
SHELL $$ffuf\FFUF.exe -w ...
Integration with "ffuf - Fuzz Faster U Fool - https://github.com/ffuf/ffuf"
Usages
FFUF "PRE-DEFINED MODE" WORDLISTPath URL
FFUF "'CMD' AS PRE-DEFINED MODE" (FOLLOW BY FFUF COMMAND SYNTAX)
FFUF CMD -w @@__meta\wordlist.txt -u http://example.com/FUZZ
SHELL $$ffuf\FFUF.exe -w ...
- Fri May 17, 2024 2:52 pm
- Forum: Updates
- Topic: Version 5.12.1 Updates
- Replies: 0
- Views: 59313
Version 5.12.1 Updates
Updated: 5/17/2024
New features:
New keyword FFUF .
Standalone FFUF can be found in helpers directory.
Added pre-defined modes for different usages and multiple ways of executing FFUF.
EX: SHELL $$ffuf\FFUF.exe -w @@__meta\wordlist.txt -u http://example.com/FUZZ >> @@__meta\LOG.TXT
EX ...
New features:
New keyword FFUF .
Standalone FFUF can be found in helpers directory.
Added pre-defined modes for different usages and multiple ways of executing FFUF.
EX: SHELL $$ffuf\FFUF.exe -w @@__meta\wordlist.txt -u http://example.com/FUZZ >> @@__meta\LOG.TXT
EX ...
- Fri Mar 22, 2024 9:24 pm
- Forum: Updates
- Topic: Version 5.11.3 Updates
- Replies: 0
- Views: 60420
Version 5.11.3 Updates
- Bugfixes:
- Fixed crashes when using script edit form.
- Tue Mar 05, 2024 11:34 pm
- Forum: Updates
- Topic: Version 5.11.1 Updates
- Replies: 0
- Views: 49831
Version 5.11.1 Updates
- Improvements & Bugfixes:
- Fixed a bug on remote execution not working.
- Fixed a bug where running remote execution enforces re-enabling of hotkeys.
- Improved remote execution using hotkeys.
- Sun Feb 18, 2024 2:31 pm
- Forum: Updates
- Topic: Version 5.11.0 Updates
- Replies: 0
- Views: 48478
Version 5.11.0 Updates
- Improvements & New Features:
- Re-done script editing window/form.
- Re-done setting of configurations (config.json) for server options.
- Support for running and debugging python (.py) scripts.