Skip to content

KTC-Security-Circle/hackSNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackSNS

パスワードクラッキング攻撃を実演する教育目的の SNS アプリケーション。

起動方法

Docker(推奨)

docker compose up --build

停止:

docker compose down

DB ボリュームごとリセット:

docker compose down -v

ローカル開発

npm install
npm run dev        # Next.js 開発サーバー (port 3000)
npm run fast-api   # 高速 HTTP サーバー (port 3001)

攻撃ツール

npm run attack              # 辞書攻撃 (port 3000)
npm run brute               # ブルートフォース (port 3000)
npm run attack:fast         # 辞書攻撃 (port 3001)
npm run brute:fast          # ブルートフォース (port 3001)
npm run brute:lownm         # lownm charset で alice を攻撃
npm run brute:alnum         # alnum charset で bob を攻撃

About

ハッキングラボのバックエンド全般

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors