leveryd

Results 46 issues of leveryd

the code is `` `display:none` does not work?

比如知乎,返回下面的东西 ![image](https://user-images.githubusercontent.com/1846319/61853563-c7db5380-aeee-11e9-97f8-42dc146a4cdc.png) 豆瓣 ![image](https://user-images.githubusercontent.com/1846319/61853639-fa854c00-aeee-11e9-8a3b-029b03f6369c.png)

i read "rewriter.py" source code, "builtins.compile" confused me ``` @functools.wraps(original_compile) def rewriting_compile(*args, **kwargs): ... builtins.compile = rewriting_compile ``` what i understand at first is "compile function has been hooked, when...

**是否使用了最新代码** 是 **Bug描述** python3 oneforall.py --target huawei.com run 最终结果中没有 www.hwworks-live-route.huawei.com。 但访问 https://crt.sh/?q=huawei.com ,能看到此域名 **运行环境** - 系统:Mac - Python版本:3.7 - OneForAll版本:2021-7-31最新master分支 **如何复现** python3 oneforall.py --target huawei.com run **屏幕截图** ![image](https://user-images.githubusercontent.com/1846319/129063157-a763e5a5-2d17-4859-9038-f03f6c1e69f8.png)

bug

**Is your feature request related to a problem? Please describe.** 在收集子域名时,有时候会遇到cdn、waf等厂商的域名。 比如 https://gist.github.com/leveryd/1817a89933b191abbff6cb0a48d6926f 这里的域名。 所以想在开始子域名收集前,如果属于这类"垃圾域名",就不做收集工作。 **Describe the solution you'd like** * 提供一个配置选项,打开开关后,能够屏蔽掉这种域名。

enhancement

文件操作时可能会遇到的误区

➜ ~ dict 测试 Traceback (most recent call last): File "/usr/local/bin/dict", line 9, in load_entry_point('dict-cli==1.3.4', 'console_scripts', 'dict')() File "build/bdist.macosx-10.11-intel/egg/dict/__init__.py", line 143, in main File "build/bdist.macosx-10.11-intel/egg/dict/__init__.py", line 51, in __init__ UnicodeDecodeError:...

hello, i find a security bug about this project, and it affects many project who use this `http-swagger` project. how can i send report "safely" to you?

#### Problem description i found one bad regex pattern in 'dateparser/languages/locale.py' ``` r'(?:[¡¿]+|[\.!?;…\r\n]+(?:\s|$))+', # Spanish ``` those pattern will cause 'ReDos' security problem, proof of code like below ``` import...

Type: Bug