반응형 빚진 자처럼, 한결같이1251 logcat 활용하기 logcat *:S 필터용검색어:* eclipse에서 DDMS를 선택 후 logcat의 filter를 이용하면 필터를 걸 수 있다. 또는 cmd에서 파일로 로그를 저장하면서 에디터로 열어두고 계속 reload를 하면 editor의 검색 기능을 이용하여 로그를 빠르게 볼 수 있다. adb logcat > 저장할파일 2014. 12. 1. natas10 http://natas10.natas.labs.overthewire.org아이디 : natas10 패스워드 : nOpp1igQAkUzaI1GUUjzn1bFVj7xCNzu 9번과 동일하지만 이번에 ;과 |을 사용할 수 없도록 필터가 걸려있다. if($key != "") { if(preg_match('/[;|&]/',$key)) { print "Input contains an illegal character!"; } else { passthru("grep -i $key dictionary.txt"); } } 정규표현식을 사용하여 검색을 시도 grep -I : --files-with-matches Suppress normal output; instead print the name of each input fi.. 2014. 12. 1. natas9 http://natas9.natas.labs.overthewire.org아이디 : natas9 패스워드 : W0mMhUcRRnG8dcghE4qvk3JA9lGt8nDl Output: View sourcecode 위 사이트를 살펴보면 검색창에 입력한 값이 grep 명령어의 $key 값으로 포함되어 dictionary.txt에서 검색하는 것을 알 수 있다. ; 를 이용하여 한 라인에 두 개의 명령어를 실행할 수 있는 점을 이용하여 /etc/natas_webpass/natas10의 값을 조회할 수 있다. 2014. 12. 1. 사이트 : Advanced Bash-Scripting Guide & 예제 http://tldp.org/LDP/abs/html/index.html Dedication For Anita, the source of all the magic Table of Contents Part 1. Introduction 1. Shell Programming! 2. Starting Off With a Sha-Bang Part 2. Basics 3. Special Characters 4. Introduction to Variables and Parameters 5. Quoting 6. Exit and Exit Status 7. Tests 8. Operations and Related Topics Part 3. Beyond the Basics 9. Another Look at Variables 10.. 2014. 12. 1. 사이트 : Linux man pages http://linux.die.net/man 2014. 12. 1. 이전 1 ··· 243 244 245 246 247 248 249 ··· 251 다음 반응형