Notice
Recent Posts
Recent Comments
Link
04-27 17:38
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- sts
- route 53
- dbeaver
- 맥
- 클라우드 서비스 개발 #
- Java
- 우리에프아이에스 #
- 우리FIS아카데미
- AWS
- 맥OS
- springboot
- M2
- 우리FISA
- spring
- 우리FISA #
- 도메인
- 리눅스
- 글로벌소프트웨어캠퍼스
- 맥북
- Gradle
- 로드밸런스
- mysql
- jdk
- K-디지털트레이닝
- HTTP
- 우리에프아이에스
- 클라우드 서비스 개발
- https
- 우리FIS아카데미 #
Archives
- Today
- Total
목록스크립트 (1)
<<개발일지>>
X-Forwarded-For ip 변경해서 대량 요청 보내기 스크립트 -작성중-
import requestsimport randomimport timedef generate_random_ip(): return '.'.join(str(random.randint(1, 254)) for _ in range(4))url = "http://192.xxx.x.xxx:8080/apply/transaction.pwkjson"headers_template = { "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", "Accept-Encoding": "gzip, deflate..
스크립트
2025. 4. 22. 18:11