"Compfile" is a tool designed by fixitgearwaresecurity for comparing large recon text files for changes that exist between the old file and the new file, or seperate multiple recon text files that needed to be filtered of duplicates. Inspired by Tomnomnom 'anew' and the challenges faced by users. The difference in compfile, is that compfile sorts the output textfile, giving the user of this tool a structured textfile output, and more...
All these are conducted within the speed of light...irrespective of the file size...
shc -f compfile.sh -o compfile
sudo mv compfile /usr/local/bin/compfile
sudo chmod +x /usr/local/bin/compfile
compfile
compfile
/home/user/filesystem_location/namefile.txt
See example below assuming the first textfile is in 'Desktop', and the second textfile is in 'Downloads' while the user is 'fixitgearwaresecurity'.
/home/fixitgearwaresecurity/Desktop/recon1.txt
/home/fixitgearwaresecurity/Downloads/weekend1.txt
sudo apt-get update && sudo apt-get upgrade -y