mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 17:05:57 +03:00
[GH-ISSUE #218] Completely removing the sources.list file #183
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pramodhrachuri on GitHub (Oct 26, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/218
You are completely removing the sources.list file instead for "Remove all kali linux repositories".
github.com/LionSec/katoolin@0fcf38b5ad/katoolin.py (L63)@anacromaniac commented on GitHub (Nov 12, 2019):
Yes, but it actually loads the file in memory before deletion:
github.com/LionSec/katoolin@0fcf38b5ad/katoolin.py (L62-L68)then it deletes the kali repo lines and stores it in the output file (and then writes it to disk)