Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasting Plugin Suffer From The Same Issue With '.google-cookie'. P.S Exiting Before Deleting The Config. #5

Closed
DEMON1A opened this issue Dec 16, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@DEMON1A
Copy link
Contributor

DEMON1A commented Dec 16, 2020

  • You did fix the issue with the main script grecon.py and you missed plugins/pasting.py it's still showing errors on some targets since it can't find the '.google-cookie' file to delete it. that doesn't affect the recon data since all of them will be printed. it's just the error message here. more likely 'Best Practice'. you can use the same fix here
if os.path.exists(".google-cookie"):
    os.remove(".google-cookie")
else:
    pass
  • Also, you're exiting from the program using exit() on line 35 before deleting the config file grecon.config and showing the end message. just fix this issue by remove the exit function.
@TebbaaX TebbaaX added bug Something isn't working enhancement New feature or request labels Dec 16, 2020
@TebbaaX
Copy link
Owner

TebbaaX commented Dec 16, 2020

Fixed! Thank you

@TebbaaX TebbaaX closed this as completed Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants