Giter VIP home page Giter VIP logo

cent's People

Contributors

ab2pentest avatar antonydevanchi avatar cokebeer avatar dreygur avatar drjacky avatar frissi0n avatar hakluke avatar kibernautas avatar numaan911098 avatar pikpikcu avatar ramsayotaku avatar rix4uni avatar summersec avatar szybnev avatar xm1k3 avatar zerodivisi0n 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  avatar  avatar  avatar

cent's Issues

Can't run cent init

  • I have installed go through brew
  • Verified that the go was installed properly [current file path: Users/name/go
  • Redirected to Users/name/go/bin/cent
  • when running cent the cli responds "zsh: command not found: cent"

Can you help me 'bout this please thank you

Device Used: Macbook Pro 2020 M1
Current OS version: Ventura 13.3

duplicate nuclei template question

Hello , I have read the project description and I have a question. Does this project download some nuclei template project files from GitHub and then de-duplicate the yaml files locally? Or is it simply downloading nuclei template files?

WRN

when i run nuclei -t /root/cent-nuclei-templates -u https://testphp.vulnweb.com -v

most of tamplets be like this:
[WRN] [api-apigee-edge] Could not make http request for https://apimonitoring.enterprise.apigee.com/alerts: unresolv
[WRN] Syntax warnings for template /root/Recon/cent-nuclei-templates/CVE-2020-16139.yaml: yaml: unmarshal errors:
line 4: field risk not found in type model.Info
line 6: field params not found in type templates.Alias
line 10: field endpoint not found in type yaml.MapItem
line 14: field url not found in type http.Request
line 17: cannot unmarshal !!seq into map[string]string
line 18: field detections not found in type http.Request
line 22: field references not found in type templates.Alias
[WRN] Could not load template /root/Recon/cent-nuclei-templates/CVE-2017-10075.yaml: mandatory 'name' field is missing, mandatory 'author' field is missing, mandatory 'id' field is missing

What can i do?

How to find the last version of yaml

Sorry, it is not a real issue.

Some yaml files are present in several repo. Can you tell me how to find the most recent version of yaml file ?

I use MD5 checksum of each file to remove same yaml files but after that, in some case, there are file have the same name/id but have different MD5 checksum and I don't know hox to select the more recent file. Use date of creation of file can be use but very sure, size of file ? peraphs, or ...

Tell me if you have an idea, please ?

Thank you for the very good tool !

Distributed Scanning Tools with Cent

Hi
Thanks for this awesome tool.
I want to ask, are there ways to running distributed scanning tools like axiom or fleex with Cents?
Thank you

How can I update cent itslef?

Hello
I want to know how can I update cent itself?
when I run the below command I did not see any changes into your products
go install -v github.com/xm1k3/cent@latest
would you please add a switch for update cent itself?
Thanks

bug about .cent.yaml

root@-a493ee:~/cent# ./cent_linux_amd64 --config .cent.yaml 
Run cent init to automatically download .cent.yaml from repo and copy it to $HOME/.cent.yaml

Issue with moving files

When the app tries to move files it encounters an error with a space in the folder name:

Error running shell command:  cp /tmp/cent1652100082/repo23/Template -3/detect-tracer-sc-web.yaml /root/nuclei-templates/Template -3/detect-tracer-sc-web.yaml   =>  exit status 1
cp: invalid option -- '3'

Folders with spaces are from this repo: https://github.com/NitinYadav00/My-Nuclei-Templates

Also, this repo does not exist anymore

https://github.com/joanbono/nuclei-templates
https://github.com/xm1k3/cent/blob/main/.cent.yaml#L32

Duplicates Issue

Hello!

I installed the tool and also downloaded the templates but there are some duplicates, can you also add a way to remove duplicate templates after it is downloaded?? Because after every update I cannot remove the duplicate templates...

And I edited the github urls in the .cent.yaml but the tool then also downloads the templates from removed urls.

Installation Error

Below is the error I get while installing the tool

../go/pkg/mod/github.com/xm1k3/[email protected]/pkg/jobs/jobs.go:7:2: package io/fs is not in GOROOT (/usr/lib/go-1.15/src/io/fs)

Clear old and corrupted repos

If I take on the task of cleaning up the repository list of templates that are too old and templates that don't work correctly with the current version of nuclei. Would that really make a good idea?

The main purpose of this cleanup is to remove old and non-working templates. And also to reduce the time of duplicates removal. This process takes too much time in my opinion.

@xm1k3

Explain this.

Can you explain why tf "Precompiled Binary" is accessing this?

image

i/o timeout

when i search cent init /home/.cent.yaml , its showing like i/o timeout
please sol this problems

error

when running : >nuclei -l urls.txt -t cent-nuclei-templates -tags cve

[←[31mWRN←[0m] Found 602 templates with syntax error (use -validate flag for further examination)
[←[31mWRN←[0m] Found 4 templates with runtime error (use -validate flag for further examination)

ERROR!! go/pkg/mod/github.com/xm1k3/[email protected]/pkg/jobs/jobs.go:7:2: package io/fs is not in GOROOT (/usr/lib/go-1.15/src/io/fs)

hello there,

when i run this command GO111MODULE=on go get -u github.com/xm1k3/cent for install cent in my kali linux
that time i got this error package io/fs is not in GOROOT
here is the full detail
GO111MODULE=on go get -u github.com/xm1k3/cent

go: github.com/xm1k3/cent upgrade => v0.0.0-20210805070318-b4084525c87e
go: golang.org/x/text upgrade => v0.3.6
go: github.com/mattn/go-colorable upgrade => v0.1.8
go: github.com/mattn/go-isatty upgrade => v0.0.13
go: golang.org/x/sys upgrade => v0.0.0-20210630005230-0f9fa26af87c
go: gopkg.in/yaml.v2 upgrade => v2.4.0
go: github.com/fatih/color upgrade => v1.12.0
go: github.com/mitchellh/mapstructure upgrade => v1.4.1
go: github.com/mitchellh/go-homedir upgrade => v1.1.0
go: github.com/spf13/cast upgrade => v1.4.0
go/pkg/mod/github.com/xm1k3/[email protected]/pkg/jobs/jobs.go:7:2: package io/fs is not in GOROOT (/usr/lib/go-1.15/src/io/fs)

here i attached screen shot
1

some details about kali linux

  1. i run kali linux in vmware workstation14.1.3 build-9474260 with latest update of kali linux

2)go version go1.15.9 linux/amd64

3)cat /etc/*release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2021.2"
VERSION_ID="2021.2"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"

so how can i solve this issue ?
please guide me .
Thanks

Add summary table

If it is real, add summary table after deleting duplicates templates.
image

Need A Help From You!!!

Hello Brother,

i hope you are doing well.
i need your help regarding all repo of nuclei-templates.
official nuclei link is this https://github.com/projectdiscovery/nuclei-templates
we can add this link in cent tool's config file so we will get all details via cent tool with remove duplicates content.
also you know they update their repo (nuclei-templates) regularly with adding some new stuffs .
so my question is how can i getther all repo of nuclei-templates via cent tool .
latest version v8.4.9 to first release version v1.1.0
i want these all repo
so please guide me
Thanks.

runtime/cgo: pthread_create failed: Resource temporarily unavailable

➜  cent git:(main) cent validate
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x18941a0dc m=2 sigcode=0

goroutine 0 [idle]:
runtime: g 0: unknown pc 0x18941a0dc
stack: frame={sp:0x16d732c00, fp:0x0} stack=[0x16cf37328,0x16d732f28)
0x000000016d732b00:  0x0000000000000000  0x0000000100000008
0x000000016d732b10:  0x0000000102edef94 <runtime.(*mcache).nextFree+0x0000000000000084>  0x0000000000000000
0x000000016d732b20:  0x0000000032aaaba2  0x0000000000000000
0x000000016d732b30:  0x0000000000000000  0x0000000000000000
0x000000016d732b40:  0x0000000000000000  0x0000000000000000
0x000000016d732b50:  0x0000000000000000  0x0000000000000000
0x000000016d732b60:  0x0000000000000007  0x0000000000000000
0x000000016d732b70:  0x0000000000000000  0x0000000000000000
0x000000016d732b80:  0x0000000000000000  0x0000000000000000
0x000000016d732b90:  0x0000000000000000  0x0000000000000000
0x000000016d732ba0:  0x0000000000000000  0x0000000000000000
0x000000016d732bb0:  0x0000000000000000  0x0000000000000000
0x000000016d732bc0:  0x0000000000000000  0x0000000000000000
0x000000016d732bd0:  0x0000000000000000  0x0000000000000000
0x000000016d732be0:  0x000000000000003c  0x00000001dfc38508
0x000000016d732bf0:  0x000000016d732c10  0x8a338001892f6970
0x000000016d732c00: <0x0000000000000000  0x0000000000000003
0x000000016d732c10:  0x000000016d732c48  0x000000016d733000
0x000000016d732c20:  0x000000016d732c60  0xe10d80018935da40
0x000000016d732c30:  0x00000000007ff000  0xffffffffdfc38508
0x000000016d732c40:  0x0000000000000000  0x00000000fffff9df
0x000000016d732c50:  0x00000000007ff000  0x00000001dfc38508
0x000000016d732c60:  0x000000016d732c90  0x5544000102ed11c4
0x000000016d732c70:  0x00000001893621fd  0x0000000000000003
0x000000016d732c80:  0x00000000007ff000  0x0000000000000023
0x000000016d732c90:  0x000000016d732d00  0x0000000102ed110c <threadentry+0x0000000000000000>
0x000000016d732ca0:  0x0000000000000000  0xffffffff00000000
0x000000016d732cb0:  0x0000000054484441  0x0000000000000000
0x000000016d732cc0:  0x0000000000000000  0x0000000000800000
0x000000016d732cd0:  0x00000000000008ff  0x0000000010010101
0x000000016d732ce0:  0x0000000000000000  0x0000000000000000
0x000000016d732cf0:  0x000000016d732900  0x000000016d732ca8
runtime: g 0: unknown pc 0x18941a0dc
stack: frame={sp:0x16d732c00, fp:0x0} stack=[0x16cf37328,0x16d732f28)
0x000000016d732b00:  0x0000000000000000  0x0000000100000008
0x000000016d732b10:  0x0000000102edef94 <runtime.(*mcache).nextFree+0x0000000000000084>  0x0000000000000000
0x000000016d732b20:  0x0000000032aaaba2  0x0000000000000000
0x000000016d732b30:  0x0000000000000000  0x0000000000000000
0x000000016d732b40:  0x0000000000000000  0x0000000000000000
0x000000016d732b50:  0x0000000000000000  0x0000000000000000
0x000000016d732b60:  0x0000000000000007  0x0000000000000000
0x000000016d732b70:  0x0000000000000000  0x0000000000000000
0x000000016d732b80:  0x0000000000000000  0x0000000000000000
0x000000016d732b90:  0x0000000000000000  0x0000000000000000
0x000000016d732ba0:  0x0000000000000000  0x0000000000000000
0x000000016d732bb0:  0x0000000000000000  0x0000000000000000
0x000000016d732bc0:  0x0000000000000000  0x0000000000000000
0x000000016d732bd0:  0x0000000000000000  0x0000000000000000
0x000000016d732be0:  0x000000000000003c  0x00000001dfc38508
0x000000016d732bf0:  0x000000016d732c10  0x8a338001892f6970
0x000000016d732c00: <0x0000000000000000  0x0000000000000003
0x000000016d732c10:  0x000000016d732c48  0x000000016d733000
0x000000016d732c20:  0x000000016d732c60  0xe10d80018935da40
0x000000016d732c30:  0x00000000007ff000  0xffffffffdfc38508
0x000000016d732c40:  0x0000000000000000  0x00000000fffff9df
0x000000016d732c50:  0x00000000007ff000  0x00000001dfc38508
0x000000016d732c60:  0x000000016d732c90  0x5544000102ed11c4
0x000000016d732c70:  0x00000001893621fd  0x0000000000000003
0x000000016d732c80:  0x00000000007ff000  0x0000000000000023
0x000000016d732c90:  0x000000016d732d00  0x0000000102ed110c <threadentry+0x0000000000000000>
0x000000016d732ca0:  0x0000000000000000  0xffffffff00000000
0x000000016d732cb0:  0x0000000054484441  0x0000000000000000
0x000000016d732cc0:  0x0000000000000000  0x0000000000800000
0x000000016d732cd0:  0x00000000000008ff  0x0000000010010101
0x000000016d732ce0:  0x0000000000000000  0x0000000000000000
0x000000016d732cf0:  0x000000016d732900  0x000000016d732ca8

goroutine 1 [runnable]:
syscall.syscall(0x1404365e960?, 0x2e?, 0x14000529af8?, 0x102fb195c?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/sys_darwin.go:23 +0x58 fp=0x14000529ab0 sp=0x14000529a20 pc=0x102f37868
syscall.Lstat({0x1404365e960?, 0x0?}, 0x140436601d8)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/syscall/zsyscall_darwin_arm64.go:1943 +0x70 fp=0x14000529b00 sp=0x14000529ab0 pc=0x102f88550
os.lstatNolog.func1(...)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/os/stat_unix.go:45
os.ignoringEINTR(...)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/os/file_posix.go:251
os.lstatNolog({0x1404365e960, 0x2e})
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/os/stat_unix.go:44 +0x50 fp=0x14000529b40 sp=0x14000529b00 pc=0x102fb1980
os.Lstat({0x1404365e960, 0x2e})
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/os/stat.go:22 +0x30 fp=0x14000529b60 sp=0x14000529b40 pc=0x102fb13a0
path/filepath.walk({0x103441269, 0x15}, {0x10367b9a8, 0x140002fcdd0}, 0x14000529cb8)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/path/filepath/path.go:495 +0x148 fp=0x14000529c30 sp=0x14000529b60 pc=0x1030597b8
path/filepath.Walk({0x103441269, 0x15}, 0x1400029fcb8)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/path/filepath/path.go:572 +0x6c fp=0x14000529c80 sp=0x14000529c30 pc=0x103059c5c
github.com/xm1k3/cent/cmd.glob..func6(0x14000208c00?, {0x103438036?, 0x4?, 0x103438016?})
	/Users/usernameee/go/pkg/mod/github.com/xm1k3/[email protected]/cmd/validate.go:29 +0x68 fp=0x14000529cd0 sp=0x14000529c80 pc=0x103436e08
github.com/spf13/cobra.(*Command).execute(0x103a88220, {0x103ac3a60, 0x0, 0x0})
	/Users/usernameee/go/pkg/mod/github.com/spf13/[email protected]/command.go:944 +0x654 fp=0x14000529e10 sp=0x14000529cd0 pc=0x10306e2f4
github.com/spf13/cobra.(*Command).ExecuteC(0x103a87980)
	/Users/usernameee/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 +0x320 fp=0x14000529ed0 sp=0x14000529e10 pc=0x10306ea30
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/usernameee/go/pkg/mod/github.com/spf13/[email protected]/command.go:992
github.com/xm1k3/cent/cmd.Execute()
	/Users/usernameee/go/pkg/mod/github.com/xm1k3/[email protected]/cmd/root.go:86 +0x24 fp=0x14000529f20 sp=0x14000529ed0 pc=0x103435ac4
main.main()
	/Users/usernameee/go/pkg/mod/github.com/xm1k3/[email protected]/main.go:21 +0x1c fp=0x14000529f30 sp=0x14000529f20 pc=0x10343748c
runtime.main()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:267 +0x2bc fp=0x14000529fd0 sp=0x14000529f30 pc=0x102f0a80c
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x14000529fd0 sp=0x14000529fd0 pc=0x102f3b084

goroutine 2 [force gc (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x14000070f90 sp=0x14000070f70 pc=0x102f0ac38
runtime.goparkunlock(...)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:404
runtime.forcegchelper()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:322 +0xb8 fp=0x14000070fd0 sp=0x14000070f90 pc=0x102f0aac8
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x14000070fd0 sp=0x14000070fd0 pc=0x102f3b084
created by runtime.init.6 in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:310 +0x24

goroutine 3 [runnable]:
runtime.goschedIfBusy()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:361 +0x34 fp=0x14000071760 sp=0x14000071740 pc=0x102f0ab54
runtime.bgsweep(0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgcsweep.go:305 +0x18c fp=0x140000717b0 sp=0x14000071760 pc=0x102ef76ac
runtime.gcenable.func1()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:200 +0x28 fp=0x140000717d0 sp=0x140000717b0 pc=0x102eec0b8
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x140000717d0 sp=0x140000717d0 pc=0x102f3b084
created by runtime.gcenable in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:200 +0x6c

goroutine 4 [GC scavenge wait]:
runtime.gopark(0x140000480e0?, 0x10352f350?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x14000071f50 sp=0x14000071f30 pc=0x102f0ac38
runtime.goparkunlock(...)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:404
runtime.(*scavengerState).park(0x103a8e720)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgcscavenge.go:425 +0x5c fp=0x14000071f80 sp=0x14000071f50 pc=0x102ef4e6c
runtime.bgscavenge(0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgcscavenge.go:658 +0xac fp=0x14000071fb0 sp=0x14000071f80 pc=0x102ef542c
runtime.gcenable.func2()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:201 +0x28 fp=0x14000071fd0 sp=0x14000071fb0 pc=0x102eec058
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x14000071fd0 sp=0x14000071fd0 pc=0x102f3b084
created by runtime.gcenable in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:201 +0xac

goroutine 5 [finalizer wait, 1 minutes]:
runtime.gopark(0x140000705a8?, 0x102f363f4?, 0x1?, 0x5?, 0x102f561f4?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x14000070580 sp=0x14000070560 pc=0x102f0ac38
runtime.runfinq()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mfinal.go:193 +0x108 fp=0x140000707d0 sp=0x14000070580 pc=0x102eeb168
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x140000707d0 sp=0x140000707d0 pc=0x102f3b084
created by runtime.createfing in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mfinal.go:163 +0x80

goroutine 6 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x14000072730 sp=0x14000072710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x140000727d0 sp=0x14000072730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x140000727d0 sp=0x140000727d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 18 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400006c730 sp=0x1400006c710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400006c7d0 sp=0x1400006c730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400006c7d0 sp=0x1400006c7d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 34 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400050e730 sp=0x1400050e710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400050e7d0 sp=0x1400050e730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400050e7d0 sp=0x1400050e7d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 19 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400006cf30 sp=0x1400006cf10 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400006cfd0 sp=0x1400006cf30 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400006cfd0 sp=0x1400006cfd0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 20 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400006d730 sp=0x1400006d710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400006d7d0 sp=0x1400006d730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400006d7d0 sp=0x1400006d7d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 35 [GC worker (idle), 1 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400050ef30 sp=0x1400050ef10 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400050efd0 sp=0x1400050ef30 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400050efd0 sp=0x1400050efd0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 21 [GC worker (idle)]:
runtime.gopark(0x77e630a9750?, 0x1?, 0x5e?, 0x90?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400006df30 sp=0x1400006df10 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400006dfd0 sp=0x1400006df30 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400006dfd0 sp=0x1400006dfd0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 36 [GC worker (idle), 1 minutes]:
runtime.gopark(0x778bd2f2a1e?, 0x0?, 0x0?, 0x0?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400050f730 sp=0x1400050f710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400050f7d0 sp=0x1400050f730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400050f7d0 sp=0x1400050f7d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 37 [GC worker (idle)]:
runtime.gopark(0x103ac4ca0?, 0x1?, 0xa5?, 0xf?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400050ff30 sp=0x1400050ff10 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400050ffd0 sp=0x1400050ff30 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400050ffd0 sp=0x1400050ffd0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1219 +0x28

goroutine 22 [GC worker (idle), 1 minutes]:
runtime.gopark(0x778c33daa2d?, 0x1?, 0xe6?, 0x2d?, 0x0?)
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/proc.go:398 +0xc8 fp=0x1400006e730 sp=0x1400006e710 pc=0x102f0ac38
runtime.gcBgMarkWorker()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/mgc.go:1295 +0xd8 fp=0x1400006e7d0 sp=0x1400006e730 pc=0x102eedd18
runtime.goexit()
	/opt/homebrew/Cellar/go/1.21.5/libexec/src/runtime/asm_arm64.s:1197 +0x4 fp=0x1400006e7d0 sp=0x1400006e7d0 pc=0x102f3b084
created by runtime.gcBgMarkStartWorkers in goroutine 1
.
.
.

cent init not working

Screenshot 2022-02-17 at 12 23 52 PM
Screenshot 2022-02-11 at 9 25 46 PM
i am using a Ubuntu VPS
This worked before in my other VPS but due to some reason, it won't work now.

My gopath is set but i still have to use ./go/bin/cent then only i am able to run the cent command

List of 100 repo's stuck at the end

Hello i'm running the command cent -p cent-nuclei-templates -k

But its like stuck at the last one, or does it just take time to finalize?

The Folder is empty after running

图片

E:\A-Hack\A-ToolsBar\Cracer安全工具包\漏洞利用\Nuclei-基于yaml的poc框架\cent-模板下载工具\cent-nuclei-templates

how can I update all repositories daily?

Hello
How can I update all repositories daily?
I want to update all repositories that are included in .cent.yaml file.
for example, if any repo added a new template to their git repo. I will download it tomorrow into my cent-nuclei-template folder.
Thanks

new templates

Is it supposed to add new templates of other participants to the collection?

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.