Skip to main content

Posts

Showing posts with the label manual

Manual Testing Most Popular Interview Questions

Manual Testing Most Popular Interview Questions Today we are going to discuss about, one of the most popular interview question, that is �tell me the test cases for Google Search Engine? Or give at least 10 test cases for the Google Search engine� once interviewer asks this question candidate goes to uncomfortable condition, because there are lot of things google search engine can do. So this article is going to describe the test cases that we can make for the google search engine. Initially before start telling the test cases, group them as per there type, like start telling the test cases as per the functionality, as per the UI and as per the Performance. First of all, try to think about the requirements. To get requirement we need to analyze how google works?, what is the use of google?, what functionality google offers ? this types of question to self can help us to analyze the requirements and which would help us to write the test cases in better way. Mainly try to think functiona...

Manual Reconnection of Green Packet Modem with Model Dv 235t Version 2 10 14 g1 0 7 Smart PROTECTED

Manual Reconnection of Green Packet Modem with Model Dv 235t Version 2 10 14 g1 0 7 Smart PROTECTED Be sure you have a tested Mac-Pem-Key files and your modem was protected before you proceed in these tutorials. 1.Connect the modem to LAN port. 2. Open browser and type 192.168.15.1 3. Type your own username and password. 4. Click Wimax. 5.Replace all have red mark by choosing your tested Mac-Pem-Key files and click save button below. 6.Click Network then WAN and replace the MAC address and save it below. 7. A notification will appear that your modem will need to restart. download  file  now

Libros Red Blue Team Field Manual RTFM BTFM

Libros Red Blue Team Field Manual RTFM BTFM Hace tiempo que no hac�amos un post para hablaros de alg�n libro as� que hoy lo haremos por partida doble con los t�tulos Red Team Field Manual (RTFM)  de Ben Clark publicado en 2013 y su casi hom�nimo Blue Team Field Manual (BTFM)  de Alan J. White y tambi�n con Ben Clark como colaborador, lanzado a principios de este a�o 2017. Red Team � Blue Team... t� eliges El primero es una peque�a gu�a de referencia dirigida a los miembros de un Red Team. Contiene la sintaxis b�sica para un mont�n de comandos de Linux y Windows, pero tambi�n contiene casos de uso �nicos para herramientas poderosas como Python y Windows PowerShell y para realizar muchas otras tareas que com�nmente lleva a cabo un equipo de hacking �tico en base de datos, web, wireless, etc. Nada de teor�a, s�lo pr�ctica :) El segundo dirigido al Blue Team es una Gu�a de Respuesta a Incidentes de Ciberseguridad que se alinea con el Marco de Ciberseguridad del NIST que consiste e...

Manual unpacking of UPX 3 04

Manual unpacking of UPX 3 04 I will use this post to demonstrate how to manually unpack a program which was packed with UPX 3.04 packer using Ollydbg. The packed executable can be downloaded from the LINK. It is a very simple program that only shows a message box with some text in it. Packers Packers are programs that take an executable file as input and produce a new executable file as output. The new executable contains the original executable as data and an unpacking stub which is called by the OS. Malware authors use packers because they help malware hide from antivirus software, complicate malware analysis and shrink the size of a malicious executable. When dealing with a packed program, the unpacking stub is loaded by the OS, and then the unpacking stub loads the original program. The unpacking stub is often small and it can be viewed by the malware analyst. Understanding how the unpacking stub operates is very important to unpacking the original executable. The unpacking stub pe...