forked from omriher/CapTipper
-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
45 lines (37 loc) · 1.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
CapTipper 0.2 b08 (26-03-2015 - Black Hat Arsenal)
============================
* New Features:
- Added File Type Identification (Whatype)
- Added JSON & HTML report
- Added PE information ('peinfo' command)
- Added JavaScript Beautify ('jsbeautify' command)
- Added 'find' command (all or specific object)
- Added 'req' command to view raw request
- Added 'strings' command
- Added 'clear' command
- Added 'slice' command
- Added 'objects' command
- Added 'update' command
- Added some colors to messages
- Added argparse
- Some command line usage changed (--port)
- Added auto ungzip feature
- Added --short-url arg option
- Added time to info
- Added request method to info
- Change size format to human readable
- Added IP:PORT next to hosts
- Open / Close web server on demand
- Changed license to GPL v3
- Some refactoring
* Fixes:
- Fixed no size on length 0
- Fixed time bug
- Fixed bitwise operation bug in pcapng files
- Fixed hosts tree bug
- Fixed empty body error in server
- Fixed color issues for Mac userss
- Fixed some potential bugs
CapTipper 0.1 b01 (13-01-2015)
============================
- Initial public release