https://github.com/KajanM/DirBuster/blob/9c8d09db2df7bdaf013b069403c344f191b34586/src/com/sittinglittleduck/DirBuster/utils/Utils.java#L83-L84 Looks like this simply removes literal backslash ("\\"), contrary to what the comment before it says.
DirBuster/src/com/sittinglittleduck/DirBuster/utils/Utils.java
Lines 83 to 84 in 9c8d09d
Looks like this simply removes literal backslash ("\"), contrary to what the comment before it says.