Professional Community
An easy way to inject up-to-date timestamps into HTTP requests.
If you have an API that needs a current or non-duplicate timestamp value to return properly, you can replace the old timestamp value with "UnixTimeS" to inject the current Epoch time into the call.
Replace the value of an outdated timestamp in an HTTP request with "UnixTimeS". Burp will automatically inject the current Epoch time into this location.
It will match:
{"timestamp":UnixTimeS}
And replace it with:
{"timestamp":1730346030}
Other possible commands are:
Use the UI interface to define a time offset so injected timestamps occur in either the future or past.
Define a custom timestamp format to inject. For example, yyyy-MM-dd.
Custom timestamps are generated using the SimpleDateFormat Java class. Please see their documentation for a list of supported characters.
You can include text as-is into your timestamp with single quotes.
For example:
yyyy-MM-dd'T'HH:mm:ss'Z'
Becomes:
2024-10-31T04:14:02Z
Author |
Author
Eric Holub |
---|---|
Version |
Version
1.5.0 |
Rating |
Rating |
Popularity |
Popularity |
Last updated |
Last updated
27 February 2025 |
Estimated system impact |
Estimated system impact
Overall impact: Empty
Memory
Empty
CPU
Empty
General
Empty
Scanner
Empty
|
You can install BApps directly within Burp, via the BApp Store feature in the Burp Extender tool. You can also download them from here, for offline installation into Burp.
|
You can view the source code for all BApp Store extensions on our GitHub page. |
|
Follow @BApp_Store on Twitter to receive notifications of all BApp releases and updates. |
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.