File tree Expand file tree Collapse file tree 5 files changed +108
-0
lines changed
Expand file tree Collapse file tree 5 files changed +108
-0
lines changed Original file line number Diff line number Diff line change 1+ # arjun
2+
3+ > ์น ์ ํ๋ฆฌ์ผ์ด์
์ HTTP ํ๋ผ๋ฏธํฐ๋ฅผ ํ์ง.
4+ > ๋ ๋ง์ ์ ๋ณด: < https://github.com/s0md3v/Arjun/wiki/Usage > .
5+
6+ - URL์์ GET ํ๋ผ๋ฏธํฐ๋ฅผ ์ค์บ:
7+
8+ ` arjun -u {{https://example.com/page.php}} `
9+
10+ - POST ๋ฉ์๋๋ฅผ ์ฌ์ฉํ์ฌ ์ค์บ:
11+
12+ ` arjun -u {{https://example.com/api}} -m POST `
13+
14+ - ํ์ง๋ ํ๋ผ๋ฏธํฐ๋ฅผ JSON ํ์ผ๋ก ์ ์ฅ:
15+
16+ ` arjun -u {{https://example.com}} -o {{๊ฒฝ๋ก/๋์/์ถ๋ ฅํ์ผ.json}} `
17+
18+ - ์ฌ์ฉ์ ์ ์ ์๋๋ฆฌ์คํธ๋ฅผ ์ฌ์ฉ:
19+
20+ ` arjun -u {{https://example.com}} -w {{path/to/wordlist.txt}} `
21+
22+ - ์์ฒญ ์ฌ์ด์ ์ง์ฐ ์๊ฐ์ ๋๋ ค rate limiting์ ๋ฐฉ์ง:
23+
24+ ` arjun -u {{https://example.com}} -d {{2}} `
Original file line number Diff line number Diff line change 1+ # arthas-trace
2+
3+ > ๋ฉ์๋ ํธ์ถ ์ฒด์ธ์ ์ถ์ ํ๊ณ , ๊ฒฝ๋ก์์ ๊ฐ ๋
ธ๋์ ๋ํ ์์ ์๊ฐ์ ์ถ๋ ฅ.
4+ > ๊ด๋ จ ํญ๋ชฉ: ` arthas ` , ` arthas-watch ` .
5+ > ๋ ๋ง์ ์ ๋ณด: < https://arthas.aliyun.com/en/doc/trace.html > .
6+
7+ - ๋ฉ์๋ ํธ์ถ ์ฒด์ธ์ ์ถ์ :
8+
9+ ` trace {{class-pattern}} {{method-pattern}} `
10+
11+ - ๋ฉ์๋ ํธ์ถ ์ฒด์ธ์ ์ถ์ ํ๊ณ , ํธ์ถ ์๊ฐ์ด 10ms๋ณด๋ค ๊ธด ๊ฒฝ์ฐ๋ง ํ์:
12+
13+ ` trace {{class-pattern}} {{method-pattern}} '#cost > {{10}}' `
14+
15+ - ์ฌ๋ฌ ํด๋์ค ๋๋ ์ฌ๋ฌ ๋ฉ์๋์ ํธ์ถ ์ฒด์ธ์ ์ถ์ :
16+
17+ ` trace -E {{class-pattern1}}|{{class-patter2}} {{method-pattern1}}|{{method-pattern2}}|{{method-pattern3}} `
18+
19+ - ๋ฉ์๋ ํธ์ถ ์ฒด์ธ์ ์ถ์ ํ๊ณ , ํธ์ถ ์๊ฐ์ด 10ms๋ฅผ ์ด๊ณผํ๋ ๊ฒฝ์ฐ๋ง ํ์ํ๋ฉฐ, 5ํ ์ถ์ ํ ์ค๋ฃ:
20+
21+ ` trace {{class-pattern}} {{method-pattern}} '#cost > {{10}}' -n 5 `
Original file line number Diff line number Diff line change 1+ # arthas-watch
2+
3+ > ๋ฉ์๋ ํธ์ถ ๋ฐ์ดํฐ๋ฅผ ๊ด์ฐฐ.
4+ > ๊ด๋ จ ํญ๋ชฉ: ` arthas ` , ` arthas-trace ` .
5+ > ๋ ๋ง์ ์ ๋ณด: < https://arthas.aliyun.com/en/doc/watch.html > .
6+
7+ - ๋ฉ์๋์ ์ฒซ ๋ฒ์งธ ๋งค๊ฐ๋ณ์์ ๋ฐํ ๊ฐ์ ๊ด์ฐฐํ๊ณ , ๊ฐ์ฒด์ ์ค์ฒฉ๋ ์์ฑ์ 4๋จ๊ณ๊น์ง ํ์ฅํ์ฌ ํ์:
8+
9+ ` watch {{class-pattern}} {{method-pattern}} '{{{ params[0],returnObj }}}' -x 4 `
10+
11+ - ๋ฉ์๋์ ์ฒซ ๋ฒ์งธ ๋งค๊ฐ๋ณ์ ๊ฐ์ด 5์ผ ๋, ๋ ๋ฒ์งธ ๋งค๊ฐ๋ณ์์ ๋ฐํ ๊ฐ์ ์ถ๋ ฅํ๊ณ , ๊ฐ์ฒด๋ฅผ 4๋จ๊ณ๊น์ง ํ์ฅ:
12+
13+ ` watch {{class-pattern}} {{method-pattern}} '{{{ params[1],returnObj }}}' '{{"5".equals(params[0])}}' -x 4 `
14+
15+ - ๋ฉ์๋๊ฐ ๋ฐํ๋๊ฑฐ๋ ์์ธ๊ฐ ๋ฐ์ํ ๋, ๋ ๋ฒ์งธ ๋งค๊ฐ๋ณ์์ count ์์ฑ์ ๊ด์ฐฐ:
16+
17+ ` watch {{class-pattern}} {{method-pattern}} '{{{ params[1].count }}}' -e -s `
Original file line number Diff line number Diff line change 1+ # arthas
2+
3+ > Java ์ง๋จ ๋๊ตฌ.
4+ > ๊ด๋ จ ํญ๋ชฉ: ` arthas-watch ` , ` arthas-trace ` .
5+ > ๋ ๋ง์ ์ ๋ณด: < https://arthas.aliyun.com/en/ > .
6+
7+ - Arthas๋ฅผ ์์:
8+
9+ ` java -jar {{๊ฒฝ๋ก/๋์/arthas-boot.jar}} `
10+
11+ - Arthas์ ๋ค์ ์ฐ๊ฒฐ (Arthas์ ๊ธฐ๋ณธ ํฌํธ๋ 3658):
12+
13+ ` telnet localhost {{ํฌํธ_๋ฒํธ}} `
14+
15+ - ํ์ฌ Arthas ํด๋ผ์ด์ธํธ๋ฅผ ์ข
๋ฃํฉ๋๋ค. ๋ค๋ฅธ ํด๋ผ์ด์ธํธ์๋ ์ํฅ์ ์ฃผ์ง ์์(` exit ` ใ` logout ` ใ` q ` ๋ช
๋ น๊ณผ ๋์ผ):
16+
17+ ` {{exit|quit|logout|q}} `
18+
19+ - Arthas ์๋ฒ๋ฅผ ์ข
๋ฃํฉ๋๋ค. ์ด ์๋ฒ์ ์ฐ๊ฒฐ๋ ๋ชจ๋ Arthas ํด๋ผ์ด์ธํธ์ ์ฐ๊ฒฐ ์ข
๋ฃ:
20+
21+ ` stop `
Original file line number Diff line number Diff line change 1+ # asciiquarium
2+
3+ > ํฐ๋ฏธ๋์์ ASCII ์ํธ๋ก ์ ๋๋ฉ์ด์
์์กฑ๊ด์ ํ์.
4+ > ๊ด๋ จ ํญ๋ชฉ: ` cmatrix ` , ` cbonsai ` , ` pipes.sh ` .
5+ > ๋ ๋ง์ ์ ๋ณด: < https://robobunny.com/projects/asciiquarium/html/?page=2 > .
6+
7+ - ` asciiquarium ` ์์:
8+
9+ ` asciiquarium `
10+
11+ - ` lolcat ` ์ ํตํด ์ถ๋ ฅ์ ํ์ดํ๋ก ์ ๋ฌํ์ฌ ๋ฌด์ง๊ฐ ์์์ผ๋ก ํ์:
12+
13+ ` asciiquarium | lolcat `
14+
15+ - ์ผ์์ ์ง([ p] ause)/์ฌ๊ฐ๋ฅผ ์ ํ:
16+
17+ ` <p> `
18+
19+ - ์์กฑ๊ด๊ณผ ๋ชจ๋ ๊ฐ์ฒด๋ฅผ ๋ค์ ๊ทธ๋ฆผ([ r] edraw):
20+
21+ ` <r> `
22+
23+ - ` asciiquarium ` ์ข
๋ฃ:
24+
25+ ` <q> `
You canโt perform that action at this time.
0 commit comments