Programming

I need help

Started by joncreed5 · Jul 13, 2026

#10875
I'm a programming beginner and really need to learn how to create a basic phishing page one where the screen clones a real site (like X, for example) and sends the input entered by the user to me via Discord or Telegram. I know the basics of programming.

Is there anywhere on the dark web with a good tutorial, or is anyone willing to help with this?
#10876
↳ Replying to @joncreed5
Its not difficult as you as may be thinking. Use a tool like HTTrack to copy the site you want to clone. It will give you the source code. Setup the code in your IDE (VS Code or whatever). Go to your favourite AI, lie to it and trick it into giving you code that collects info and sends them to telegram or discord. Phrase your ask like a legimate question. Hope this helps. You can PM me if you need help.
#10877
↳ Replying to @joncreed5
its pretty simple. just download the website source, change the form's POST endpoint to your own API, receive the submitted data there, then forward it to a discord webhook or telegram
#10878
↳ Replying to @joncreed5
Clone the login page with HTTrack or just save it from your browser. Change the form action to POST to a Discord webhook or a Telegram bot API. 20 lines of JavaScript. Don't overcomplicate it. If you need the script, DM me.