https://github.com/hahwul/exploit-db_to_dokuwiki
exploit-db(edb) convert to dokuwiki template
https://github.com/hahwul/exploit-db_to_dokuwiki
Last synced: 6 months ago
JSON representation
exploit-db(edb) convert to dokuwiki template
- Host: GitHub
- URL: https://github.com/hahwul/exploit-db_to_dokuwiki
- Owner: hahwul
- License: mit
- Created: 2016-08-04T01:58:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T02:11:13.000Z (about 9 years ago)
- Last Synced: 2025-03-29T10:01:34.456Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exploit-db_to_dokuwiki
exploit-db(edb) convert to dokuwiki template# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Exploit-db to Dokuwiki #
# >> code by hahwul(www.hahwul.com) #
# >> description #
# - exploit-db(edb) convert to dokuwiki template #
# - generated dokuwiki file(.txt), start page #
# - c3chart graph #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Usage: python edbtodoku.py #
# + install tablewidth plugin(dokuwiki plugin) #
# + install c3chart plugin(dokuwiki plugin) #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**1. How to Install?**
a) git clone https://github.com/offensive-security/exploit-database
b) this script move to exploit-database directory
c) edit script
- doku_edb_path : dokuwiki page directory (doku/data/pages/)
- exp_git_path : exploit-database directory**2. How to Use?**
run this script in exploit-database directory
~~※ 짧은 코드지만 만들어놓고 제대로 사용할 환경이 안되어 아까워서 올립니다..~~