為有針對性的攻擊生成智慧且強大的單字列表
探索文件 »
查看示範·報告錯誤·請求功能
(回到頂部)
pip install bopscrk
或者,如果您想從 Github 克隆儲存庫而不是從 Pypi 安裝它:
git clone --recurse-submodules https://github.com/r3nt0n/bopscrk
cd bopscrk
pip install -r requirements.txt
bopscrk -i
(回到頂部)
-h, --help show this help message and exit
-i, --interactive interactive mode, the script will ask you about target
-w words to combine comma-separated (non-interactive mode)
--min min length for the words to generate (default: 4)
--max max length for the words to generate (default: 32)
-c, --case enable case transformations
-l, --leet enable leet transformations
-n max amount of words to combine each time (default: 2)
-a , --artists artists to search song lyrics (comma-separated)
-o , --output output file to save the wordlist (default: tmp.txt)
-C , --config specify config file to use (default: ./bopscrk.cfg)
--version print version and exit
欲了解更多信息,請參閱高級使用部分。
(回到頂部)
'
和"
,例如: bopscrk -w John,O'hara,Doe,foo,bar
)。-a johndoe,johnsmith
-a "john doe,john smith"
(回到頂部)
在bopscrk.cfg
檔案中,您可以指定自己的字元集並啟用/停用選項:
(john, doe) => 123john, john123, 123doe, doe123, john123doe doe123john
)預設啟用。您可以在設定檔中停用它,以獲得更有針對性的單字清單。!?-/&(
123
34!@
e:3 b:8 t:7 a:4
--max
值(例如:大於 18)啟用可能需要很長時間。可以是真的也可以是假的。!?-/&(
123
34!@
參數配置舉例
separators_chars=.,
leet_charset=a:4 e:3
(回到頂部)
此功能基於最初由 initstring 開發的工具的修改版本。這些變更是為了將輸入和輸出工具與 bopscrk 整合。
它將檢索屬於您提供的藝術家的所有歌曲的所有歌詞。預設情況下,它將儲存每個藝術家、透過空格替換找到的每個短語、找到的每個短語縮減為其首字母(如果您啟動了 leet 和 case 轉換,則稍後將對其進行轉換)。
(回到頂部)
-q
標誌將僅將最終單字清單輸出到標準輸出)請參閱未決問題以取得建議功能(和已知問題)的完整清單。
(回到頂部)
貢獻使開源社群成為學習、啟發和創造的絕佳場所。我們非常感謝您所做的任何貢獻。
如果您有更好的建議,請分叉該儲存庫並建立拉取請求。您也可以簡單地使用標籤“增強”來開啟問題。不要忘記給該項目一顆星!再次感謝!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)謝謝大家!
(回到頂部)
2.4.7 version notes (02/09/2024)
2.4.6 version notes (30/08/2024)
2.4.5 version notes (02/08/2022)
version
參數2.4.4 version notes (31/07/2022)
2.4.3 version notes (28/07/2022)
2.4 version notes (26/07/2022)
pip install
方法讓安裝過程更容易2.3.1 version notes
2.3 version notes (15/10/2020)
2.2 version notes (11/10/2020
2.2~beta version notes (10/10/2020)
--lyrics-all
選項已刪除(功能整合在其他選項中) 2.1 version notes (11/07/2020)
2.0/1.5 version notes (17/06/2020)
0-1.2(beta) version notes
(回到頂部)
根據 GNU 通用公共授權 v3.0 分發。請參閱LICENSE
以了解更多資訊。
(回到頂部)
r3nt0n:Github - 電子郵件
bopscrk:Github - Pypi
(回到頂部)
(回到頂部)
創建此工具的唯一目的是安全意識和教育,不應將其用於您無權測試/攻擊的系統。作者對誤用或您可能造成的任何損害不承擔任何責任。您同意自行承擔使用該軟體的風險。
(回到頂部)