web server woes solved

This commit is contained in:
2023-09-13 13:03:46 +02:00
parent 17e4bddf72
commit 0bff0ba313
3 changed files with 108 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ for k in flag_chars:
simgr = proj.factory.simulation_manager(state)
simgr.explore(find=success)
pass
if len(simgr.found) > 0:
for found in simgr.found:
print(found.posix.dumps(0))