Skip to content

Commit

Permalink
all 4 flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush RoyChowdhury committed Nov 27, 2024
1 parent 3915391 commit 4f518fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/powerpwn/copilot_studio/modules/deep_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@ def run(self):

print("Done, results saved under final_results/chat_exists_output.txt")

self.bot_has_knowledge = query_using_pup(self.open_bots)
print("Done, extracted knowledge results saved under final_results/chat_exists_output.txt")

else:
logging.error("Did not find a solution publisher prefix")
else:
Expand Down Expand Up @@ -873,7 +876,6 @@ def run(self):
print("Done, results saved under final_results/chat_exists_output.txt")

self.bot_has_knowledge = query_using_pup(self.open_bots)

print("Done, extracted knowledge results saved under final_results/chat_exists_output.txt")

else:
Expand Down Expand Up @@ -962,6 +964,9 @@ def run(self):

print("Done, results saved under final_results/chat_exists_output.txt")

self.bot_has_knowledge = query_using_pup(self.open_bots)
print("Done, extracted knowledge results saved under final_results/chat_exists_output.txt")

else:
logging.error("Did not find a default solution publisher prefix")

Expand Down Expand Up @@ -1044,7 +1049,6 @@ def run(self):
print("Done, results saved under final_results/chat_exists_output.txt")

self.bot_has_knowledge = query_using_pup(self.open_bots)

print("Done, extracted knowledge results saved under final_results/chat_exists_output.txt")

else:
Expand Down

0 comments on commit 4f518fc

Please sign in to comment.