-
-
Hashcat support $HEX[] wordlists to encode control chars. Will be nice have this option available into JTR, in that way we can use hashcat wordlists into JTR.
So, a password of "foobar1[CRLF]" beco…
-
# 01
## algorithm
```python
# https://leetcode-cn.com/problems/combinations/
# 77. 组合
# clarify 不能有重复组合,穷尽所有可能组合
# possible solution 回溯?!
#
from collections import deque
class Solution…
-
https://app.hackthebox.com/machines/CozyHosting
```
$ nmap -sC -sV -Pn 10.10.11.230
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-05-15 23:46 JST
Nmap scan report for 10.10.11.230
Host is up…
-
### Is your feature request related to a problem? Please describe.
In our keyboards repository, we have a few old Web keyboards that implemented custom CJK-picker functionality. This functionality…
-
-
hashcat already has a --help option, but having a manpage would be really helpful.
-
It seems that shfmt won't deal with a bash technique which is used in this code fragment:
#!/bin/bash
declare -a strings
sdp=123
declare -a wordlists …
-
-
Maybe I am missing something, but I think I know how this works, despite that, I just CANNOT get this tool to function for me properly.
Here is what I want to do. I want to do the mask swapping (toke…