diff --git a/README.md b/README.md index 554202a..d6e0dd7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![blind_men_by_hakuin](blind_men.jpg "Blind Men by Hakuin") +

+ +

Hakuin is a Blind SQL Injection (BSQLI) inference optimization and automation framework written in Python 3. It abstract away the inference logic and allows users to easily and efficiently extract textual data in databases (DB) from vulnerable web applications. To speed up the process, Hakuin uses pre-trained language models for DB schemas and adaptive language models in combination with opportunistic string guessing for DB content. diff --git a/blind_men.jpg b/blind_men.jpg deleted file mode 100644 index bda99a3..0000000 Binary files a/blind_men.jpg and /dev/null differ diff --git a/publications/Hakuin_HITB_23.pdf b/publications/Hakuin_HITB_23.pdf new file mode 100644 index 0000000..1a7c0f1 Binary files /dev/null and b/publications/Hakuin_HITB_23.pdf differ diff --git a/publications/Hakuin_WOOT_23.pdf b/publications/Hakuin_WOOT_23.pdf new file mode 100644 index 0000000..6cabf4a Binary files /dev/null and b/publications/Hakuin_WOOT_23.pdf differ