Giter Site home page Giter Site logo

0xhjk / dumpall Goto Github PK

View Code? Open in Web Editor NEW
1.3K 1.3K 143.0 1.36 MB

一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出

Home Page: https://github.com/0xHJK/dumpall

License: MIT License

Makefile 1.79% Python 98.21%
bug-bounty dumpall githack hacking pentesting python3 scanner security spider svn tools

dumpall's Introduction

Hi there 👻

一个自由而无用的人。

喜欢旅行,偶尔写写文章和代码。

微信公众号:黑星实验室

dumpall's People

Contributors

0xhjk avatar fabaff avatar k0ngfei avatar nian-hua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dumpall's Issues

RuntimeError: HTTPS TLS ERROR

Filepath: \dumpall-master\dumpall\dumper.py

async def fetch(self, url: str, times: int = 3) -> tuple:
        
        conn=aiohttp.TCPConnector(ssl=False)
        async with aiohttp.ClientSession(connector=conn) as session:
        
        ......    

don't aiohttp.TCPConnector(verify_ssl=False)

Remove the bundled modules

The directory contains part of other Python modules. This should be removed and the modules in question mentioned as requirement.

This is an issue for the packaging. I will have a hard time to explain to the reviewer why the modules are shipped as part of dumpall when they are available from PyPI.

Thanks

Runtime Error

'ulimit' 不是内部或外部命令,也不是可运行的程序

mac M1 python3.9报错

Traceback (most recent call last):
File "/Volumes/tool/01hvv_tool/dumpall/dumpall.py", line 19, in
dumpall.main()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 781, in main
with self.make_context(prog_name, args, **extra) as ctx:
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 700, in make_context
self.parse_args(ctx, args)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 1048, in parse_args
value, args = param.handle_parse_result(ctx, opts, args)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 1630, in handle_parse_result
value = invoke_param_callback(self.callback, ctx, self, value)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 123, in invoke_param_callback
return callback(ctx, param, value)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/decorators.py", line 295, in callback
raise RuntimeError("Could not determine version")
RuntimeError: Could not determine version

No module named 'pyquery'

Traceback (most recent call last):
File "/usr/local/bin/dumpall", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/dumpall/init.py", line 83, in main
start(url, outdir, force)
File "/usr/local/lib/python3.8/dist-packages/dumpall/init.py", line 39, in start
addon = importlib.import_module(".addons.idxdumper", package)
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 848, in exec_module
File "", line 219, in _call_with_frames_removed
File "/usr/local/lib/python3.8/dist-packages/dumpall/addons/idxdumper.py", line 13, in
from pyquery import PyQuery as pq
ModuleNotFoundError: No module named 'pyquery'

__init__() takes 3 positional arguments but 6 were given

Module: dumpall.addons.dsdumper

('init() takes 3 positional arguments but 6 were given',)
Traceback (most recent call last):
File "/Users//dumpall/dumpall/init.py", line 41, in start
dumper = addon.Dumper(url, outdir, proxy=proxy, force=force, debug=debug)
File "/Users/
/dumpall/dumpall/addons/dsdumper.py", line 26, in init
super(Dumper, self).init(url, outdir, *kwargs)
TypeError: init() takes 3 positional arguments but 6 were given

系统:10.15.7
环境:Python 3.9.12

运行报错,无法得到结果

运行完毕显示
“'ulimit' 不是内部或外部命令,也不是可运行的程序
或批处理文件。Module: dumpall.addons.dsdumper”
然后结果是报404的,upload/file upload/file里面什么也没有

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.