Giter Club home page Giter Club logo

h's People

Contributors

sijido 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

h's Issues

文档错误

这个命令有错误
cd /app && nohup python3 run.py &
在app目录下没有run.py
python3: can't open file 'run.py': [Errno 2] No such file or directory

没扫完就结束了

任务里面有10个c段,在端口扫描的过程中没扫完,就自己结束了
image

网站打开较慢

网站打开较慢,页面加载慢的厉害,看了一下Google Fonts的问题。
把/H/app/base/static/assets/css/style.css里面的链接换成国内的镜像,访问速度会快很多。

扫描周期设置

请问在扫描周期中【月设置】我设置为2,这个是每2个月进行一次扫描还是每年的2月进行扫描,下面的日设置、周设置同样存在疑问

另外,消息推送会考虑加上钉钉吗

Fixed cookie directing admin to unauthorized login(固定的cookie导致管理员未授权登录)

  1. Set up a successful H system environment locally, log in with the administrator, and use burpsuite to obtain the administrator's cookie
    在本地搭建成功H系统环境,使用管理员登录后,使用burpsuite获取到管理员的cookie

图片1

  1. Find the target_ip where the H system is installed on the Internet, and visit http://target_ip:5005/index. The result is as follows:
    在互联网上查找安装H系统的target_ip,访问http://target_ip:5005/index ,结果如图:

image

  1. Use burpsuite to intercept the request packet of http://target_ip:5005/index, and modify the cookie in the request packet to the cookie obtained locally in step 1
    使用burpsuite拦截http://target_ip:5005/index的请求包,修改请求包中的cookie为第1步中本地获得的cookie
    image
    The response interface is as follows (you can log in successfully)
    响应界面如下所示(即可成功登录)
    image

配置文件

配置文件怎么配置啊,改了所有能改的,redis和rabbitmq连接错误
image
image

自定义poc问题

首先感谢大佬开源的这个扫描平台。我在系统设置中发现了自定义POC功能,请问是POC否有特定的格式或调用方法。

subfinder是否支持自定义key

您好 看了一下代码,没找到有subfinder的provider-config.yaml是否支持自定义key呢这样子可以获取到更多的子域名。

无法搭建

root@206608cffb1a:/# cd /app && nohup python3 run.py &
[1] 1082
root@206608cffb1a:/# nohup: ignoring input and appending output to 'nohup.out'

[1]+ Exit 2 cd /app && nohup python3 run.py

root@206608cffb1a:/app# python3 client_run.py
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
nohup: appending output to 'nohup.out'
root@206608cffb1a:/app# nohup: appending output to 'nohup.out'

nmap is not nmap

Hi,

I noticed that this project has a dependency on nmap in requirements.txt. It was brought to my attention that people mistakenly install this in belief it's the well-known port scanning tool, which it's not. I've since removed the single release of my nmap library from PyPI, and so wanted to inform you that installation is likely to break until you remove this dependency (which I assume was incorrectly added to begin with).

Sorry for any inconvenience caused by this.

docker-compose build时报错,已注释readme中的三行代码

E: Unable to locate package openjdk-8-jre
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package vim
E: Unable to locate package python3
E: Unable to locate package python3-pip
E: Unable to locate package nmap
E: Unable to locate package erlang-nox
E: Unable to locate package mariadb-server
E: Unable to locate package language-pack-zh-hans
E: Unable to locate package fontconfig
E: Package 'chromium-browser' has no installation candidate

The name 'home_blueprint' is already registered for this blueprint. Use 'name=' to provide a unique name.

运行报错:
Traceback (most recent call last):
File "run.py", line 33, in
app = create_app( app_config )
File "/home/H/H/app/init.py", line 41, in create_app
register_blueprints(app)
File "/home/H/H/app/init.py", line 25, in register_blueprints
app.register_blueprint(module.blueprint)
File "/usr/local/lib/python3.8/dist-packages/flask/scaffold.py", line 56, in wrapper_func
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1028, in register_blueprint
blueprint.register(self, options)
File "/usr/local/lib/python3.8/dist-packages/flask/blueprints.py", line 305, in register
raise ValueError(
ValueError: The name 'home_blueprint' is already registered for this blueprint. Use 'name=' to provide a unique name.

子域名扫描问题

在子域名扫描时,子域名列表里有许多域名记录,等扫描完了,只有零星几条域名记录

实时推送问题

nuclei rad+xray漏洞推送均已勾选,但是每日扫描,每日推送内容未勾选。漏扫结果只推送nuclei的,xray没有推送

Client 配置文件问题

image
[client]-->[config.ini] 第27行 vuln_xray_webhook = h_server_1:5005
现在默认启动docker建立的镜像名好像为h-server-1与h-worker-1,
之前一个版本部署距离现在有段时间,我忘记是不是我改掉的了
h-server-11与h_server_1不匹配应该会遇到问题,容器内dig查 只有h-server-1才能解析到对应容器

有啥配置要求

师傅,我使用该项目,2C4G,CPU占用率一直100%,请问有啥最低配置要求吗?

使用的一些问题

在增加一个目标并且扫描完成后,会卡在漏洞扫描上面,应该是xray没有停止。
在界面处,扫描完成之后删除目标信息,数据清空但是漏洞处显示并没有做到清空,导致在漏洞列表那边会存在多余的pages数量。

问题求解答

一直在扫描子域名 而且一些3级域名不存在也扫出来,一天了一直卡在扫描子域名

修改登录默认密码重启完所有容器web登录还是默认密码

你好,那个我启动好服务端和客户端,然后登录web修改默认密码,然后docker-compose restart 全部重启容器,登录又是默认密码,所以只要不重启服务端,扫描和修改的登陆密码数据一直在,往后在使用过程当中导致服务端重启或者关机开机,那就是所有数据都没有了,那在扫描当中,产生的bug或者报错不得已重启服务端怎么办,数据都没了。

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.