Skip to content

Commit 10f952d

Browse files
wh0am1irungobier
wh0am1i
authored andcommitted
feat:During batch scanning, too many targets cause the output results to exceed the display range.
1 parent 2c0a105 commit 10f952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pocsuite3/lib/controller/controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def show_task_result():
8686
if row.status == 'success':
8787
success_num += 1
8888

89-
data_to_stdout('\n{0}'.format(results_table.get_string(sortby="status", reversesort=True)))
89+
data_to_stdout('\n{0}'.format(results_table.get_string(sortby="status", reversesort=False)))
9090
data_to_stdout("\nsuccess : {} / {}\n".format(success_num, total_num))
9191

9292

0 commit comments

Comments
 (0)