티스토리 뷰
1 2 3 4 5 6 7 8 9 10 11 12 | import requests# requests 모듈 사용 res = requests.get('https://www.naver.com/') #연결 html = res.text # html 소스 가져오기 header = res.headers # HTTP header 가져오기 status = res.status_code # HTTP Status 가져오기, 200이면 정상 is_ok = res.ok # HTTP가 정상적으로 되었는지 | cs |
'programming > python' 카테고리의 다른 글
angr 정리 (0) | 2018.07.07 |
---|---|
z3 정리 (0) | 2018.07.07 |
파이썬 BeautifulSoup를 이용해 네이버 실시간 검색어 웹 크롤러 만들기 (0) | 2018.03.05 |
[python] request를 이용한 get값 브루트포싱 (0) | 2017.12.20 |
[교육봉사][동아리 활동][python]마인크래프트로 배우는 파이썬 프로그래밍 (0) | 2017.12.17 |
Comments
최근에 올라온 글
최근에 달린 댓글
TAG
- rt_sigreturn
- pwnable.tw
- fastbindup
- pwnable
- SQLi
- ebp change
- FSB
- glibc
- codegate
- srop
- 본선가고싶다
- heap
- hacking
- HackCTF
- shellcoding
- overflow
- fsop
- pwable
- 해킹
- fastbin
- TLS
- tcache
- stack reusing
- oob
- exit
- Total
- Today
- Yesterday