Thursday 9 May 2019

How Hackers Get Into Computers ..?? || techtalksgroup ||


Hacking has become an comman term now a days between the youngsters specially in newbies. They get excited by seeing the stuffs in some science fiction movies which shows them hacking by pressing the keyboards faster and within seconds the hacker get access to the computer. But thats not true..!! Hacking into someones computer or network require some sort of steps which should be follows these steps include:-

Casing the Target

Firstly identify the target in which you want to get access. It can be a computer in the network in which you are connected . Lets take an example, Suppose you are Colleges newbie and want to upgrade your attendance by getting access to the colleges main server computer, so for doing this you should first identify the  computer by knowing its IP Address. and you can get it easily if you are connected to same network.

Identifying Target Components

Now after getting the victims IP identify the component on which you are going to perform the attack, in short you have to scan for any port open and a service/software should be running on that specific port. After that scan for any vulnerability in that software which users that service through which you are performing the attack. Lets take an example:- You are connected in a network of 10 computer and you want to perform an attack on a specific computer which has a port 3389 open which is default port for RDP connection which is remote desktop connection then you will going to find the vulnerability in windows ( suppose you are going to attack windows os ) for RDP connection. Then after getting the vulnerability use standard tools to exploit it.

Obtain Access

For obtaining the access to the victims computer you should have the password of the victims computer profile which you can get by two methods either the victims trust on you, and he tells himself the password to you, who's chances are less or you can see him by entering the password, and the another method is to go for Brute Force Attack. and get the password.

Obtaining Privileges 

 After getting access to any of the profile of the victims computer, its your good luck that you might by-pass the most privilege profile  of the victim other if you get access to the normal profile of the computer through register keys you can get the password of the most privilege user easily.

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Monday 18 March 2019

Obstacle Detection System Using Arduino and Ultrasonic Sensor || techtalksgroup ||


Things used in the project:

1. Test Board

2. Ultrasonic sensor

3. Arduino cable

4. +5V buzzer

5. Male to male pins

6. Arduino uno board

Connect the Components as shown in the circuit:




Connect the Buzzer positive terminal to the Arduino pin 2 and the negative terminal to the Gnd. Connect the VCC pin of ultrasonic to +5v pin and the Gnd to the ground.

Connect trig pin to pin 10 and echo pin to pin 9.

Upload the code in the Arduino:


// Define pins for ultrasonic and buzzer
int const trigPin = 10;
int const echoPin = 9;
int const buzzPin = 2;
void setup()
{
pinMode(trigPin, OUTPUT); // trig pin will have pulses output
pinMode(echoPin, INPUT); // echo pin should be input to get pulse width
pinMode(buzzPin, OUTPUT); // buzz pin is output to control buzzering
}
void loop()
{
// Duration will be the input pulse width and distance will be the distance to the obstacle in centimeters
int duration, distance;
// Output pulse with 1ms width on trigPin
digitalWrite(trigPin, HIGH);
delay(1);
digitalWrite(trigPin, LOW);
// Measure the pulse input in echo pin
duration = pulseIn(echoPin, HIGH);
// Distance is half the duration devided by 29.1 (from datasheet)
distance = (duration/2) / 29.1;
// if distance less than 0.5 meter and more than 0 (0 or less means over range)
    if (distance <= 50 && distance >= 0) {
    // Buzz
    digitalWrite(buzzPin, HIGH);
    } else {
    // Don't buzz
    digitalWrite(buzzPin, LOW);
    }
    // Waiting 60 ms won't hurt any one
    delay(60);
}

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Sunday 17 February 2019

What are Ultrasonic Sensors ? How do they work ? || techtalksgroup ||



When you need input from the real world to your robot or data collection system, there are several options to choose from:

• Light detection (infrared sensors, light-dependent resistors, and computer vision setups)

• Sensors based on magnetic fields

• Ultrasonic sensors

How do Ultrasonic Sensors Work?


Ultrasonic sensors work by emitting sound waves at a frequency too high for humans to hear. They then wait for the sound to be reflected back, calculating distance based on the time required. This is similar to how radar measures the time it takes a radio wave to return after hitting an object.

While some sensors use a separate sound emitter and receiver, it’s also possible to combine these into one package device, having an ultrasonic element alternate between emitting and receiving signals. This type of sensor can be manufactured in a smaller package than with separate elements, which is convenient for applications where size is at a premium.

