htr-tech / zphisher

An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
GNU General Public License v3.0
10.7k stars 3.49k forks source link

how can i delete what inside usernames.dat and ip.txt #907

Open realmecipsa opened 2 weeks ago

realmecipsa commented 2 weeks ago

ip.txt and usernames.dat

i just saved a ip and passwords that i dont need so i want to delete them can anyone tell me how ? (am in kali linux)

drackosters commented 2 weeks ago

nano ip.txt nano usernames.dat

nano allow you to modify the file just remove them

realmecipsa commented 2 weeks ago

ty bro

lt237-910 commented 1 week ago

how did you saved it? i just have for a snapchat account : "auth/ip.txt" and i don't know how to convert to save it on files

Dev-Nishad commented 1 day ago

Try to these commands : If you want to delete all files inside of auth, then run this command. rm -rf auth/*

And if you want to see/change inside of usernames.dat, then use this commands. nano auth/usernames.dat