일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 러스트
- 러스트 프로그래밍 공식 가이드
- 러스트 예제
- 자바 개념
- 파이썬
- 백준
- data communication
- 데이터 통신
- ubuntu
- 알고리즘
- 자바
- 파이썬 첼린지
- Rust
- java
- Operating System
- 자바 기초
- 오라클
- Reversing
- Database
- OS
- 파이썬 챌린지
- 오라클DB
- Python
- 파이썬 알고리즘
- 우분투
- Python challenge
- 데이터베이스
- 운영체제
- C
- 백준 러스트
Archives
- Today
- Total
목록level4 (2)
IT’s Portfolio

http://pythonchallenge.com "다음번의 nothing은 44827이다" 웹 페이지의 주소를 보면 http://pythonchallenge.com/pc/def/linkedlist.php?nothing=12345 linkedlist.php뒤에 nothing값을 넣으면 페이지의 내용이 달라지는 것 같다. 스크립트를 짜보자. import requests from bs4 import BeautifulSoup nothing = "12345" def get_data(nothing): url = "http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing=" + nothing hdr = {'User-Agent': ('mozilla/5.0 (windo..
Security Study/Wargame Explanation
2019. 11. 24. 14:48