Skip to content

Commit

Permalink
Merge pull request #425 from h00die/publics
Browse files Browse the repository at this point in the history
Fix spelling of public
  • Loading branch information
DaveYesland authored May 24, 2024
2 parents d7f8eb0 + 79ceeb0 commit 20e9778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu/modules/ec2__enum/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def main(args, pacu_main):
with save(p, 'w+') as f:
for public in public_ips:
f.write('{}\n'.format(public))
print(' {} publics IP address(es) found and added to text file located at: ~/.local/share/pacu/{}/downloads/{}'.format(len(public_ips),session.name,p))
print(' {} public IP address(es) found and added to text file located at: ~/.local/share/pacu/{}/downloads/{}'.format(len(public_ips),session.name,p))
all_public_ips += public_ips

# VPN Customer Gateways
Expand Down

0 comments on commit 20e9778

Please sign in to comment.