While radar and ultrasonic sensors can be used for some of the same purposes, sound-based sensors are readily available—they can be had for just a couple dollars in some cases—and in certain situations, they may detect objects more effectively than radar.

For instance, while radar, or even light-based sensors, have a difficult time correctly processing clear plastic, ultrasonic sensors have no problem with this. In fact, they’re unaffected by the color of the material they are sensing.

On the other hand, if an object is made out of a material that absorbs sound or is shaped in such a way that it reflects the sound waves away from the receiver, readings will be unreliable.

If you need to measure the specific distance from your sensor, this can be calculated based on this formula:

Distance = ½ T x C

(T = Time and C = the speed of sound)

At 20°C (68°F), the speed of sound is 343 meters/second (1125 feet/second), but this varies depending on temperature and humidity.

Specially adapted ultrasonic sensors can also be used underwater. The speed of sound, however, is 4.3 times as fast in water as in air, so this calculation must be adjusted significantly.

Applications for Ultrasonic Sensors

So where can we use these sensors? Robot navigation comes to mind, as well as factory automation. Water-level sensing is another good use, and can be accomplished by positioning one sensor above a water surface. Another aquatic application is to use these sensors to “see” the bottom of a body of water, traveling through the water, but reflecting off the bottom surface below.

Though it might not be immediately obvious, if configured correctly ultrasonic sensors can even measure fluid flow rates. In the simplest case, an emitter and a receiver (separate in this configuration) are aligned with the flow of a fluid. Since sound is traveling through a moving medium, the speed of sound relative to these elements will be increased or decreased by the velocity of the fluid. This can be applied to flow inside pipes by aligning these two elements at an angle to each other, calculating the effective velocity increase based on the trigonometric relations between the two. Flowrate accuracy can be increased by using data from multiple ultrasonic elements, giving results accurate to within a fraction of a percent.

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Friday 1 February 2019

What are the 5 ways you can use #hastags effectively of your Facebook Page . || techtalksgroup ||



Do you include Facebook hashtags in your Facebook Page posts?
With 1.15 billion users, Facebook is an attractive place for businesses to market to customers.
Today I’m going to cover Facebook hashtag usage and how your brand can benefit from using Facebook hashtags.

The role of Facebook hashtags in marketing

While Facebook hashtags don’t seem as popular as on Twitter or Instagram, they can still help your brand.
With 1.15 billion users, Facebook is a great place to put your marketing efforts for your business.
When compared to other social networks, no other network comes close when in terms of active user.

Facebook hashtag usage

Don’t overdo Facebook hashtags

While users are encouraged to use on average 11 Instagram hashtags, Facebook hashtag usage is much lower.
For example, you don’t want to use them in every post.
You also don’t want to use too many. 2-3 hashtags typically work best for Facebook hashtag usage.

Hashtags must be one word

I often get asked what is a hashtag.

Capitalization isn’t important

When looking at Facebook hashtag usage, remember, capitalization isn’t important.
For example, using #Facebookmarketing instead of #FacebookMarketing will take users to the same hashtag.
Personally, I like to capitalize the second word. This way it is a little easier to read the hashtag.

Don’t blindly pick a hashtag – research it first

When choosing a hashtag, be sure you’ve done some research.
Not only can they save you a lot of time, but you can also see how popular a hashtag is before beginning your Facebook marketing campaign.


So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Monday 7 January 2019

Have you ever noticed, Why does your Flash Plugins get crashed time to time..?? || techtalksgroup ||


The Flash plugin is a small program that works within your browser, allowing you to view and interact with animated files created in Flash format. The reasons for a crash can vary from browser to browser. Here, we'll look at the most likely causes of Flash plugin crashes in Chrome, Firefox and Internet Explorer.

Google Chrome has its own internal Flash installation, unlike Firefox and Internet Explorer, which rely on your computer system's Flash installation to handle Flash content. In some cases, Chrome tries to simultaneously use both its internal version and the installation on your machine, and everything freezes up. To find out if this is the cause of your Flash crash, type "about://plugins" (without quotes) in the address bar of your Chrome window. If you find two Flash files in use, disable one of them and give the site another try.

If duplicate Flash files aren't the source of your problem, you may have software or malware on your system that's causing the crash. To check this, type "chrome://conflicts" into your address bar, and Chrome will display a list of any third-party applications known to conflict with Chrome. You can also check to see if a browser extension such as ad-blocking software may be causing a conflict. Type (you guessed it) "chrome://extensions" into your browser address bar and go down the list one by one to see if disabling one of the extensions resolves the issue.

