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