farnking / Test-Dragon-Forum-of-TBots

a fuzzer lab
1 stars 1 forks source link

Suddenly can't open TestDragon #39

Open TehBengYen419 opened 8 months ago

TehBengYen419 commented 8 months ago

Screenshot 2023-12-30 1658431 原本是可以正常運行,之後會跳出彈窗。可是現在突然發現執行到一半就hang在那裏

farnking commented 8 months ago

Just restarted the server. Happy new year

TehBengYen419 commented 8 months ago

Thanks for addressing the issue. It works fine now.

VJY98 commented 8 months ago

I have met the same problem again~

chouguting commented 8 months ago

I can't open Test Dragon either.

farnking commented 8 months ago

I restarted the server again. But I am not sure why sometimes the server crashed. Has anyone found the server crashed after you filled in the password and captcha? Or was it always the case the server crashed before you filled in the password?

I need someone to help in debugging. If you guys can help find out why the crash happened, you can also file such an issue report for test-dragon for your 3rd project.

Or you ever found server crashed after project selection?

VJY98 commented 8 months ago

For me, the crash event always happened before filling in the password and captcha. It always crashes before the login interface appears .

farnking commented 8 months ago

But this might have happened when a user crashed the server after logged in and did some actions. Then you tried to start the system and got the login page.

warronyiang15 commented 8 months ago

For me, it seems like server down unexpectedly even without any crashed happened. Just 8 minutes ago, I was fuzzing the testing website, but then the fuzzer freeze. After I closed the programs and restart it again, it appears that the server down again.

chouguting commented 8 months ago

It worked for a while, but it broke again. The GUI won't come up.

shaoyuchu commented 8 months ago

In my case, the GUI sometimes fails to show. The icon pops out in the dock, showing that the process is created, but it says "Application Not Responding". This happened before the login.

Screen Shot 2023-12-31 at 3 59 50 PM
VJY98 commented 8 months ago

Is the server down again? I was trying to print some data within the getTestInput() function to analyze the data stored in the variables "fms" and "aff". I also implemented a "break" after these prints in line 80(fuzzer.py). But then the server has not responded until now. I was wondering if maybe the server was crashed by such a "break" injection.