Jump to content

Analyser_

Members
  • Posts

    99
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by Analyser_

  1. Hello my friend it opens normall for me. You may need to install some plugins.
  2. Hello I found an intresting guide for the web developers you can take a look. Link : http://www.sans.org/reading_room/whitepapers/securecode/web-developers-guide-cross-site-scripting_988
  3. It may take a while because I start creating some other Tuts.
  4. I haven't ever work on LineAge 2 but I will search around get some infos and tell you if it's possible :)
  5. I think there are many guides about that on google and on this forum too but I will creat a simple one for begginers , I aim to creat unique guides that never been shared before or are not public.
  6. Second guide done , Internet cafe tips.
  7. Hello, we all go to internet cafe so I made a guide with some useful tips so you will be able to play free or put keyloggers to every computer. How to pause the timer : 1. You have to download a program called proscessSuspender. Link : http://www64.zippyshare.com/v/19377719/file.html 2. Open it , now you must see something like this : 3. Now search for a process called cp4client.exe press right click and pause. 4. You can now play for free , don't forget to restart you computer and not just log out. How to enter on Deep Freeze without password: 1. Download Anti Deep Freeze : http://www64.zippyshare.com/v/47365286/file.html 2. Open it , now you should see something like that : 3. Press Bypass exists process, then Start button and press ok button without entering any password. 4. You are in you can now disable it and put your keyloggers inside. Some useful tools : Batch fille which opens cmd : http://www64.zippyshare.com/v/59987713/file.html ProcessHacker 2.28 , another program which stops Processes : http://www64.zippyshare.com/v/30287034/file.html It was a quick guide so be good with me. For any questions leave me a post. Thanks for reading.
  8. Hmm a nice one good idea that with Youtube I will try it :)
  9. Thanks a lot again for any questions etc don't be afraid to send me a pm :)
  10. Hey to all the computers lovers!! After busy weeks with a lot of paperwork and study,i decided to write about Scripting Programming Languages.I had an experience lately,that pushed me to inform some people about the use of them and the benefits of learning one. First of all,lets start with defining what is a Scripting lang.A quick search in wikipedia,we come to this :”A scripting language or script language is a programming language that supports the writing of scripts, programs written for a software environment that automate the execution of tasks which could alternatively be executed one-by-one by a human operator. Environments that can be automated through scripting include software applications, web pages within a web browser, the shells of operating systems, and several general purpose and domain-specific languages such as those for embedded systems.” You probably think that it is hard to write code in S.L. And yet you are wrong.They are famous due to the fact that they have loose structure and simple syntax,enabling even the rookies to learn them and use them.From time to time,they have risen so much that eliminated in speed and code reliability others features of hard-coded programming language like C and java. But enough with words..Lets see an easy example in Perl to prove my arguments : You are trying to install an .sh file in linux and you are bored of the procedure .What we gonna do,is write a script which would take every tar file we have and execute the necessary commands in order to be installed. #!/usr/bin/perl -w print "Welcome to .sh installer \n"; print "Give the .sh full name(with the .sh extension) : \n"; chomp ($shname =<STDIN>); print "Now installing.... $shname \n"; system ("chmod +x $shname"); system ("sh $shname"); system ("./ $shname"); This is pure linux power – the reason why linux makes programmers ..
  11. First guide done, How to make Firefox Always Auto Save Password Without Showing Notification Bar.
  12. Modifying Firefox to auto save the login information to the Firefox Saved Passwords manager without prompting was easy for version 3 because you can directly edit the JS files from the program’s folder to apply the changes. However, the file structure was a bit different starting from Firefox 4 until the current version 15. We researched and found that it is still possible to force Firefox to auto save the password without the popup notification. For Firefox 3 : all you need to do is edit the nsLoginManagerPrompter.js file with a text editor preferably Notepad++ located in C:\Program Files\Mozilla Firefox\componenets\ folder. Search for the _showSaveLoginNotification function and replace the whole code that is highlighted in yellow… With the following code: var pwmgr = this._pwmgr; pwmgr.addLogin(aLogin); The end result would look like the image below. Save the changes that you’ve made on the nsLoginManagerPrompter.js file and whenever you login to any website, Firefox will auto save the site, username and password to the login manager WITHOUT showing the notification bar. You can access the saved password area by going to Tools > Options > Security and click the Saved Passwords button. There is one possible bug which is even when a user entered the wrong username or password, it will still be saved. As for Firefox 4, it gets slightly difficult because the nsLoginManagerPrompter.js file is archived in an omni.jar file located at C:\Program Files\Mozilla Firefox\ folder. Starting from Firefox 5, you may have noticed that editing the nsLoginManagerPrompter.js inside omni.jar file does not work. The Firefox developing team did not fix the bug nor improve the security but instead they optimized it further by making Firefox load a compiled binary version of the nsLoginManagerPrompter.js file instead of the raw and editable JS file. Here is what you need to do to enable auto password saving on Firefox 5 and above. Do take note that the omni.jar file has been renamed to omni.ja starting from Firefox 10. 1. Use WinRAR, PowerArchiver or WinZIP to open the omni.jar or omni.ja file from C:\Program Files\Mozilla Firefox\ folder. 2. Navigate to jsloader\resource\gre\components\ and delete the nsLoginManagerPrompter.js file. 3. Go back to the root of omni.jar or omni.jar, and navigate to components folder. Edit the nsLoginManagerPrompter.js file and replace the whole _showSaveLoginNotification function as shown earlier. Save the changes and go back to the archiver. Click the Yes button when the archiver prompts you to update the archive with the updated file. Important Notes: 1. Whenever Firefox gets updated, most likely the omni.ja file will be reverted to the original 2. This article and research is for educational purposes only. Use it with care and think twice before implementing this illegally as it can get you into a lot of trouble!
  13. I am on it, I don't have high skills of cracking but I have something in my mind :)
  14. Hmm that's a good question you can search on this sections they are many guides for this but I will pm you with one methode in 2-3 (I have to write it down for you )
  15. Wraia mousikh kai wraia parea mporw na pw :)
  16. They are not encrypted keyloggers so every antivirus would see it as a trojan ;) If you want a keylogger FUD contact me via pm.
  17. Penetration testing (also called pen testing) is the practice of testing a computer system, network or Web application to find vulnerabilities that an attacker could exploit. Pen tests can be automated with software applications or they can be performed manually. Either way, the process includes gathering information about the target before the test (reconnaissance), identifying possible entry points, attempting to break in (either virtually or for real) and reporting back the findings. The main objective of penetration testing is to determine security weaknesses. A pen test can also be used to test an organization’s security policy compliance, its employees’ security awareness and the organization’s ability to identify and respond to security incidents. Penetration tests are sometimes called white hat attacks because in a pen test, the good guys are attempting to break in. Pen test strategies include: Targeted testing Targeted testing is performed by the organization’s IT team and the penetration testing team working together. It’s sometimes referred to as a “lights-turned-on” approach because everyone can see the test being carried out. External testing This type of pen test targets a company’s externally visible servers or devices including domain name servers (DNS), e-mail servers, Web servers or firewalls. The objective is to find out if an outside attacker can get in and how far they can get in once they’ve gained access. Internal testing This test mimics an inside attack behind the firewall by an authorized user with standard access privileges. This kind of test is useful for estimating how much damage a disgruntled employee could cause. Blind testing A blind test strategy simulates the actions and procedures of a real attacker by severely limiting the information given to the person or team that’s performing the test beforehand. Typically, they may only be given the name of the company. Because this type of test can require a considerable amount of time for reconnaissance, it can be expensive. Double blind testing Double blind testing takes the blind test and carries it a step further. In this type of pen test, only one or two people within the organization might be aware a test is being conducted. Double-blind tests can be useful for testing an organization’s security monitoring and incident identification as well as its response procedures.
  18. Hello and thanks you can post me here for more guides , shares etc http://maxcheaters.com/forum/index.php?topic=256438.0 And as I saw you are intrested on facebook hacking etc you can start by doxing methodes : http://maxcheaters.com/forum/index.php?topic=256433.0
  19. Avira is one of the best right now
  20. Hi Friends, Today i was searching about a tool that will install all the perl modules. The cpan tool is very good for this work. Below is the command for installing most of the perl modules at once. To run the command we need the cpan installed on system.(You must be root) yum install cpan Then run the command: perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)' This will take 10-20 minutes to finish. Also for more packages run this: yum install perl-libwww-perl Cpan Link : http://www.cpan.org/
  21. With this code you can make a Random Name Generator One of my friends ask me how he can do this and i make this code to help you make your own. Here is the code : /* * File: main.c * Author: Reap3R * * Created on September 3, 2012, 1:10 AM */ #include <stdlib.h> #include <stdio.h> #include <time.h> #include <string.h> //Needed for strcat() #include <ctype.h> //Here I will create an array of prefixes to help generate names. // I am banking on multiplication to ensure a large number of names // by using 7 prefixes and 20 stems, and 16 suffixes I should be able to // create about 7 * 20 * 16 = 2240 names out of 312 bytes of data (In my earlier // example from the forum I used this code to generate male and female names, // but here I combined them). char NamePrefix[][5] = { "", //who said we need to add a prefix? "bel", //lets say that means "the good" "nar", //"The not so good as Bel" "xan", //"The evil" "bell", //"the good" "natr", //"the neutral/natral" "ev", //Man am I original }; char NameSuffix[][5] = { "", "us", "ix", "ox", "ith", "ath", "um", "ator", "or", "axia", "imus", "ais", "itur", "orex", "o", "y" }; const char NameStems[][10] = { "adur", "aes", "anim", "apoll", "imac", "educ", "equis", "extr", "guius", "hann", "equi", "amora", "hum", "iace", "ille", "inept", "iuv", "obe", "ocul", "orbis" }; //Declare the function up here so that we can use it // note that it does not return a value, rather it // edits the character passed to it by reference. void NameGen(char *PlayerName); char get_Char(void); //little utility function to make getting char input easer... int main() { char Player1Name[21]; //Used to hold our character's name char cIn; //Used to get user answers to prompts. srand((long)time(NULL)); //Seed the random number generator... do { NameGen(Player1Name); printf("Generated Name: %s\n\n", Player1Name); puts("Would you like to generate another (Y,N): "); cIn = get_Char(); } while (cIn != 'n' && cIn != 'N'); return 0; } //Utility function for input char get_Char(void) { char cIn; while((cIn = getchar()) return cIn; } //The return type is void because we use a pointer to the array holding // the characters of the name. void NameGen(char* PlayerName) { PlayerName[0]=0; //initialize the string to "" (zero length string). //add the prefix... strcat(PlayerName, NamePrefix[(rand() % 7)]); //add the stem... strcat(PlayerName, NameStems[(rand() % 20)]); //add the suffix... strcat(PlayerName, NameSuffix[(rand() % 16)]); //Make the first letter capital... PlayerName[0]=toupper(PlayerName[0]); return; } Compile and Run
  22. In this script, it shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something else that you want. You don’t have to change image everyday just change images once a week. What to do? 1 - Find what today is? using the date function and keep the answer in variable name “$today”. 2 - Compare $today with the name of day. 3 - Display “Today is ” … ” and display image of the day. 4 - Test it. Try to change your machine date and see the result! $today=date(l); // Find what today is? using date function // If today is Monday displays message "Today is Monday" and displays image1.gif if($today==Monday){ // Compare $today with name of the day. echo "Today is Monday"; echo "<BR>"; // Line break echo "<img src='images/image1.gif'>"; // images keep in forder "images" } If You want to show 1 month 31 images replace with this code $today=date(d); // display date "01", "02", "03"..."15", "16" .... if($today==01){ ....... elseif($today==15){ ....... until $today==31 Code <?php $today=date(l); // Find what today is? using date function if($today==Monday){ echo "Today is Monday"; echo "<BR>"; echo "<img src='images/image1.gif'>"; } elseif($today==Tuesday){ echo "Today is Tuesday"; echo "<BR>"; echo "<img src='images/image2.gif'>"; } elseif($today==Wednesday){ echo "Today is Wednesday"; echo "<BR>"; echo "<img src='images/image3.gif'>"; } elseif($today==Thursday){ echo "Today is Thursday"; echo "<BR>"; echo "<img src='images/image4.gif'>"; } elseif($today==Friday){ echo "Today is Friday"; echo "<BR>"; echo "<img src='images/image5.gif'>"; } elseif($today==Saturday){ echo "Today is Saturday"; echo "<BR>"; echo "<img src='images/image6.gif'>"; } elseif($today==Sunday){ echo "Today is Sunday"; echo "<BR>"; echo "<img src='images/image7.gif'>"; } ?>
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock