Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Ananya Pawar

Ananya Pawar

Community Learner
Share
144Questions
142Answers
197.9KViews on questions

Give the system environment definition.

Welcome to SQA, Little. Without seeing the context, it is hard to know exactly what the document means by "System Environment". Generally, it means everything the system interacts with. For a program running on a single computer, the system environment definition might include any other programs running on the…

Cyber Security

Answered Feb 23, 2022 · 682 Views Read answer →

How can I know what xpath class contains?

.//*[@id='contentText']/table/tbody/tr[2]/td/table/tbody/tr/td[1]/table/tbody/tr[10]/td/table/tbody/tr/td[1]/strong[2] That XPath class contains should be drastically shortened. That is likely to fail if you are testing in different browsers and if anything ever changes on the page it could throw a false positive due…

Cyber Security

Answered Feb 11, 2022 · 637 Views Read answer →

How can I get the list of valid email addresses?

Yes, for the list of valid email addresses and for the negative cases like this one: a"b(c)d,e:f;gi[jk]l@example.com (none of the special characters in this local-part are allowed outside quotation marks)You will need to split these up into one test per special character. Otherwise your test may pass because it finds…

Cyber Security

Answered Feb 10, 2022 · 738 Views Read answer →

How can I avoid BadUSB?

No, you can't tell by looking at it. There are two mistakes in your reasoning. One is that you're confusing two methods of attack: modifying an existing device, and making a device from scratch. The other is that your research clearly has an observation bias (presumably, because you're finding the things that are…

Cyber Security

Answered Feb 10, 2022 · 720 Views Read answer →

What are CSS text selectors?

As per the following discussions: CSS text selector :contains doesn't work with Selenium css pseudo-class :contains() no longer allows anchors The :contains pseudo-class isn't in the CSS Spec and is not supported by either Firefox or Chrome (even outside WebDriver). Python based solution To locate the element with…

QA Testing

Answered Feb 10, 2022 · 1.1K Views Read answer →

Can I gain access to the SSH into router?

If you want to SSH into router, first ip a to find your local ip (The one under one of the UP interfaces), starting with 192.168.. Run a nmap scan like: nmap -sP 192.168.2.1/24 to find all hosts on the network (considering your local ip is starting with 192.168.2.). Once you find the router IP, then do nmap -sV -T4 -O…

Cyber Security

Answered Feb 3, 2022 · 13 Views Read answer →

How is MeekroDB whereclauseTest.php vulnerable?

Take a look at what that PHP script does for the MeekroDB vulnerability:https://github.com/SergeyTsalkov/meekrodb/blob/master/simpletest/WhereClauseTest.php It's a way to open the door to the DB by adding known usernames and passwords.

Cyber Security

Answered Feb 3, 2022 · 664 Views Read answer →

Can police track a phone number when I remove it's sim card?

I don't know the technical details to answer your specific question - can police track a phone number, but it might not be relevant. If your phone has been tracked in the past and you live in a place where your adversary has access to cell phone location data, and you do get both a new phone and a new phone number,…

Cyber Security

Answered Feb 1, 2022 · 2.9K Views Read answer →

Explain certificate pinning?

Certificate pinning allows bypassing standard certificate authority chains to mitigate the risk of a valid certificate being issued to a criminal. Motivation for a new solution... SSL/TLS certificates are signed by other certificates. Browsers normally recognize a certificate as valid when in some point of this…

SQL Server

Answered Jan 18, 2022 · 594 Views Read answer →

Explain the concept of the GRC Haystack

The concept of GRC haystack is explained as, entropy theoretically makes a password stronger but from the perspective of a password cracker the first password likely would take much longer to crack. This is because of the length of the password--this argument would probably not be valid with a short password. It is…

SQL Server

Answered Jan 12, 2022 · 1.7K Views Read answer →

More members from the Cyber Security community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest Cyber Security Blogs

Guides, tips and career advice on Cyber Security from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.