-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
hxrshdeepsingh edited this page Jul 18, 2026
·
2 revisions
After successfully installing the package, open the terminal and utilize the provided arguments to create the desired payload and start the server.
You need to provide 3 arguments:
-
server: This argument indicates that you want to start the server. -
--host: This argument specifies the host address on which the server should listen. -
--port: This argument specifies the port address on which the server will be listening for incoming connections.
TIP
It is recommended to use ngrok or cloudflare tunnel for port forwarding techniques to enable attacks from machines over the internet.
To start the Deluminator server on the local machine with host address 127.0.0.1 and port 3333, you would use the following command:
Deluminator server --host 127.0.0.1 --port 3333