Repository of spec files needed to build the COPR r3pek/cybersec
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fedora-cybersec/dirb/SOURCES/update-default-wordlist-pat...

11 lines
472 B

--- a/src/dirb.c 2014-04-05 15:13:49.000000000 +0100
+++ b/src/dirb.c 2021-05-23 21:25:59.634104225 +0100
@@ -59,7 +59,7 @@
strncpy(options.url_inicial, argv[1], STRING_SIZE-1);
if(argc==2 || strncmp(argv[2], "-", 1)==0) {
- strncpy(options.mfile, "/usr/share/dirb/wordlists/common.txt", STRING_SIZE-1);
+ strncpy(options.mfile, "/usr/share/dirb/common.txt", STRING_SIZE-1);
optind+=1;
} else {
strncpy(options.mfile, argv[2], STRING_SIZE-1);