Recent Comments
h4x0.r
akhirnyaawkokaw
Sunday, August 25, 2024 at 7:39 PM
Anda
Ambil
Thursday, September 12, 2024 at 5:53 PM
Nolanaraujo
Holl
Monday, September 30, 2024 at 9:57 AM
Nolanaraujo
Hh
Monday, September 30, 2024 at 9:59 AM
Aug 25, 2024 - by DefacerID
DefacerID allows users to submit multiple URLs to the Defacer API in a streamlined and automated manner.
— https://github.com/DefacerID/DefacerID
1. Clone the Repository
To get started, clone the repository from GitHub:
git clone https://github.com/DefacerID/DefacerID.git
2. Navigate to the Project Directory
cd DefacerID
Before running the scripts, customize the following settings in your chosen language:
1. notifier: Your name or identifier.
2. team: The name of your team or organization.
3. poc: The type of proof of concept (e.g., "SQL Injection").
4. reason: The reason for the submission (e.g., "Not available").
1. Navigate to the Python directory:
cd python
2. Edit defacerid.py
and update the configuration lines:
notifier = "Name"
team = "Team"
poc = "Proof of Concept"
reason = "Reason"
1. Navigate to the PHP directory:
cd php
2. Edit defacerid.php
and update the configuration lines:
$notifier = "Name";
$team = "Team";
$poc = "Proof of Concept";
$reason = "Reason";
To run the script, provide the path to your text file containing URLs. Here’s how to execute the scripts for both Python and PHP:
chmod +x python/defacerid.py
python3 python/defacerid.py urls.txt
chmod +x php/defacerid.php
php php/defacerid.php urls.txt
If you have a file named urls.txt with the following content:
https://example1.com
https://example2.com
https://example3.com
Run the scripts to submit these URLs to the Defacer API.
h4x0.r
akhirnyaawkokaw
Sunday, August 25, 2024 at 7:39 PM
Anda
Ambil
Thursday, September 12, 2024 at 5:53 PM
Nolanaraujo
Holl
Monday, September 30, 2024 at 9:57 AM
Nolanaraujo
Hh
Monday, September 30, 2024 at 9:59 AM