-
Notifications
You must be signed in to change notification settings - Fork 282
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
Can't import files with non alphanumeric chars in path #475
Comments
Hello, For now I use this workaround to rename Command (in the |
Hi @Nedfire2347 @src7 ! The issue is related to the white-space in the path. (we use this separator in the Fixed with 72fe8a2 |
Hi, what about the |
you right ! |
Nice (it is a bit extreme but two files named &.txt and ?.txt can't coexist then ? Not a problem for me) |
First of all, there is a new dependency to add : But is this output normal ?
|
Thanks for the feedback ! Fixed with 873797d Files with the same file-path but different content are renamed by the Global Module(with an uuidv4) |
Hello again, I'm currently working with @src7 on some dumps
And we can't import these kinds of sample with bin/import_dir.py because of their names.
Samples Examples :
Importing folder named :
Collection #1_BTC combos
Import hieracrhi with files named :
api_scrape_item.php?i=aZe0Rt1Y
Concerned code in this file :
AIL-framework/bin/import_dir.py
Line 70 in 1f8c858
Notice : It could also lead to an exploitable vulnerabilty
The text was updated successfully, but these errors were encountered: