Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulikxLakhani committed Aug 1, 2024
1 parent c7cbfed commit 13eeb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PortScout/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def main(self):
writer = csv.writer(file)
writer.writerow(["Domain/IP", "Port", "Status", "Service", "Banner"])
writer.writerows(open_ports)
print("Results are exported as results.csv in the current directory.")

if __name__ == "__main__":
PortScout().main()

0 comments on commit 13eeb03

Please sign in to comment.