In Firefox, the most common reason for a Flash plugin crash is an outdated version of the Flash player. To check, go to Mozilla's Plugin Check page and see if Flash needs to be updated. If so, you will need to manually install the latest version of Flash from the Adobe website. If Flash is up to date, try disabling hardware acceleration, first in Flash (you can find this setting in your Adobe Flash Player Settings), then in the Firefox browser itself [source: Mozilla Support]. (Hardware acceleration uses the video or graphics card on your computer for extra processing power when displaying animations or videos.)

Flash plugin crashes seem to be slightly less common in Internet Explorer, but if you do experience a crash, the most likely culprit is an outdated version of Flash. If installing the latest version of Flash Player from the Adobe website doesn't solve the problem, another browser add-on may be causing a conflict. To remove or disable add-ons, click on Manage Add-ons, under the Tools button in Internet Explorer.

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Thursday 27 December 2018

Problems that may come while implementing IOT || techtalksgroup ||


In the coming century, the biggest threat to us will not be the wars between the countries or states. The biggest threat or the war that we should be concerned about is the cyber war. It is a direct threat to our privacy, our private conversations, moments, pictures-everything that sums up our life.
Technology has always been a double-edged sword. With all the benefits and advantages, follows unknown and unprecedented threats. For us to succeed and work in harmony with technology, we need to address and confront the threats that it carries. Simply ignoring or putting them aside is not the solution.
In fact, it is the last thing we can do bring the house of cards crashing down. Ignoring a problem is the same as inviting the problem. And similar is the case with IoT, Internet of Things.
A very less number of people genuinely address the threats and challenges IoT could or will face as part of its journey.

Here Are the 5 Biggest Security Threats and Challenges for IoT

Anything which is connected to the Internet is open to threat. Like the saying goes, ‘There are two types of companies. One which has been hacked and one which does not not know it has been hacked.’ This rightly sheds some light on the fact that, we are always vulnerable. It all depends upon how less vulnerable you are.
Until and unless we do not address and come face to face with the evil of Internet, we would not be able to create counter measures that protect us from these threats.
Any threat, be it on IoT or on a website, is backed by a purpose. In 100% of the cases, these threats or attacks are human generated. The purpose may vary depending upon the intruder’s target:
i) Since IoT devices are used and operated by humans, an intruder may want to gain unsolicited access to the human.
ii) By eavesdropping on the wireless IoT devices the intruder may want to catch hold of confidential information.
iii) IoT devices run on low power and less computing resource capability, due to this they cannot afford to have complex security protocols. Hence, it becomes an easy target for intruders.

Vulnerability

The most basic and easy to pick threat to IoT devices is its vulnerability. Companies providing IoT solutions start with addressing this issue first before commemorating on the underlying software.
We also need to understand, vulnerability can be of two types: Hardware and Software. Hardware vulnerability is often tough to detect or penetrate. However, it is even tougher to repair or overhaul the damage.
Software vulnerability points towards a poorly written algorithm or a line of code with a backdoor. This backdoor can easily provide access to intruders prying for such moments.

Easy Exposure

This is one of the most fundamental issues faced by IoT industry. Any device, if unattended or exposed to troublemakers, is an open invitation to discomfort. In most of the cases IoT devices are not resilient to third-party exposure-they either lay open, easily accessible to anyone.
This means that an intruder can either, easily steal the device, connect the device to another device containing harmful data, or try to extract cryptographic secrets, modify the programming or even replace those devices with malicious ones of which the intruder has complete control.

Threats

Threats can be of two types: Human threat and Natural threat. Any threat arising from natural occurrences such as Earthquakes, Hurricanes, Floods or Fires can cause severe to very severe damage to IoT devices. In such cases, we often take a backup or create contingency plans to safeguard the data. But, any damage caused to the devices physically cannot be restored.
Today, IoT solutions have matured over time. Devices today have evolved to be waterproof. It is a long journey before IoT solution providers come up with something which is fireproof or earthquake proof.
On contrary, we do everything in power to curb any human threats to IoT devices. These threats are usually malicious attacks.

Human Attacks Can Be Further Identified As:

Cyber reconnaissance: Where an intruder uses cracking techniques and malicious softwares to conduct espionage on the targeted user; to either gain access to secret information or sabotage the existing systems.

Brute Force attacks on passwords: Intruders make an attempt to guess the user’s passwords with the help of an automated software which makes innumerable attempts until the right password grants the access.

