Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4dpxl/Burp-Timestamp-Editor
Provides a popup menu to edit Unix timestamps in Burp message editors
https://github.com/b4dpxl/Burp-Timestamp-Editor
burp-plugin burpsuite
Last synced: 2 months ago
JSON representation
Provides a popup menu to edit Unix timestamps in Burp message editors
- Host: GitHub
- URL: https://github.com/b4dpxl/Burp-Timestamp-Editor
- Owner: b4dpxl
- Created: 2021-03-02T18:21:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T10:07:42.000Z (over 3 years ago)
- Last Synced: 2024-08-04T00:04:48.727Z (6 months ago)
- Topics: burp-plugin, burpsuite
- Language: Java
- Homepage:
- Size: 405 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Burp-Timestamp-Editor - Provides a GUI to view and edit Unix timestamps in Burp message editors. (Beautifiers and Decoders)
README
Provides a GUI to view and edit Unix timestamps in Burp message editors.
Select the timestamp, then right-click and choose "Edit Timestamp" or "View Timestamp". It can handle timestamps in
seconds, milliseconds, and microseconds (although the UI reverts this to 0 milli/microseconds).The "Edit Timestamp" menu is only available on editable objects, and is disabled if the selected value cannot be parsed
as a timestamp. If it can be parsed, there is also a tooltip on the menu item showing the date, for a quick conversion.The "View Timestamp" menu is available on other objects (e.g. Proxy History), _if_ the selected value can be parsed
as a timestamp. Again, if it can be parsed, there is a tooltip.#### Context menu
![](screens/ss1.png)#### Date picker
![](screens/ss2.png)#### Tooltip
![](screens/ss3.png)#### Viewer
![](screens/ss4.png)![](screens/ss5.png)
_This extension uses the [LGoodDatePicker](https://github.com/LGoodDatePicker/LGoodDatePicker) library._