Skip to content

Instantly share code, notes, and snippets.

View abcfy2's full-sized avatar
πŸ˜€
Focusing

Feng Yu abcfy2

πŸ˜€
Focusing
View GitHub Profile
time="2026-03-21T08:03:07.274641660Z" level=info msg="[TCP] 10.147.77.124:42992 --> 91.108.56.133:80 match RuleSet(telegramcidr) using πŸš€ θŠ‚η‚Ήι€‰ζ‹©[ε‰©δ½™ζ΅ι‡οΌš809.28 GB]"
unexpected fault address 0x5780000
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x5780000 pc=0xe21e64]
goroutine 346 gp=0x52f4288 m=3 mp=0x5061008 [running]:
runtime.throw({0x10d8621, 0x5})
runtime/panic.go:1229 +0x34 fp=0x5712bd4 sp=0x5712bc0 pc=0xb189c
runtime.sigpanic()
runtime/signal_unix.go:945 +0x2ac fp=0x5712c04 sp=0x5712bd4 pc=0xb4194
#!/usr/bin/env python
#coding:utf8
import sys, os
import urllib2
import time
from threading import Thread
from BeautifulSoup import BeautifulSoup
import random
urlRoot = 'http://uuu.11com137aa.comwww.vvvv12.com' # 已蒫屏蔽--!.
@abcfy2
abcfy2 / temp.py
Last active August 29, 2015 14:06
#!/usr/bin/env python3
import requests
from lxml import html
def login(name,password):
url='http://passport.cnblogs.com/login.aspx'
session = requests.session()
ua = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'
session.headers.update({'User-Agent': ua})