Stalking or Tracking: User’s each and every move can be tracked or traced by the UID of the IoT device. Tracking a user gives out away their precise location in time where they wish to remain anonymous.

Controlled Attacks: Using Denial of Services (DoS), Trojans or Viruses are some examples of controlled attacks. In such cases, intruders develop a particular Virus which is programmed to function in a certain manner in order to destroy the host device. Programmers and developers have to be vigilant while working on current IoT solutions since hackers today have strong artillery to launch cyber attacks around the globe.

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.

Monday 10 December 2018

Alibaba's Voice Asistant is smarter than Google's Voice Asistant. Check it out !! || techtalksgroup ||



In May, Google made quite the splash when it unveiled Duplex, its eerily humanlike voice assistant capable of making restaurant reservations and salon appointments. It seemed to mark a new milestone in speech generation and natural-language understanding, and it pulled back the curtain on what the future of human-AI interaction might look like.
                But while Google slowly rolls out the feature in a limited public launch, Alibaba’s own voice assistant has already been clocking overtime. On December 2 at the 2018 Neural Information Processing Systems conference, one of the largest annual gatherings for AI research, Alibaba demoed the AI customer service agent for its logistics company Cainiao. Jin Rong, the dean of Alibaba’s Machine Intelligence and Technology Lab, said the agent is already servicing millions of customer requests a day.

The pre-recorded demo call involved the agent asking a customer where he wanted his package delivered. In the back-and-forth exchange, the agent successfully navigated several conversational elements that demonstrated the breadth of its natural-language capabilities.

Take this exchange at the beginning of the call, translated from Mandarin:

Agent: Hello, I am Cainiao’s voice assistant. I am—
Customer: Hello.
A: Yes, hi, you have package scheduled for morning delivery to 588 Culture West Road. Is it convenient for you to receive?
C: Who are you?
A: I am Cainiao’s voice assistant. I’d like to confirm your morning delivery to 588 Culture West Road. Does that work for you?
C: I’m not home in the morning.
A: Then do you have another address that you’d like to use?

Within 30 seconds, the agent has smoothly handled three common, and tricky, conversational ingredients: interruption, nonlinear conversation, and implicit intent. Interruption is self-explanatory: the agent can respond to the customer’s interruption and continue relaying relevant information without starting over or skipping a beat.

The nonlinear conversation occurs when the customer asks, “Who are you?” This requires the agent to register that the customer is not answering the preceding question but rather starting a new line of inquiry. In response, the agent reintroduces itself before returning to the original question.

The implicit intent occurs when the customer responds, “I’m not home in the morning.” He never explicitly says what he actually means—that home delivery won’t work—but the agent is able to read between the lines and follow up sensibly.
These elements may be boringly commonplace in human conversations, but machines often struggle to handle them. That Alibaba’s voice assistant can do so suggests it’s more sophisticated than Google Duplex, judging from similar sample calls demoed by Google. It’s worth noting, however, that Alibaba’s demo call is designed for onstage presentation; the experience could differ in reality.
Currently, the agent is used only to coordinate package deliveries, but Jin said it could be expanded to handle other topics. He wouldn’t fully reveal how the assistant was trained. But he alluded to using the massive number of customer recordings at the company’s disposal, in addition to other resources. On a typical day the company averages 50,000 customer service calls, according to the presentation slides—a number that quintuples for Singles’ Day (November 11), its highest revenue-generating holiday of the year.
Alibaba is also developing digital assistants for other aspects of its business, including a food-ordering agent that can take your order in noisy restaurants and stores; a humanlike virtual avatar that can field questions about Alibaba products; and a price-haggling chatbot that is already used by 20% of sellers on Alibaba’s resale platform Xianyu.
At their core, each of these assistants is powered by the speech-recognition and natural-language-processing engine called AliMe, developed by the company’s Machine Intelligence and Technology Lab. They are then packaged and adapted to different parts of the business.
Alibaba’s biggest advantage in this field is the overwhelming wealth of data it has to train its AI. The assistants learn and improve faster because of the amount of practice they get in handling all kinds of situations. A huge business incentive to deploy these technologies quickly also helps. In addition to handling a high volume of customer support calls, Alibaba delivers one billion packages per day. Offloading certain tasks to AI helps alleviate the burden on humans and keep the business running smoothly.

So that's it. Hope you guys like it. If yes then please .. comment down below and do not forget to like follow and share our social media platforms.