Skip to content

Commit 0e48ebc

Browse files
committed
add SIP
fix #136
1 parent 8670c7f commit 0e48ebc

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

data/prototypes.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5183,5 +5183,23 @@
51835183
]
51845184
}
51855185
]
5186+
},
5187+
{
5188+
"regex": "^\\$sip\\$\\*[^*]{0,512}\\*[^*]{0,512}\\*[^*]{0,116}\\*[^*]{0,116}\\*[^*]{0,246}\\*[^*]{0,245}\\*[^*]{0,246}\\*[^*]{0,245}\\*[^*]{1,1024}\\*[^*]{0,1024}\\*[^*]{0,1024}\\*[^*]{0,1024}\\*[^*]{3}\\*[a-f0-9]{32}$",
5189+
"modes": [
5190+
{
5191+
"john": "sip",
5192+
"hashcat": 11400,
5193+
"extended": false,
5194+
"name": "SIP digest authentication (MD5)",
5195+
"samples": [
5196+
"$sip$*72087*1215344588738747***342210558720*737232616*1215344588738747*8867133055*65600****MD5*e9980869221f9d1182c83b0d5e56a7db",
5197+
"$sip$*192.168.100.100*192.168.100.121*username*asterisk*REGISTER*sip*192.168.100.121**2b01df0b****MD5*ad0520061ca07c120d7e8ce696a6df2d",
5198+
"$sip$*192.168.1.111*192.168.1.104*200*asterisk*REGISTER*sip*192.168.1.104**46cce857****MD5*4dfc7515936a667565228dbaa0293dfc",
5199+
"$sip$*192.168.1.110*192.168.1.110*user151*Apple*REGISTER*sip*192.168.1.110*5060*b57aa7088ae5cac88d298d66f2c809cd****MD5*77795e92300dcc3c2fd974b2b47e5f0c",
5200+
"$sip$*192.168.44.162*192.168.44.11*12315*asterisk*REGISTER*sip*192.168.44.11**825f321ad9886ef434788ebfb8dbf150*b78b5a31*00000001*auth*MD5*23802bb930873797f0c7a1f0e595a94e"
5201+
]
5202+
}
5203+
]
51865204
}
51875205
]

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- BitLocker [#134][#134]
1010
- Open Document Format (ODF) 1.2 (SHA-256, AES) [#135][#135]
1111
- Open Document Format (ODF) 1.1 (SHA-1, Blowfish) [#135][#135]
12+
- SIP digest authentication (MD5) [#136][#136]
1213
- **Enhancements**:
1314
- scrypt:
1415
- Add samples
@@ -71,6 +72,7 @@
7172
[#133]:https://github.com/noraj/haiti/issues/133
7273
[#134]:https://github.com/noraj/haiti/issues/134
7374
[#135]:https://github.com/noraj/haiti/issues/135
75+
[#136]:https://github.com/noraj/haiti/issues/136
7476

7577
## [1.4.0]
7678

0 commit comments

Comments
 (0)