Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Graph
c9bec327d82a9bfaca6c27f5ff3c23ee68a53d7e
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Feb
26
Oct
20
Sep
10
7
6
5
3
1
16
Aug
9
18
Jun
20
Apr
28
Mar
24
17
16
15
14
26
Feb
1
24
Jan
23
24
Nov
21
27
Oct
13
12
1
23
Sep
17
25
Aug
11
20
Jul
24
Jun
23
19
4
26
May
20
31
Mar
13
11
30
Jan
15
1
Dec
25
Nov
14
8
20
Oct
6
Sep
1
20
Aug
16
10
Jul
7
23
Jun
9
14
8
29
May
7
8
Apr
29
Mar
16
15
6
24
Feb
18
29
Jan
22
23
17
3
5
Dec
3
29
Nov
28
27
16
12
22
Oct
19
16
11
23
Sep
19
16
29
Aug
20
15
6
3
30
Jul
27
24
7
Jun
22
May
16
23
Apr
27
Mar
19
7
23
Feb
2
1
12
Jan
11
23
Dec
18
15
13
12
11
3
2
1
20
Nov
7
18
Oct
6
3
28
Sep
22
20
15
14
13
12
11
7
5
31
Aug
24
23
21
20
19
2
Jul
1
22
Jun
21
19
18
15
23
Apr
25
Mar
12
May
10
16
Mar
15
14
24
Apr
13
Mar
23
Apr
15
Mar
13
12
22
Apr
21
6
12
Mar
31
Jan
13
Dec
9
6
1
19
Nov
17
15
11
4
9
Oct
4
2
30
Sep
22
7
5
Jun
26
Aug
24
20
Jul
19
18
4
21
Jun
4
22
May
20
11
5
3
30
Apr
18
17
13
7
1
31
Mar
23
11
1
27
Feb
4
1
29
Jan
28
27
19
20
19
9
6
5
4
29
Dec
25
23
18
14
7
30
Nov
29
27
25
23
22
4
3
1
15
Oct
12
1
30
Sep
28
27
18
9
8
25
Aug
15
13
3
19
Jul
18
17
16
10
Jun
9
7
5
4
3
2
22
May
18
15
3
23
Apr
21
17
5
14
5
28
Mar
27
28
27
20
19
23
Feb
25
23
15
20
19
14
13
10
9
22
Jan
21
5
Feb
20
Jan
3
Feb
19
Jan
18
17
24
21
16
29
Dec
27
6
Jan
9
Dec
24
Nov
22
1
Dec
22
Nov
1
Dec
16
Nov
21
26
21
20
19
18
Merge pull request #617 from QKaiser/fix-pfs-path-traversal
v2.3.4 master
v2.3.4 master
fix path traversal in PFS extractor script.
Merge pull request #615 from eowle/master
Remove unstuff from dependencies
Merge pull request #556 from ReFirmLabs/unpriv_user_exec
v2.3.3
v2.3.3
Added option to disable symlink sanitization if desired
Fixed code comment
Fixed dirtraversal test; updated extractor to not fork unless necessary (nose tests don't like sys.exit)
Updated README.md to include extraction security notice.
Added directory traversal test; fixed zip test.
Code cleanup
Bug fixes, code testing
Added code comments and better error output for end user
Initial symlink 'repair' solution
Added option for specifying a user to run external extraction utilties as
Added option to turn off privilege dropping
Initial low-priv execution implementation
Updated version number for release
v2.3.2
v2.3.2
Merge pull request #551 from ReFirmLabs/hlink_removal
Removed hilink decryption plugin; contains priprietary crypto key(s).
Removed sensitive keys
Merge pull request #532 from ReFirmLabs/third-party-notice
add third party NOTICE markdown
Merge pull request #531 from ReFirmLabs/530-fix-sasquatch-in-binwalk-docker-container
v2.3.1
v2.3.1
sasquatch patch was merged
nop
try to preserve the python being used across sudo
there is no rhyme or reason to travis
Travis-CI does not preserve the specified python when invoking sudo
using pip3 is causing issues, use whatever pip the user has in their environment
we no longer need to bifurcate python3 and python2 deps
fail deps.sh if any install command fails
Merge pull request #528 from cclauss/patch-1
v2.3.0
v2.3.0
Ubuntu Focal is Python 3 by default
Merge pull request #527 from owl129/master
Call 'unzip' with empty password, to avoid 'unzip' stuck in interactive mode when process encrypt files
Merge pull request #526 from ReFirmLabs/525-Publish-binwalk-as-a-Docker-image
Update INSTALL.md based on modern realities with python3
Merge pull request #518 from llamasoft/patch-1
transition to use of cryptodome since pycrypto is EOL