Ensure the config's [SETTINGS] section includes a "Capture" field so the results appear in the tool's "Hits" tab.
: If you need to use this in a different version of OpenBullet, you can often simply rename the extension to .loli , provided no custom Anomaly-specific blocks are used. The OpenBullet web testing application. - GitHub
Example : To capture a username, look for the text immediately surrounding it in the source code (e.g., displayName":" and " ). :
: .anom files are usually plain text files starting with the [SETTINGS] tag.
Epic Games often uses advanced bot protection. You may need to implement support or solve Captchas using integrated services within the config.
Identify the specific API endpoints or pages that host the data you want to "capture" (e.g., /account/personal , /inventory ). :
Use a web debugger (like Fiddler or the browser’s Inspect tool) to capture the login request sent to epicgames.com .
In the OpenBullet/Anomaly editor, add after a successful login ("SUCCESS" status).
Epicgames.com: Full Capture.anom
Ensure the config's [SETTINGS] section includes a "Capture" field so the results appear in the tool's "Hits" tab.
: If you need to use this in a different version of OpenBullet, you can often simply rename the extension to .loli , provided no custom Anomaly-specific blocks are used. The OpenBullet web testing application. - GitHub
Example : To capture a username, look for the text immediately surrounding it in the source code (e.g., displayName":" and " ). : Epicgames.com Full Capture.anom
: .anom files are usually plain text files starting with the [SETTINGS] tag.
Epic Games often uses advanced bot protection. You may need to implement support or solve Captchas using integrated services within the config. Ensure the config's [SETTINGS] section includes a "Capture"
Identify the specific API endpoints or pages that host the data you want to "capture" (e.g., /account/personal , /inventory ). :
Use a web debugger (like Fiddler or the browser’s Inspect tool) to capture the login request sent to epicgames.com . - GitHub Example : To capture a username,
In the OpenBullet/Anomaly editor, add after a successful login ("SUCCESS" status).