Posts

LINUX TERMINAL COMMANDS

Image
 LINUX TERMINAL COMMANDS 1 – SYSTEM INFORMATION # Display Linux system information uname -a # Display kernel release information uname -r # Show which version of redhat installed cat /etc/redhat-release # Show how long the system has been running + load uptime # Show system host name hostname # Display the IP addresses of the host hostname -I # Show system reboot history last reboot # Show the current date and time date # Show this month's calendar cal # Display who is online w # Who you are logged in as whoami 2 – HARDWARE INFORMATION # Display messages in kernel ring buffer dmesg # Display CPU information cat /proc/cpuinfo # Display memory information cat /proc/meminfo # Display free and used memory ( -h for human readable, -m for MB, -g for GB.) free -h # Display PCI devices lspci -tv # Display USB devices lsusb -tv # Display DMI/SMBIOS (hardware info) from the BIOS dmidecode # Show info about disk sda hdparm -i /dev/sda # Perform a read spe...

SOCIAL MEDIA HACKING

Image
 SOCIAL MEDIA HACKING                                                                      -- BY STRANGE LEARNINGS HACKING SOCIAL MEDIA SOCIAL MEDIAS ARE VERY POPULAR THESE DAYS IN THE ENTIRE WORLD. EACH AND EVERY DAY MILLIONS OF PEOPLE JOIN SOCIAL MEDIA. ALMOST EVERY PERSON IS ACTIVELY USING ANY SOCIAL MEDIA EITHER TO CHECK FEEDS OR EITHER CONNECT WITH FAMILY OR FRIEND OR BUSINESS OR EVEN TO CONNECT TO CALLS. THERE'S JUST ONE PROBLEM. PEOPLE,EVEN THOSE WHO AREN'T ADEPT AT HACKING, CAN COMPROMISE OTHER'S ACCOUNT BY STEALING THERE PASSWORDS. IT MAY SOUND LIKE SOMETHING OUT OF AN ACTION FILM, BUT THE HONEST TRUTH  IS THAT THERE ARE UNBELIEVABLY ...

STEAL ANYTHING USING PENDRIVE

Open Notepad (I recommend Notepad++) and copy-paste the following lines. [autorun] icon=drive.ico open=launch.bat action=Click OK to Run shell\open\command=launch.bat Save this as autorun.inf The icon line is optional. You can change the icon to your tastes or leave it to the default icon. It’s useful for social engineering purposes like enticing the user to click a file on the drive by making it looks like a game or something. The “action=” command is optional too but sometimes when the autorun launches it may ask the user what to open. Depending on what you put here the user will be instructed to click Ok or run the file. This code acts as a backup just in case the user is asked what to open. This is not required if you are operating the computer. The “shell/open command” also acts as a backup in case the user clicks cancel instead of open when prompted. This code will execute when the drive letter is clicked on.  STEP 2 Open Notepad again and copy-paste the follo...

PYTHON LANGUAGE

LEARN ABOUT PYTHON PROGRAMMING LANGUAGE.  Is python the fastest growing programming language in the world? Well, if you look at the recent trends and polls, you’ll know it already is. According to StackOverflow “Python has a solid claim to being the fastest-growing major programming language.” People care what StackOverflow says because it is the most popular online community of programmers. The website attracts programmers from all corners of the earth.  And if that’s not enough, Python is also crowned as the best programming language in 2018 by Linux Journals . So the communities like StackOverflow would know which programming languages are the most popular and what is the current trend. The fact that python took the top spot in 2017 is notable because Java has been dominant for so long, this resulting from the fact that most undergraduate courses teach it to their students. So one has to assume that some sort of drastic change occurred on a fundame...

IP ADDRESS

Image
HOW TO FIND SERVER'S IP ADDRESS OF ANYWEBSITE Today we are going to share an interesting trick to  find out server IP address of Any website  with the help of Reverse Ip Lookup. You don’t need to install any software to practice this trick.   R everse Ip Lookup is a procedure or formula to find the  server’s Ip Address  of any website. Actually, in this, we examine for the Ip Address of the hosting server of any server. With this, we can observe the Ip Address of each site like Facebook, Twitter, and countless more popular sites. You can have its IP address and various more essence through this lookup IP method. There are numerous methods to Trace back the IP address of any site. And in this post, I will share some of the methods, to  Find IP Address of a site .  There are many methods for  Reverse Ip Lookup.  Best 4 methods out of them are listed below. #1  In this method essentially ping commands work for us to...

LIST OF DARKNET (DEEPWEB) WEBSITES

Image
Hello friends this Is Enrique Strange and today i will be sharing some websites link through which you can enter some Darkweb and Deepweb . NOTE: Some of them may not work because either the sites are expired or closed ,So you can inform me in the comment section below so that I can remove them. Warning: (Please read First):  Before you go to any of these, make sure you verify it’s not a scam. And even if things are marked non-scams THEY MAY STILL BE SCAMS! I Enrique Strange is not bear the responsibility of anything happened to you .. You are the only responsible to protect yourself.  BELOW ARE THE LINK TO ENTER WEBSITES.......... http://3g2upl4pq6kufc4m.onion/  – DuckDuckGo Search Engine http://xmh57jrzrnw6insl.onion/  – TORCH – Tor Search Engine http://zqktlwi4fecvo6ri.onion/wiki/index.php/Main_Page  – Uncensored Hidden Wiki http://32rfckwuorlf4dlv.onion/  – Onion URL Repository http://e266al32vpuorbyg.onion/bookmarks.p...

LEARN TO MAKE SOME EASY VIRUSES IN NOTEPAD

#The following viruses may be too dangerous try it at your own risk.     I will not be responsible for the rubbish things you are doing through this codes.