Ignacio J. Perez Portal
Ignacio J. Perez Portal
First of all, thanks for maintaining this project. It's an amazing resource :) What I wanted to say is that commits aren't being used properly here. Most commit messages are...
I'm trying to make a stand-alone executable of a project I made recently, but when running the generated .exe I get the following error: ``` Traceback (most recent call last):...
It's commonplace for CLI programs to accept short and long forms of their arguments. urlhunter did not do this, so I updated it to be easier/faster to use. Now we...
When keywords.txt has a single word as its content: ``` code ``` ``` C:\Users\REDACTED\Desktop>main.exe -k C:\Users\REDACTED\Documents\GitHub\urlhunter\keywords.txt -d 2022-01-01:2022-01-04 -o test.txt -a C:\Users\REDACTED\Documents\GitHub\urlhunter\archives o Utku Sen's \_/\o ( Oo) \|/ (_=-)...
- Fixes #61 - This PR also makes it so that we automatically get the absolute path of the file that's passed as an argument with -f/--file. This makes apkleaks...
'C:/Program' is not recognized as an internal or external command, operable program or batch file.
Issue exists on Apkleaks v2.6.1, running on Windows 10, with python 3.9.0. This is probably because of the space in name of the `Program Files` folder. The error message appears...
Being able to set the cookie from stdin would make automation much easier
http://www.codercaste.com/2009/10/03/the-null-byte-poisoning-attack-explained/ https://web.archive.org/web/20170617080614/hakipedia.com/index.php/Poison_Null_Byte Showcased on OWASP Juice shop: https://bkimminich.gitbooks.io/pwning-owasp-juice-shop/content/appendix/solutions.html#access-a-developers-forgotten-backup-file
With this github action, everytime a new release of AnalyticsRelationships is made on [the releases tab](https://github.com/Josue87/AnalyticsRelationships/releases), goreleaser will automatically compile and add standalone executables according to its config, creating pre-compiled...