Skip to content

Convert the result of the Apache HTTPD's httxt2dbm back to txt file

Notifications You must be signed in to change notification settings

rimelek/htdbm2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTDBM2TXT

Description

Apache HTTPD has "httxt2dbm" to convert a single txt file containing key value pairs to a dbm database. You can convert the dbm to txt again using this python script.

Requirements

  • Python 3
  • Write permission on the directory you choose for the output file

Usage

Download htdbm2txt.py and run the command below

python3 htdbm2txt.py -i input.dbm -o output.txt