Yo,
Here a way to export IP from your Joe's bruteforce file : https://mega.nz/#!A5BmCIDI!gQvnmjfvz_Rp-ZrFsriwch7QMrgpsmMn_yBKIIHl_CY
./IPCam_viewer.sh "$path"
Two different views, two ways of filtering, four ways of sorting
It's not my template, I've downloaded and personalized it. However, I've coded the Bash scripts but I'm not an expert (quite a beginner actually). I would like you to improve in that way :
1) A way to update only, that's, after exporting a whole bruteforce file one day, the another one, just export the new IP
2) A way to see newest IP first. In fact, it's easy, you need to add
<li><span data-path=".default" data-order="asc" data-type="datetime">Date (asc)</span></li>
in HTMLbottom.html and
<p class="date">dateip</p>
in data.html. Then add a sed thing into parallel.sh. But I was so lazy to make an update script lol …
3) Removing dynamically (by clicking on an icon) no snapshot IPCam.
4) Why not trying to unify this script with Bootdisk's one ?
Have fun.