8000 GitHub - diver-osint-ctf/searchall: SearchAll - SEARCH ALL ctf CHALLenges
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diver-osint-ctf/searchall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchAll: SEARCH ALL ctf CHALLenges

CTF 問題のタグ検索ツールです。

demo

機能

  • 指定されたタグが含まれるチャレンジを検索
  • 複数のタグを同時に検索可能

このツールには 2 つの機能が含まれます。

  • インタラクティブ検索モード: 引数なしで実行すると、リアルタイムでタグをフィルタリング
  • 静的検索モード: 引数ありで実行すると、指定されたタグで即座に検索して出力

Setup

  1. download dependencies
go mod download
  1. build
go build -o searchall
  1. パスを通す(optional)
export PATH=$PATH:$(pwd)

How to use

# 引数なしで実行すると、インタラクティブ検索モードに入ります
$ ./searchall

# 静的検索モード
$ ./searchall medium
- "Social Media Investigation"

# 複数のタグを指定して検索も可能
$ ./searchall sql-injection geolocation
- "SQL Injection Basics"
- "Geolocation Challenge"

About

SearchAll - SEARCH ALL ctf CHALLenges

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0