일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- ChatGPT
- deep learning
- 웹해킹
- Linux
- 인공지능
- 경제
- 러닝스칼라
- BOF 원정대
- Scala
- 백엔드
- c++
- hackthissite
- 딥러닝
- mysql
- hackerschool
- c
- 파이썬
- 러닝 스칼라
- Shellcode
- 리눅스
- webhacking
- hacking
- BOF
- php
- backend
- Python
- Web
- Javascript
- flask
- 챗GPT
- Today
- Total
목록hacking (11)
jam 블로그
해설과 답은 마우스로 글을 긁으면 보여요.. Network Security Sam has encrypted his password. The encryption system is publically available and can be accessed with this form: Please enter a string to have it encrypted. You have recovered his encrypted password. It is: a8h6hg=j Decrypt the password and enter it below to advance to the next level. => 네트웍 보안가 Sam은 그의 패스워드를 암호화했다. 그 암화화 시스템은 공공적으로 사용할수 있고, 이 양식은 제어할수 ..
해설과 답은 마우스로 글을 긁으면 보여요.. Sam has gotten wise to all the people who wrote their own forms to get the password. Rather then actually learn the password, he decided to make his email program a little more secure. => Sam은 그 패스워드를 얻은 하나의 양식을 쓴 모든 사람들이 얻길 바란다. 그 패스워드를 정확하게 배우는 것 보다 그는 좀더 안전한 Email 프로그램을 만드기를 결심 했다. 해설 일단 소스를 저장하고 나서 level4처럼 이메일을 바꾸고 실행 해보자. 그럼 Referrer Error: Please Check Referer (No..
해설과 답은 마우스로 글을 긁으면 보여요.. This time Sam hardcoded the password into the script. However, the password is long and complex, and Sam is often forgetful. So he wrote a script that would email his password to him automatically in case he forgot. Here is the script: =>같은 시각 Sam은 그 스크립트 안에 패스워드를 하드코드했다. 그러나 그 패스워드는 길고 복잡했다. 그리고 Sam은 종종 까먹는다. 그래서 그는 그가 까먹는 경우 자동적으로 그에게 패스워드를 그의 email로 보내지게 스크립트를 썼다. 여기에..
해설과 답은 마우스로 글을 긁으면 보여요.. This time Network Security Sam remembered to upload the password file, but there were deeper problems than that. => 같은 시각 네트웍 보안가 Sam은 그 패스워드 파일을 업로드한걸 기억해 내었다. 그러나 이것은 그것보다 더 심각한 문제이다. 해설 언제나 그랬다시피 소스를 보자 Level 3 This time Network Security Sam remembered to upload the password file, but there were deeper problems than that. Password: 나는 level2보다 level3이 더 쉬웠다. 이유는 자 위에 ..
해설과 답은 마우스로 글을 긁으면 보여요.. Network Security Sam set up a password protection script. He made it load the real password from an unencrypted text file and compare it to the password the user enters. However, he neglected to upload the password file... => 네트웍 보안가 Sam은 암호보호스크립트를 설치했다. 그는 암호화 안된 텍스트 파일로부터 실제 패스워드를 불러온다. 그리고 너가 쓴 패스워드와 비교한다. 그러나. 그는 패스워드 파일을 업로드한 것을 무시했다. 해설 역시나 소스 보는 수 밖에 없다. 아까 처럼 그곳으..