Hacking Articles Tips Tricks Videos Tutorials
469 subscribers
66.2K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Question about curl/wget and phishing sites
https://www.reddit.com/r/Pentesting/comments/tgiww4/question_about_curlwget_and_phishing_sites/

I have a question for anyone who might know and be kind enough to answer. Like most people, I receive phishing emails and I (usually) know that that is what they are. I'm wondering how dangerous it is, if at all, to use curl and/or wget to access those sites and try to find out what they're attempting to do to me. I made such an attempt with one site, assuming that curl would only send a GET request to the http server, and that wget would just look for links and download them, and perhaps I could learn about the modus operandi of such sites (and also inform the web hoster of the malicious activity). I also assumed that any exploit would target javascript and that neither curl nor wget can execute that. I found that curl and wget requests both resulted in a process being created in the background that lasted about 30 seconds or so. I was never able to determine what process it was. Wget downloaded a highly obfuscated script using the HTML tag. I know that it was probably foolish to do this experiment but now that I've done it I'm wondering what the dangers might be. I was surprised that a background process was created because I have never seen that with curl or wget but I admit that I don't have a lot of experience with them. I ran a virus scan and looked at rkhunter and both found nothing of interest. Needless to say I didn't run this experiment from root! No need to scold me for having done this -- I should have asked someone first or researched it better, I know. I would just like to know what the risks are of examining phishing sites in this way, and what the background process might have been. OS: Ubuntu 20.04 LTS. Thanks in advance! submitted by /u/Metataphysika (https://www.reddit.com/user/Metataphysika)
[link] (https://www.reddit.com/r/Pentesting/comments/tgiww4/question_about_curlwget_and_phishing_sites/) [comments] (https://www.reddit.com/r/Pentesting/comments/tgiww4/question_about_curlwget_and_phishing_sites/)

___________________________
@hacking_Attack
@Hacking_Video
Mip22 - An Advanced Phishing Tool

The program is made for educational purposes only for to see how the phishing method works. Any unnecessary use of the program is prohibited and the manufacturer has no responsibility for any illegal use by anyone. Use the tool at your own risk and avoid any sloppy actions. Installation Instructions Installation on Gnu / Linux OS. On terminal sudo su git clone git://github.com/makdosx/mip22.git chmod -R 777 mip22 cd mip22 bash mip22.sh Installation on Android OS. On Termux git clone git://github.com/makdosx/mip22.git chmod -R 777 mip22 cd mip22 bash mip22.sh Feautures and Properties. Mip22 is a modern and advanced cyber security program for computers with Gnu / Linux operating system and mobile phones and tablets with android operating system, for educational purposes. Details Automatic method Manual Method Tunnels Setup Email Services Vpn instructions Sound Efects (only for pc) Automatic method Easy to use via terminal. Automatic cloned services. It has 69 ready cloned electronic services, including social networks, e-mails, cloud, multumedia etc etc. Manual Method Cloning services manually by cloning the service you want. Easy to use through browser service. Tunnels Setup It has 3 tunnels to promote these services from the local server to the internet. It has ready api for the installation of some tunnels. Email Services It has 3 well-known external email services found on the internet where you can visit to send an email. Vpn instructions It has various instructions fron vpn on Android OS. Sound Efects (only for pc) It has various effects such as music in the background. Download Mip22
Read more...

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
I have a doubt regarding DNS cache poisoning.

I don’t know whether this is the correct place to ask this doubt. Since r/dns is having lesser activity I am asking this here. DNS cache poisoning happens if an attacker can reply to DNS query from Resolver with the correct Transaction ID and Port number, before the Authoritative nameserver replies. My question is does the attacker needs to spoof the IP address of the authoritative nameserver? Somewhere I read that since DNS is using UDP it is causing the DNS cache issue because in TCP we will be doing handshake(authentication). But even if it’s using UDP, it can check the IP address right. So the Resolver checks the IP,it is not the IP address referred by TLD nameserver, it just discards the response. So my assumption is the attacker is spoofing the IP or Resolver is missing such a check on IP address, latter being least likely, as we are moving more security focused.

submitted by /u/zxallen_
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video