Skip to content

Commit

Permalink
Update: Release v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanc00l committed Apr 15, 2023
1 parent a8d0235 commit ca59c11
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 34 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.9.2

2023-04-10
2023-04-15

### Updated

Expand All @@ -11,6 +11,7 @@
- 增加输入任务参数长度校验(目标Targets不超过5000个字符,输入参数总长度不超过6000个字符);
- 增加WebServer API接口和Swagger调试页面(为前后端分离提供支持);
- 将子域名被动收集(Subfinder)及指纹获取(Httpx)功能由原通过源代码集成改用调用二进制文件(解决和降低内存泄露、协程异常导致内存和CPU占用异常的bug);
- 增加IP与资产的黑名单功能及一键拉黑功能,对黑名单的资产忽略指纹及漏洞任务、结果不会进行存储;
- 更新纯真数据库;
- ChangeLog;

Expand Down
42 changes: 9 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Nemo
# Nemo

**Nemo**是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率。

<img src="docs/image/index.png" alt="login" />

Nemo是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率,用Golang完全重构了原Python版本。



Expand Down Expand Up @@ -61,6 +62,7 @@ Nemo是用来进行自动化信息收集的一个简单平台,通过集成常

- 多用户/角色、多工作空间(项目)支持
- 资产颜色标记、置顶、备忘录协作
- IP/Domain黑名单、一键拉黑

### 8、其它

Expand All @@ -74,47 +76,21 @@ mkdir nemo;tar xvf nemo_linux_amd64.tar -C nemo;cd nemo
docker-compose up -d
```

[更多Docker使用方式](docs/docker.md)

**Docker方式建议用作体验或临时测试,持续使用建议在虚拟机或VPS中安装和使用。**

[更多Docker使用方式](docs/docker.md)

## Install
## 安装

Tested on [ubuntu18.04/20.04/22.04 LTS](docs/install_linux.md)[macOS](docs/install_mac.md)、Windows(Test In Win10)



## Demo
## 使用

- 默认监听端口为5000,默认用户**nemo(超级管理员)**、密码 **nemo** ;通过“Config--配置管理”更改默认密码,通过“System--User“创建和管理用户权限。
- 用户角色分为superadmin、admin和guest三种; **superadmin(超级管理员)** 可管理用户和工作空间,**admin(管理员)** 可管理资源、任务和参数配置,**guest(普通用户)** 只有资源和任务的查看权限。
- 工作空间对资源(IP、Domain、任务、组织及漏洞)进行隔离,每个工作空间可分配给不同的用户访问权限。

<img src="docs/image/dashboard.png" alt="dashbord" />

<img src="docs/image/iplist.png" alt="iplist" />

<img src="docs/image/ipinfo.png" alt="ipinfo" />

<img src="docs/image/portscan.png" alt="portscan" />

<img src="docs/image/domainlist.png" alt="domainlist" />

<img src="docs/image/domaininfo.png" alt="domaininfo" />

<img src="docs/image/domainscan.png" alt="domainscan" />

<img src="docs/image/vulnerabilitylist.png" alt="vulnerabilitylist" />



<img src="docs/image/config.png" alt="config" />

![xscan2](docs/image/xscan1.png)



![xscan2](docs/image/xscan2.png)
<img src="docs/demo.gif" />



Expand Down
Binary file added docs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed docs/image/config.png
Binary file not shown.
Binary file removed docs/image/xscan1.png
Binary file not shown.

0 comments on commit ca59c11

Please sign in to comment.