cramppet / regulator

Automated learning of regexes for DNS discovery
358 stars 40 forks source link

not getting any output #11

Open sushantdhopat opened 1 year ago

sushantdhopat commented 1 year ago

python3 main.py -t dell.com -f /root/new-dell.com/allsub.txt -o /root/new-dell.com/dell.brut after running i didnt getting any output just get Killed

0xGwyn commented 1 year ago

Hi, is there any other details for the error? Since the app has problems with memory management, my guess is that the process must have been killed due to large amount of data being processed.

sushantdhopat commented 1 year ago

no error just happening this nothing gets anything and the subdomains list is 24812 subdomains Screenshot 2023-03-03 at 9 47 57 PM

0xGwyn commented 1 year ago

Unfortunately I'm not familiar with the core concept of the tool but I think I may know where the problem lies and will try to fix it asap.

sushantdhopat commented 1 year ago

thanks let me know

0xGwyn commented 1 year ago

Meanwhile you can test the commit from Nov 26, 2022 and check if it works fine. With that commit, the app used to first generate the rules then you had to run a bash script to generate subdomains out of the rules. If it fixes the problem then my guess should be right about the issue which involves file processing.

JoshuaMart commented 1 year ago

Hi, Same problem observed for my part, however I also tested on old commits and I think it is simply the VPS used that is not powerful enough.

In my test I use a VPS with 2G of RAM and when I launch the tool, more and more RAM is consumed until it reaches the max and that's when the tool stops with the output "Killed

abbycantcode commented 1 year ago

I am using a 8GB VPS and yet its still the same.