How to install RouterSploit Framework in termux ?
RouterSploit Framework = scan the routers devices and check the vulnerabilities of Routers/Devices and exploits by the using frameworks. it consists of many more powerful modules for penetration testing operations
RouterSploit installation:
Execute below commands one by one.
$ apt update
$ apt upgrade
$ apt install python
$ apt install python2
$ git clone https://github.com/reverse-shell/routersploit.git
$ cd routersploit
Now install These all packages step by step :
$ pip2 install -r requirments-dev.txt
$ pip2 install -r requirments.txt
$ pip2 install request
$ pip2 install requests
Run routersploit:
python2 rsf.py
rsf> show all
it's shows all modules of rotersploit
rsf> use "module name"
it shows how you can use that module
Follow us for more...
RouterSploit installation:
Execute below commands one by one.
$ apt update
$ apt upgrade
$ apt install python
$ apt install python2
$ git clone https://github.com/reverse-shell/routersploit.git
$ cd routersploit
Now install These all packages step by step :
$ pip2 install -r requirments-dev.txt
$ pip2 install -r requirments.txt
$ pip2 install request
$ pip2 install requests
Run routersploit:
python2 rsf.py
rsf> show all
it's shows all modules of rotersploit
rsf> use "module name"
it shows how you can use that module
Follow us for more...
How to install AngryFuzzer tool in termux ?
AngryFuzzer = Tools for information gathering. Discover hidden files and directories on a web server. The application tries to find url relative paths of the given website by comparing them with a given set.
Features.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/ihebski/angryFuzzer
$ cd angryFuzzer
$ pip2 install -r requirements.txt
$ pip2 install requests
$ chmod +x *
Run.
$ python2 angryFuzzer.py -h
It shows all options of this tool
$ python2 angryFuzzer.py -u http:sitename.com
Now it starts collecting target information...
Follow us for more...
Features.
- Fuzz url set from an input file
- Concurrent relative path search
- Configurable number of fuzzing workers
- Fuzz CMS ==> Wordpress,Durpal,Joomla
- Generate reports of the valid paths
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/ihebski/angryFuzzer
$ cd angryFuzzer
$ pip2 install -r requirements.txt
$ pip2 install requests
$ chmod +x *
Run.
$ python2 angryFuzzer.py -h
It shows all options of this tool
$ python2 angryFuzzer.py -u http:sitename.com
Now it starts collecting target information...
Follow us for more...
How to install Tool-X in termux ?
Tool-x is a tool for Termux users we can install some kali linux tools with this tool. follow these steps to install this tool in Termux
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ git clone https://github.com/Rajkumrdusad/Tool-X
$ cd Tool-X
$ chmod +x *
$ sh install.aex
To run this tool type
$ Tool-X
Now select or type number to install any tool
Follow us for more...
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ git clone https://github.com/Rajkumrdusad/Tool-X
$ cd Tool-X
$ chmod +x *
$ sh install.aex
To run this tool type
$ Tool-X
Now select or type number to install any tool
Follow us for more...
How to install EvilURL in termux
Evilurl used to generate an unicode domain url for phishing. For idn homograph attack
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/EvilURL.git
$ cd EvilURL
$ chmod +x *
$ ls
$ python3 evilurl.py
select option 1 to generate
Type domain name like sitename.com
it will generate unicode url for phishing
if you want to detect any url if that one is phishing url then run this tool.
python3 evilurl.py
select oprion 2
here paste that URL
it detects if that url is unicode or for phishing..
that's it
Follow us for more...
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/EvilURL.git
$ cd EvilURL
$ chmod +x *
$ ls
$ python3 evilurl.py
select option 1 to generate
Type domain name like sitename.com
it will generate unicode url for phishing
if you want to detect any url if that one is phishing url then run this tool.
python3 evilurl.py
select oprion 2
here paste that URL
it detects if that url is unicode or for phishing..
that's it
Follow us for more...
How to install and run Crips IP Tools in termux ?
Crips IP Tools
This Tools is a collection of online IP Tools that can be used to quickly get information about IP Address's, Web Pages and DNS records.
Menu :
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Manisso/Crips
$ cd Crips
$ chmod +x *
$ ./install.sh
Run :
$ python2 crips.py
Enjoy! Follow us for more...
This Tools is a collection of online IP Tools that can be used to quickly get information about IP Address's, Web Pages and DNS records.
Menu :
- Whois lookup
- Traceroute
- DNS Lookup
- Reverse DNS Lookup
- GeoIP Lookup
- Port Scan
- Reverse IP Lookup
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Manisso/Crips
$ cd Crips
$ chmod +x *
$ ./install.sh
Run :
$ python2 crips.py
Enjoy! Follow us for more...
How to install Recon Dog in termux ‽
Recon Dog is an all in one tool for all your basic information gathering needs.
It uses APIs to gather all the information. so your identity is not exposed.
$ apt install git
$ apt install python2
$ git clone https://github.com/UltimateHackers/ReconDog
$ cd ReconDog
$ chmod +x *
usage :
python2 dog.py
Now select your option which you want.
Enjoy. Follow us for more...
It uses APIs to gather all the information. so your identity is not exposed.
Installaion :
$ apt update && apt upgrade$ apt install git
$ apt install python2
$ git clone https://github.com/UltimateHackers/ReconDog
$ cd ReconDog
$ chmod +x *
usage :
python2 dog.py
Now select your option which you want.
Enjoy. Follow us for more...
A Penetration Testing Framework created for Hackers / Pentester / Bug HunterWeb Pentest
A Penetration Testing Framework created for Hackers / Pentester / Bug HunterWeb Pentest
How to install lazyScript in termux ?
This tool is specially Designed for Termux Beginner users. this tool is very helpfull for Beginners. here simply type number of tool to use. after usage press enter to launch again Termux-Lazyscript.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb/Termux-Lazyscript.git
$ cd Termux-Lazyscript
$ chmod +x *
$ sh setup.sh
usage :
python2 ls.py
now here simply type number to use that tool
Follow us for more...
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb/Termux-Lazyscript.git
$ cd Termux-Lazyscript
$ chmod +x *
$ sh setup.sh
usage :
python2 ls.py
now here simply type number to use that tool
Follow us for more...
D-Tech__All in one tool for penetration testing.
D-TECT is an All-In-One Tool for Penetration Testing.
Red Hawk # All in one tool for Information Gathering and Vulnerability Scanning
Red Hawk :- All in one tool for Information Gathering and Vulnerability Scanning
How to create android app using appyGEN ?
How to create android app using appyGEN ?
The App Builder made for internet marketers. Create, publish, and make money with your own mobile apps & games.No coding required. How it works. AppyGEN allows anyone to create original Android apps & games in less than 5 minutes.
SIGN UP FOR FREE
How it works
- Pick a template:- Our templates are 100% native, beautiful and designed specifically to be profitable.
- Add some cool content:- Easily add images, videos and all kinds of content to your app through an easy-to-use interface
- Connect your Ad network:- Simply paste your ad units to monetize your app and get paid directly by your ad network.
- Export & Publish your app:- Export your app at the click of a button, publish it to the app stores and see the traffic rolling in.
Features:-- App Builder:- No need to install anything on your computer, build Android apps without leaving your browser
- Gamified Training:- Learn to build your app business from scratch in a new fun way
- 20+ Native Templates:- Access all existing and upcoming app & game templates
- Direct Monetization:-Monetize your apps and get paid directly on your Admob account
- Unlimited Push Notifications:- Boost user engagement and cross promote your apps with targeted push notifications
- AppyGEN Academy:- Learn everything about the app business with our 30+ academy lessons
- App Analytics:- Keep track of traffic for all your apps and games in real time
- App Plugins:- Give your apps some superpowers with the AppyGEN plugins
- Niche Research Tool:- Discover untapped niches and new keywords for your apps
- Untapped Niches Database:- Browse through the thousands of untapped niches previously found by other users
- Leader board:- Compete with other users in the leader board and get rewarded for your progress
- One-on-One support:- Get your own human app-guru to help you grow your business
About appyGEN:- AppyGEN has been helping people just like you build a passive income from scratch since 2014!
300.000+ apps created by AppyGEN customers.
70 million+ ads delivered by apps & games built with AppyGEN.
10000+ happy customers using AppyGEN to build their app business.
Enjoy! Follow us for more...
- App Builder:- No need to install anything on your computer, build Android apps without leaving your browser
- Gamified Training:- Learn to build your app business from scratch in a new fun way
- 20+ Native Templates:- Access all existing and upcoming app & game templates
- Direct Monetization:-Monetize your apps and get paid directly on your Admob account
- Unlimited Push Notifications:- Boost user engagement and cross promote your apps with targeted push notifications
- AppyGEN Academy:- Learn everything about the app business with our 30+ academy lessons
- App Analytics:- Keep track of traffic for all your apps and games in real time
- App Plugins:- Give your apps some superpowers with the AppyGEN plugins
- Niche Research Tool:- Discover untapped niches and new keywords for your apps
- Untapped Niches Database:- Browse through the thousands of untapped niches previously found by other users
- Leader board:- Compete with other users in the leader board and get rewarded for your progress
- One-on-One support:- Get your own human app-guru to help you grow your business
Facebook& instagram Hack Box full tunisian script Features:
1) Grab Infos From Your_Fb With Graph.fb.com
2) Auto Save Emails And Phones
3) See Trikz.txt To Know About Some Private Tricks
4) Make PasswordsList With Victim's Infos + Some Math ;)
5) Brute Facebook Or Instagram's Account Directly After Making The Passwds List
6) Range List With Numbers (The Best Way if you have script Like fb.py(recoveryCode Bruter))
7) Range PhoneNumbers And Brute It Directly (Send Me Your #Country# And I Will Make It For Next Update)
8) Ofc You Need Also Some Secure Passwords To Keep Your Accounts Safely From Crackers ;)
Installation and run.
- For Debien Based Systems
sudo apt-get install git
git clone https://github.com/m4rktn/xsmash && cd xsmash
python2 xsmash.py
- For Termux
apt-get install python2 git
git clone https://github.com/m4rktn/xsmash && cd xsmash
python2 xsmash.py
- For Windows
Install Python2.7 From https://www.python.org/downloads/
Go To https://github.com/m4rktn/xsmash And Download In ".zip" Format
Extract xsmash-master.zip
Just Click In Xsmash.py
Follow us for more...
Internet people tracker: OSINT analysis and research tool TESTED BY the Code:
Internet people tracker: OSINT analysis and research tool TESTED BY the Code:
WHY WIRESHARK REQUIRED ON ANY LINUX, HOW TO INSTALL. ?
WHY WIRESHARK REQUIRED ON ANY LINUX, HOW TO INSTALL ?
Hack APK :-Advanced Tool for decompile apk and recompile apk In Termux.
Hack APK :- Advanced Tool for decompile apk and recompile apk In Termux.
Sites to free Watch PREMIUM HD P#RN without BRAZZERS, BANGBROS, REALITY KINGS & MUCH MORE
Sites to free Watch PREMIUM HD P#RN without BRAZZERS, BANGBROS, REALITY KINGS & MUCH MORE
If any site does not connect, use VPN.
Enjoy.
Follow us for more...
If any site does not connect, use VPN.
Enjoy.
Follow us for more...
Generate FREE UNLIMITED GMAIL ACCOUNTS in a minute.
Generate FREE UNLIMITED GMAIL ACCOUNTS in a minute.
How to Make Fake Login Page to Hack Someone [User:Pass]
How to Make Fake Login Page to Hack Someone [User:Pass]
How To Get paid Proxies for Free (Proxies are like Fineproxy)
How To Get paid Proxies for Free (Proxies are like Fineproxy)
How to generate unlimited phone number of any country ?
Connect your VPN to USA
- Open https://www.twilio.com/ website in your browser.
- Click on "Get a Free API Key".
- Sign up using fake USA information from here (https://www.fakenamegenerator.com/)
For email don't use TempMail use @outlook.com, @gmail.com, @hotmail.com, @yahoo.com for 100% success. (@outlook.com recommended)
- Choose "JAVA" in language.
- In mobile number verification use TextNow by virtual number or use 2nd Line for verification.
- After verification your project menu will appear.
- Choose Templates -> phone numbers.
- Give any name to your project and skip other steps.
- Once project is created click on phone numbers.
- Select country then search.
- Select any number from the display and click "Buy" (Don't worry there is no payment method).
- Click on setup number.
- Done you just create one virtual number with Calling, SMS , MMS facility.
- To create another number, repeat the previous number and buy another number.
Enjoy!
Follow us for more...
- Open https://www.twilio.com/ website in your browser.
- Click on "Get a Free API Key".
- Sign up using fake USA information from here (https://www.fakenamegenerator.com/)
For email don't use TempMail use @outlook.com, @gmail.com, @hotmail.com, @yahoo.com for 100% success. (@outlook.com recommended)
- Choose "JAVA" in language.
- In mobile number verification use TextNow by virtual number or use 2nd Line for verification.
- After verification your project menu will appear.
- Choose Templates -> phone numbers.
- Give any name to your project and skip other steps.
- Once project is created click on phone numbers.
- Select country then search.
- Select any number from the display and click "Buy" (Don't worry there is no payment method).
- Click on setup number.
- Done you just create one virtual number with Calling, SMS , MMS facility.
- To create another number, repeat the previous number and buy another number.
Enjoy!
Follow us for more...
How to get RDP without any charge ?
First, you have to open the website. In this case, open apponfly.com
Choose an option “TRY IT FREE”.Tap on the option LOG IN
You may log in through your email address or facebook account. If you want to log in using email, enter your active email and click “START FREE TRIAL”. If you prefer to logging in using facebook account, click “CONTINUE WITH FACEBOOK”.
If you are finished with the log in, you will be directed to the dashboard page of AppOnFly.
Choose an option “DOWNLOAD SET UP FILE”.Check your email to get your username and password and enter in your RDP account.
Open the file you have downloaded.
Check the result in speedtest.net
Finally you get your RDP account.
Enjoy !
Follow us for more...
Choose an option “TRY IT FREE”.Tap on the option LOG IN
You may log in through your email address or facebook account. If you want to log in using email, enter your active email and click “START FREE TRIAL”. If you prefer to logging in using facebook account, click “CONTINUE WITH FACEBOOK”.
If you are finished with the log in, you will be directed to the dashboard page of AppOnFly.
Choose an option “DOWNLOAD SET UP FILE”.Check your email to get your username and password and enter in your RDP account.
Open the file you have downloaded.
Check the result in speedtest.net
Finally you get your RDP account.
Enjoy !
Follow us for more...
Communication APIs for SMS, Voice, Video and authentication.
Phone Verification Method (works with Google)
1. Register to https://www.twilio.com/
2. Create a project
3. Look for a buy number option
4. Pick the country and remember to tick the SMS option
now you got a number.
To see SMSes, go to the Phone Numbers option> Active numbers
Click on the number and proceed to Messages log. Remember to change Outgoing to Incoming
If you need to verify Google, use a UK number!
Alternate Method (only numbers for USA)
Go to https://www.textnow.com/,
register here
enter a random area code. Recommended 243
got a free number.
By this number you can sms, call, verification etc.
Follow us for more...
1. Register to https://www.twilio.com/
2. Create a project
3. Look for a buy number option
4. Pick the country and remember to tick the SMS option
now you got a number.
To see SMSes, go to the Phone Numbers option> Active numbers
Click on the number and proceed to Messages log. Remember to change Outgoing to Incoming
If you need to verify Google, use a UK number!
Alternate Method (only numbers for USA)
Go to https://www.textnow.com/,
register here
enter a random area code. Recommended 243
got a free number.
By this number you can sms, call, verification etc.
Follow us for more...
Hack Twitter Multi-thread Twitter BruteForcer in Shell Script Termux/ or Any Linux
Hack Twitter Multi-thread Twitter BruteForcer in Shell Script Termux/ or Any Linux
How to Avoid Getting Doxxed
How to Avoid Getting Doxxed
1) Use a VPN
A virtual private network offers excellent protection from exposing IP addresses and physical addresses of an individual. The VPN takes the user's internet traffic, encrypts it, and sends it through one of the service's servers before heading out to the public internet. In a previous blog, we outlined several VPNs that take privacy and security very seriously.
2) Limiting Personal Information Online
People must go to much greater lengths to dox a person that doesn't share personal information online. Social media sites often ask many of invasive questions, which can lead to attackers learning more than enough about their target. By keeping this information offline entirely, doxxers usually move on to someone else.
3) Auditing Social Media Posts
Over the years, social media profiles fill up with all sorts of data about the person and their past. Take the time to go through social media accounts and delete posts that contain too much personal information. Even if you didn't post it directly, look for comments that may accidentally share this type of data as well.
4) Ask Google to Remove Information
If personal information appears in Google search results, the individual can request that it get removed from the search engine. Google makes this a simple process through an online form. Many data brokers put this type of data online, usually for background checks or crime check information.
5) Avoid Online Quizzes
Some quizzes ask a lot of seemingly random questions, which are actually the answers to common security questions. Plus, it gives attackers more data to work with. Supplying an email address or name to go along with results makes it even easier to associate information from other data sources.
6) Practice Good Cybersecurity Practices
Put anti-virus and malware detection software in place that can stop a doxxer from stealing information through malicious applications. Regularly update software to avoid any security bugs that could lead to being hacked and doxxed. Once an operating system reaches the end of its supported life, switch to a newer version to decreased security vulnerabilities.
7) Change Passwords Regularly
Data breaches happen all the time, so it's usually only a matter of time before a username and password combination gets out in the wild. By switching every month and using a password manager to create complex codes, it's harder for a hacker to break into accounts. An individual can consider using two-factor or multi-factor authentication as well, which requires more than just a username/password combination to access the application.
Follow us for more......
Hack Wi-Fi Using TERMUX in Android (ROOT Required)
Hack Wi-Fi Using TERMUX in Android (ROOT Required)
Fact or latest Tp's or frequency for some satellites.
Fact or latest Tp's or frequency for some satellites.
Types Of Fuse!!! And How It Works?
Types Of Fuse! -:)> And How It Works?
We know that the main function of fuse is the protection of electrical equipments against high load current and any fault. There are generally three types of Fuse which is shown below
- Rewireable Type Fuse
- Cartridge Type Fuse
- H.R.C. Type Fuse
1. Rewireable Type Fuse
- This type of fuse commonly used in house wiring. It is also known as kit kat type fuse. This type of fuse made of two porcelain parts
- 1- Base and
- 2- Fuse carrier
- The base is connected with switch board. Incoming wire is inserted from the one side and directly connected to the terminal wire. Outgoing terminal is taken from the other terminal and also is called onward connection.
- In base area, two terminal are connected through fuse wire which held in the fuse carrier.
This type of fuse have a totally enclosed area like a tube shape. The fuse wire is carried by the container and fill with powder which is sealed at its endside with metallic material. The perfect insulating path is provided by the power for the fuse which helps to absorb the arc when the blowing up of fuse. This type of fuse generally used at 415v power supply.
3. High Rupturing Capacity Fuse
- This type of fuses are used for heavy load at distribution system where heavy current can be flow. This type of fuse know as HRC Fuse very well. Operation of this type of fuse is very fast and also it will be absorb the heat very fast which is produced by the arc.
- HRC fuse consists ceramic cylinder ahaps body which resist the heat and consist heavy copper contacts at main body.
- Cylindrical body filled with non combustible powder which absorb the arc.
What Does A Fuse Or Breaker Do?
Fuses and circuit breakers are designed to interrupt the power to a circuit when the current flow exceeds safe levels. For example, if your toaster shorts out, a fuse or breaker should "trip", protecting the wiring in the walls from melting. As such, fuses and breakers are primarily intended to protect the wiring.
Fuses contain a narrow strip of metal which is designed to melt (safely) when the current exceeds the rated value, there by interrupting the power to the circuit. Fuses trip relatively fast. Which can sometimes be a problem with motors which have large startup current surges. For motor circuits, you can use a "time-delay" fuse (one brand is "fusetron") which will avoid tripping on momentary overloads. A fusetron looks like a spring-loaded fuse. A fuse can only trip once, then it must be replaced
Follow us for more...
What Does A Fuse Or Breaker Do? What Are The Differences?
What Does A Fuse Or Breaker Do? What Are The Differences?
A Signal bridge for Matrix To Your Mobile(iOs /ANDROID)
A Signal bridge for Matrix To Your Mobile(iOs /ANDROID)
How to Find origin servers of websites behind by CloudFlare using Internet-wide scan data from Censys
How to Find origin servers of websites behind by CloudFlare using Internet-wide scan data from Censys
ATM Vulnerability Test : How it work ?
Before You Test An ATM VULNERABILITY OR BUG UNDERSTAND HOW IT WORKS ?
Tips to Secure your Credit Card :)
Use for Small Purchases You Can Pay Off Each Month
- The point of using a secured credit card is to show your ability to responsibly charge and then pay off your balance. To do this, make a few purchases each month and pay your bill in full and on time. By not carrying a balance, you not only avoid paying interest on purchases, but are using a time-tested strategy for building credit.
Pay on Time, and More Than the Minimum
- While making your minimum payment on time is one essential element to a healthy credit score, upping that payment each month has added benefits. Among them: helping to pay off more of your balance, which can show that you aren’t able to properly manage your money, and reducing your credit utilization ratio, or the amount you owe compared to your credit limit. Both are factors that affect your credit score.
Make Multiple Payments
- Making more than one monthly payment can help keep your balance continually low. This is important because even if you pay in full each month, you can’t be sure when your credit card issuer will send your report to the three credit agencies, and a large balance reduces your overall credit, which can negatively affect your credit score. You may also choose to send a payment after a heftier-than-normal purchase.
Set Payment Alerts
- Even the most organized person misses a payment now and then. But when you are trying to build credit, that’s one time too many. Avoid this scenario with payment alerts that remind you of your bill’s upcoming due date. You may choose to set up a “Payment Due” alert with your issuer, and be texted, or manually put together a monthly “alarm” that notifies you a week before your bill is due. 3
Enroll in Auto-Pay
- Still concerned about making your payment on time? Perhaps the easiest plan is to enroll in auto-pay, which allows your issuer to automatically deduct the monthly balance from your bank account so you don’t have to keep track of bills.
- Discover reports your credit history to the three major credit bureaus so it can help build your credit if used responsibly. Late payments, delinquencies or other derogatory activity with your credit card accounts and loans may adversely impact your ability to build credit. Discover reports your credit history to the three major credit bureaus so it can help build your credit if used responsibly. Late payments, delinquencies or other derogatory activity with your credit card accounts and loans may adversely impact your ability to build credit.
Follow us for more....
Two linux anonymous namespace sockets_Termux api Building.
Two linux anonymous
namespace sockets 2019 Termux api Building
What About SEO? Breaf description :)
What About SEO? Breaf description :)
The most famous phrase used in SEO is “It Depends”. It all depends on the type of content, the CMS on which the site is built, the industry in which you are located, etc. But when it comes to SEO for healthcare organizations, “It Depends” becomes “It Matters.”
For the most part, the most important driver in SEO is the target audience and its activity
Here are three things to consider when optimizing medical-related sites.
Important SEO Considerations for Healthcare Sites
1) Mobile First Optimization Above All
2) Multilingualism
3) Optimization for local issuancewhat about clients:
Connect your patients to your site
After all, delivering useful, strong content to users
Follow us for more...
XRay :- A tool for recon, mapping and OSINT gathering from public networks.
XRay :- A tool for recon, mapping and OSINT gathering from public networks.
How To Create A Website : Step By Step Guide For Beginners
Step1- Get Web Hosting And Domain Name
There are mainly two things that you should know to set up a website.
- Domain ( Is the name of your website like yoursitename.com )
- Web Hosting ( This is a service which stores your website files and documents and also make it visible on the internet.)
In other to have a full functioning websites, you need the above two Features . The best and the most popular domain registrar and a web hosting company is Bluehost. We use it most times to build our website and clients website and the results are crazily amazing.
Step 2. Set Up Your Website
next thing is to install WordPress because in the beginning it’s the CMS that we decided to use to build our website. So let’s start.
- Sign in to your Hosting ( Bluehost ) Account.
- Go to your C-Panel.
- Search for WordPress
- Select the domain on which you want to install WordPress on.
- Click on “Install Now” and you will get access to your new website.
Step 3. Design Your Website
After installing WordPress and followed all the procedures, you will now have a newly basic website. Now this is just the default WordPress theme installed on your website. Now to start designing your website , we need to change this ugly theme and install our own theme.
- Log In To Your Website
We are going to log into our website back office. This is the link you will be using anytime you want to login into your back office of your website to design your site. https://yoursite.com/wp-admin [Replace “yoursite” with your domain name]
- Installing Themes
- Hover your mouse to appearance
- Click on theme from the drop down menu.
- On the theme page, click on add new.
- On the search bar, search for generate press.
- Click on install and last click on activate.
- Set the Title And Tagline of your Website
- Go to Settings
- Select General
- Fill in your title and tagline in the form below .
- Basic Website Settings
- Permalink
- Profile
- Static Page And Home Page
- Create A Page
- Click on Page
- Click on Add New
- Give A title to your Page
- Click On Publish
- To create Menu
- Hover over appearance
- Select Menu
- Click on manage location and select the location of your menu.
- Give a Name to your Menu
- Select your pages you want to be on the menu from the left side box.
- Arrange them in order
- Click on Save Menu
- To Install A Plugin
- Click On Plugin
- Click on Add New
- On the search bar, type in the name of the plugin
- Click on install
- Click on Activate
- Important Plugins You Need To Get Going.
- Yoast SEO Or Rank Math
- Google Analytics
- Contact Form 7
Follow us for more info...
Most popular and unknown TERMUX PACKAGES (bread description)
Most popular and unknown TERMUX PACKAGES (description)
A Signal bridge for Matrix To Your Mobile(iOs ANDROID)
A Signal bridge for Matrix To Your Mobile(iOs // ANDROID)
How to setup proxy server settings in Windows Browsers.
How to configure proxy settings in 5 Browsers.
Internet Explorer
1) First of all you will need proxy servers (proxys) .
2) Now you will have to start Internet Explorer.
Then click on Tools and select Internet Options
3) Then move to the Connections tab. At the bottom of the window in the Local Area Network(LAN) settings section click on the LAN Settings
4) First of all check the box labeled Use a proxy server and after click on Advanced
5) - Type your proxy servers IP address under Proxy address to use and proxy port under Port
Check the box labeled Use the same proxy server for all protocols Click OK button
Now you have successfully setup proxy for your Internet Explorer.
Google Chrome
1) First click the menu Tools > Options > Under the hood on Google Chrome, then click on Change proxy settings. ((You can also click the Windows Start menu| Control Panel | Internet Options.))
2)Then click LAN settings button in Internet Properties window.
3) After that Check the option "Use a proxy server for your LAN", then enter your proxy settings.
4) Click OK button to close the Options dialog.
Opera
(Mac: Opera > Preferences > Advanced > Network). Click the "Proxy servers"
button to open the proxy settings dialog.
2) Tick the checkboxes for the protocols you want to use a proxy for and enter the proxy
server hostname or IP address in the text field to the right of the protocol name(HTTP, HTTPS...). To the right of the protocols there is a box available for the port number.Then it's done click ok!!
Safari
1) First open your safari browser and click on gear icon located at right top corner of your screen. Click on “Preferences…”
2) In “preference” window click on “Advanced” menu. In this advanced menu window we can find a row labeled as “Proxies:”, click on “Change Settings…”.
3) Then after clicking on “Change Settings…”, another pop window will appear on your screen labeled as “Internet Properties”. In this window click on “LAN Settings”.
4) On clicking “LAN Settings”, another window will appear on your screen labeled as “Local Area Network (LAN) Settings”, In that window click on the box provided in Proxy Server block .
5) On clicking that, “Address” and Port rows will be enabled. Enter both Address and Port and click on "OK". Note: These settings will not be applicable for dial up connections.These settings will be saved after your confirmation and close all windows including browser.
Restart your browser to activate this settings
Firefox
1)First start Firefox. Click on Tools then select Options
2)Then click on the Advanced
3) Select Network tab and click on Settings
4) After that click on the radio button Manual proxy configuration
5) Type your proxy servers IP address in HTTP Proxy field and proxy port in Port
6) Finally click the box Use this proxy server for all protocols and finally click OK
Enjoy...
Follow us for more...
Subscribe to:
Posts (Atom)
How to connect to an FTP server from Linux?
To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...

-
How to hack Telegram with Kali. Step 1: Open a terminal, and make a Trojan .apk You can do this by typing : 'msfpayload androi...
-
=========================== WHAT I'M ABOUT TO SHARE WITH YOU IS FOR EDUCATIONAL PURPOSES ONLY!!!I WILL NOT BE RESPONSIBLE FOR YOUR ACTI...