We even have lots of apps which can provide you screen recording. You can just type screen recording and find N number of app that provide you this option. You can find lots of free apps and even paid apps which even helps in recording external audio but android lollipop is providing you recording of internal system audio.
Archive for 2015
Useful 10 Notepad++ Plugin For Designer and Developer Web
Saturday, January 24, 2015
Posted by Brandon
Notepad ++ is my favorite text editor. The text editor has been with me since 2008, when he began writing a program with PHP. Before that, I use adobe dreamweaver, because it is easy to use, there is a preview feature and design, so I can know directly the result of the HTML code that I wrote. However, adobe dreamweaver proved too heavy if used continuously and open many files. Finally, I look for alternatives, and met with notepad ++. So far, I am satisfied with the notepad++ features and capabilities
And more importantly, ++ notepad plugin features. Just like wordpress, with additional plugins, the ability of a program can be improved. On the internet, there are many ++ notepad plug-in, I want to point out, any plugins that are useful for developers and designers, especially me.
And more importantly, ++ notepad plugin features. Just like wordpress, with additional plugins, the ability of a program can be improved. On the internet, there are many ++ notepad plug-in, I want to point out, any plugins that are useful for developers and designers, especially me.
10 Notepad++ Plugin for Developer and Designer
- TextFX Plugin. This plugin will accelerate when writing programs, particularly HTML and XML, with auto close tag, then you do not need to write the close tag. Very easy for web deeveloper.
- Colorpicker – This plug-in function to retrieve the color codes with ease, no need extra other program. I recommend plug-in for you.
- ClipboardHelper. With this plugin you can put some spots on the clipboard and retrieve it easily. We know, activity often write code using copy-paste, with this plugin, you will be greatly helped.
- Web Font N++
- NppColdFusion. If you work with cold fusion script, then this plugin will help you speed up work
- NotepadSharp - If you are working with C #, then this plugin is for you.
- FunctionList This plugin will display all the functions of your project,
- PyNPP - If you do a lot of work with a python script, then this plugin will help you.
- NppSalt - This plugin will help you when working with teams. A file that has been edited by others will be detected by notepad ++
- SnippetExecutor – plugin for compiling and executing snippets of code, and providing the output.
Top 5 Best Screen Recorder Apps for Android
Monday, January 19, 2015
Posted by Brandon
Tag :
Android tips,
apps
We even have lots of apps which can provide you screen recording. You can just type screen recording and find N number of app that provide you this option. You can find lots of free apps and even paid apps which even helps in recording external audio but android lollipop is providing you recording of internal system audio.
How To Place Adsense Ads In Middle of The Post in Blogger-Any Template Work Around Method
Posted by Brandon
Placing adsense ads in middle of all the posts will give a high CTR
which eventually increases earnings. In word press, There are customized
plugins available for placing ads in middle of the posts. But in case
of blogger it is some what tricky part to place adsense ads in middle of
all the posts. We have developed a script which can place adsense ads
in between the post exactly in the middle of the content. The procedure
for placing adsense ads in middle of the posts in blogger is shared
below.
Go to Template >Edit HTML
If you are facing any kind of issue then do let us know in your comments. Happy Blogging Cheers
Place Adsense Ads Automatically In Middle of All The Posts In Blogger:
Follow The below process to place adsense ads in Middle of all the posts automatically in blogger.Step 1:
Login to Your Blogger AccountGo to Template >Edit HTML
Step 2:
Search For Below Code in your template.<data:post.body/>You will get multiple codes similar to above code. You have to select the second code which is similar to above code in order to make the script work properly.
Step 3:
Replace The above Code With The Below Code.|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<div id='jobmiddlenew'>
<data:post.body/>
</div>
<b:if cond='data:blog.pageType == "item"'>
<style>
#addcodemiddle{display: none;}
</style>
<div id='addcodemiddle'>
Place Your Ad Code Here
</div>
<script type='text/javascript'>
var str1=document.getElementById("jobmiddlenew").innerHTML;
var str2=str1.length;
var str3=str2/2;
var substr = str1.substring(str3, str2);
var n = substr.search("<br>");
if(n<0)
{
n = substr.indexOf('.');
if(n<0)
{
n=0;
}
var firsthalf = str1.substring(0, str3+n+1);
var secondhalf = str1.substring(str3+n+1, str2);
}
else
{
var firsthalf = str1.substring(0, str3+n+4);
var secondhalf = str1.substring(str3+n+4, str2);
}
var addcode="<center>"+document.getElementById("addcodemiddle").innerHTML+"</center><br/>";
var newbody=firsthalf+addcode+secondhalf;
var strnew=document.getElementsByClassName("post-body entry-content");
strnew[0].innerHTML=newbody;
document.getElementById("addcodemiddle").innerHTML="";
</script>
</b:if>
|
Step 4
Replace The Place Your Ad Code Text With Your Adsense Ad Code in the above code and save your template.If you are facing any kind of issue then do let us know in your comments. Happy Blogging Cheers
To post your business blog entries automatically on your Facebook
Timeline, you can use RSS Graffiti. This app doesn’t limit you to
importing only blog posts: You can use it to bring in any RSS feed from
anywhere, much as you can with Social RSS. You can also use RSS Graffiti
to post in Facebook Groups.
You can control how many posts per day are pulled in, just in case the RSS feed you enter has more posts than you want to share with your community.
Adding RSS feeds can help you add content to your Page. You may want to use RSS feeds to import industry news or other helpful blogs. You can search some of the RSS-feed directories that are available, but you’re better off bringing in a feed from a site that you know, like, and trust.
RSS Graffiti is highly configurable. You can configure the post style, the scheduling of updates, and the times when the messages are posted. All these features translate into many settings, all of which you can change. Most of the settings can be left at their default values.
You can control how many posts per day are pulled in, just in case the RSS feed you enter has more posts than you want to share with your community.
Adding RSS feeds can help you add content to your Page. You may want to use RSS feeds to import industry news or other helpful blogs. You can search some of the RSS-feed directories that are available, but you’re better off bringing in a feed from a site that you know, like, and trust.
RSS Graffiti is highly configurable. You can configure the post style, the scheduling of updates, and the times when the messages are posted. All these features translate into many settings, all of which you can change. Most of the settings can be left at their default values.
One thing that RSS Graffiti doesn’t have is a tab
that you can add to your Page. It only posts the RSS feed on your
Timeline. If you want a place to show your most recent blog posts on
your Facebook Page, use Social RSS or NetworkedBlogs.
To get started with RSS Graffiti, follow these steps:- Log in to Facebook as your personal Profile.
- Go to http://apps.facebook.com/rssgraffiti.You see information about the app and how it will appear on your Timeline.
- From the Who Can See Posts This App Makes for You on Your Facebook Timeline drop-down menu, choose Everyone.
- Click the blue Go to App button.You see a Request for Permission screen, asking you to allow RSS Graffiti to access your basic information.
- Click Allow.
- If you see a pop-up window, click Go to Permissions.You’re taken to the RSS Graffiti dashboard.
- Click Add New Publishing Plan.A window appears, allowing you to name your publishing plan.
- Type a name in the text box, and click Create Publishing Plan.A configuration area appears.
- Click the Add New button next to Sources.A pop-up window appears, allowing you to add your RSS feed.
- Add the address of your RSS feed (refer to “Getting the Address of Your RSS Feed,” earlier in this chapter), and click Add Source.A pop-up window appears, allowing you to configure the RSS feed.You can configure many features of RSS Graffiti, but the default settings work well for most people, and you can skip to Step 11.Or, if you want to customize your settings, you can read a little bit more about what each of the settings means here:
- Source Name Override: Change the name that appears when you post the article or blog post.
- Source URL Override: Override the URL that points to the website. Leave this field blank to use the feed’s URL.
- Scheduling: Change the update frequency and maximum posts per update, and specify whether you want the newest posts to post first.
On the Advanced tab, you can set these options:- Format Message: Add messages to each post, using these options. You may choose to add a static message such as New Post from my Blog or something similar.
- Filtering Options: Set the date and time after which posts can be published on your Timeline. Older posts won’t be published unless you change this option. You can indicate how long a post must be up before it’s posted to your Timeline by setting the Eligibility Age option. You may want to use this option if you sometimes make minor edits in posts shortly after you publish them.
- Click Save after you’ve configured your source RSS feed.The pop-up window disappears, and you see the name of the feed in the Sources area.
- Click Add New next to Target.A pop-up window appears, showing your available Pages and groups.
- Select the Page.You can also choose to publish on behalf of the Page or your personal Profile, but for now, accept the default selection of the Page.
- Select the post style.You can choose Standard, Compact, or Status Updates. A preview window appears next to each selection. Choose what works best for you by selecting the appropriate radio button.
- Click Save Changes.Your publishing plan is finished, and your posts will start updating when you make a new blog post.
Be careful about adding just any RSS feed to your
Page. After all, you don’t control that content, and you may not agree
with a post that’s brought in.
Android
phone is very smart and intelligent. You find lots of secrets in
android phone. Now In this post, we put some best android secret codes.
With these secret codes you access android secret portal and services.
You need to only open dialer in android phone and dial these below codes. These secret android codes works in almost all type of phone like lg, sony, samsung, htc, google, motorola and xolo.
*#*#7780#*#*
This code is used for the factory data reset. It'll remove following things:
All the Google account settings stored in your phone
System and application data and settings
Downloaded applications in your Internal SD!
It'll NOT remove:
Current system software and bundled application
SD card files e.g. photos, music files, etc.
Note: Once you give this code, you get a prompt screen asking you to click on "Reset phone" button. So you get a chance to cancel your operation.
*2767*3855#
*#*#34971539#*#*
This code can be used to get information about phone camera. It displays the follwing 4 menus:
Update camera firmware in image (Don't try this option)
Update camera firmware in SD card
Get camera firmware version
Get firmware update count
WARNING: Never use the first option otherwise your phone camera will stop working and you'll need to take your phone to service center to reinstall camera firmware.
*#*#7594#*#*
This one is my favorite one. This code is used to change the "End Call / Power" button action in your phone. By default, if you long press the button, it shows a screen asking you to select any option from Silent mode, AirPlane mode and Power off.
You can change this action using this code. You can enable direct power off on this button so you don't need to waste your time in selecting the option.
*#*#273283*255*663282*#*#*
This code helps you in opening a File copy screen where you can backup your media files e.g. Images, Sound, Video and Voice memo.
*#*#197328640#*#*
This code can be used to enter into Service mode. You can run various tests and also change settings in the service mode.
*#*#232339#*#* OR *#*#526#*#* OR *#*#528#*#* - WLAN test
*#*#232338#*#* - It Shows WiFi MAC address
*#*#1472365#*#* - GPS test
*#*#1575#*#* - Another GPS test
*#*#232331#*#* - Bluetooth test
*#*#232337#*# - Shows Bluetooth device address
*#*#4986*2650468#*#* - PDA, Phone, H/W, RFCallDate
*#*#1234#*#* - PDA and Phone
*#*#1111#*#* - FTA SW Version
*#*#2222#*#* - FTA HW Version
*#*#44336#*#* - PDA, Phone, CSC, Build Time, Changelist number
*#*#0283#*#* - Packet Loopback
*#*#0*#*#* - LCD test
*#*#0673#*#* OR *#*#0289#*#* - Melody test
*#*#0842#*#* - Device test (Vibration test and BackLight test)
*#*#2663#*#* - Touch screen version
*#*#2664#*#* - Touch screen test
*#*#0588#*#* - Proximity sensor test
*#*#3264#*#* - RAM version
You need to only open dialer in android phone and dial these below codes. These secret android codes works in almost all type of phone like lg, sony, samsung, htc, google, motorola and xolo.
1. Complete Information About your Phone
*#*#4636#*#*
This code is used to get some really interesting information about your phone and battery. It shows following 4 menus on screen:
Phone information
Battery information
Battery history
Usage statistics
This code is used to get some really interesting information about your phone and battery. It shows following 4 menus on screen:
Phone information
Battery information
Battery history
Usage statistics
2. Factory data reset
*#*#7780#*#*
This code is used for the factory data reset. It'll remove following things:
All the Google account settings stored in your phone
System and application data and settings
Downloaded applications in your Internal SD!
It'll NOT remove:
Current system software and bundled application
SD card files e.g. photos, music files, etc.
Note: Once you give this code, you get a prompt screen asking you to click on "Reset phone" button. So you get a chance to cancel your operation.
3. Format Android Phone
*2767*3855#
4. Phone Camera Update
*#*#34971539#*#*
This code can be used to get information about phone camera. It displays the follwing 4 menus:
Update camera firmware in image (Don't try this option)
Update camera firmware in SD card
Get camera firmware version
Get firmware update count
WARNING: Never use the first option otherwise your phone camera will stop working and you'll need to take your phone to service center to reinstall camera firmware.
5. End Call/Power
*#*#7594#*#*
This one is my favorite one. This code is used to change the "End Call / Power" button action in your phone. By default, if you long press the button, it shows a screen asking you to select any option from Silent mode, AirPlane mode and Power off.
You can change this action using this code. You can enable direct power off on this button so you don't need to waste your time in selecting the option.
6. File Copy for Creating Backup
*#*#273283*255*663282*#*#*
This code helps you in opening a File copy screen where you can backup your media files e.g. Images, Sound, Video and Voice memo.
7. Service Mode
*#*#197328640#*#*
This code can be used to enter into Service mode. You can run various tests and also change settings in the service mode.
8. WLAN, GPS and Bluetooth Test Codes:
*#*#232339#*#* OR *#*#526#*#* OR *#*#528#*#* - WLAN test
*#*#232338#*#* - It Shows WiFi MAC address
*#*#1472365#*#* - GPS test
*#*#1575#*#* - Another GPS test
*#*#232331#*#* - Bluetooth test
*#*#232337#*# - Shows Bluetooth device address
9. Codes to get Firmware version information:
*#*#4986*2650468#*#* - PDA, Phone, H/W, RFCallDate
*#*#1234#*#* - PDA and Phone
*#*#1111#*#* - FTA SW Version
*#*#2222#*#* - FTA HW Version
*#*#44336#*#* - PDA, Phone, CSC, Build Time, Changelist number
10. Codes to launch various Factory Tests:
*#*#0283#*#* - Packet Loopback
*#*#0*#*#* - LCD test
*#*#0673#*#* OR *#*#0289#*#* - Melody test
*#*#0842#*#* - Device test (Vibration test and BackLight test)
*#*#2663#*#* - Touch screen version
*#*#2664#*#* - Touch screen test
*#*#0588#*#* - Proximity sensor test
*#*#3264#*#* - RAM version
Facebook is one of the best for chatting
with your friends. If you are PC user , you use browser for Facebook
Chatting . But sometimes you don't like always opening browser for
chatting with your friends. Now In this post we post a Best way for
chatting with your friends without opening web browser.
Nimbuzz is a Instant Messaging application for Windows PC. With this software you can easily chat with your facebook friends.
Nimbuzz Best Features:
2. Download Nimbuzz Messaging App for Windows PC.
3. Sign in with your username and password.
4. Click on Settings icon and choose Options.
5. Open Social Accounts Options and Choose Connect with Facebook.
6. Enter Your Facebook Username and Password.
If your Internet Speed is good , you see all your facebook friend list in Nimbuzz Messaging Platform.
Now you can chat anyone without opening facebook in browser.
Nimbuzz is a Instant Messaging application for Windows PC. With this software you can easily chat with your facebook friends.
Nimbuzz Best Features:
- You can Save your Chat for Offline browse.
- Send Files
- Always available in Slow Connection.
- Also support Google Talk
Use Facebook Chat with Nimbuzz
1. Create Account on Nimbuzz Messaging Application.2. Download Nimbuzz Messaging App for Windows PC.
3. Sign in with your username and password.
4. Click on Settings icon and choose Options.
5. Open Social Accounts Options and Choose Connect with Facebook.
6. Enter Your Facebook Username and Password.
If your Internet Speed is good , you see all your facebook friend list in Nimbuzz Messaging Platform.
Now you can chat anyone without opening facebook in browser.
Earn 500-800$ Money From your Blog with Popcash Adnetwork
Posted by Brandon
Tag :
Blogspot,
Earning Tips
You can easily earn lots of money through it.So in this post I tell you how the Other Bloggers and I earn hundreds of dollars from this adnetwork.
Popcash approved any blog ,low traffic or high traffic blog. This is very good for new bloggers. So now lets start how can you implant Popcash in your blogger.
Sign Up and Install Popcash ad in Your Blog
- First open Popcash Signup Page.
- Fill up the form with right information.
- When you form is approved in Popcash they sent mail in your gmail (other mail.)
- Now login with your popcash username and password in Popcash.
- Here you see control panel of Popcash Adnetwork.
- Click on Websites and add your website.
- Type of website domain and select category.
- They take few hours for approving your website. When popcash approved your website they sent you another mail.
- Get Back to the control Panel and click on Get Code.
- Copy the code and open your google blog.
- CLick on layout. Scroll down and click on Add a gadget.
- Select HTML/Javascript wideget and paste your script.
Why I like Popcash
Popcash minimum payout is 10$.
Popcash process your money in 7 days.
Realtime updates.
High rates comparing other networks.
Approved any website or blogs.
With this prophethacker blog I earn more than 900$ from Popcash adnetwork in months. If you follow this trick you can also earn lots of money through this adnetwork.If you got any problem contact me.
Popcash Home page
- Advantages and Features of Airdroid :-
- You can also directly talk from PC.
- Send and Receive SMS from PC.
- Transfer apps,images,videos,files from PC to mobile through wireless network.
- Install/Uninstall apps easily and also take complete back up of your device.
- Trace your device when you lost it and much more features available in Airdroid.
How to Use Airdroid
- Download Airdroid on your android device
Download link : https://play.google.com/store/apps/details?id=com.sand.airdroid - After Download Install it and Open this app then Click on Start icon.
- After open it , copy the web address after clicking start icon.
- Now from PC browser go to web.airdroid.com then Enter the Web address you copied in step no 3.
- Make sure that your android device and PC is connected to same Network.
- If you are going for web.android.com then you need to verify your device by entering pin/password or by scanning QR code.
Now you have successfully connected your android device to PC .You can start upload files by clicking files logo on desktop,you can chat from your PC and can have full access to your android device or android tablet.
Latest :-
Error 401 - Unauthorized
Request
Error 403 - Forbidden
Error 404 - Not Found Error 500 - Internal Error
Error 501 - Not Implemented
Error 502 - Bad Gateway
Error 503 - Service Unavailable
Error 504 - Gateway Time-Out
Error 505 - HTTP Version not Supported/DNS Lockup Fail/
Unknown Host
Windows 8.1 serial key : ultimate edition
NTTX3-RV7VB-T7X7F-WQYYY-9Y92F
Windows 8 OS key : Professional edition
XKY4K-2NRWR-8F6P2-448RF-CRYQH
Windows 8 product key : Release preview
TK8TP-9JN6P-7X7WW-RFFTV-B7QPF
Windows 8 product number : Consumer preview
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Windows 8 OS key : Developer’s preview
6RH4V-HNTWC-JQKG8-RFR3R-36498
Windows 8 product key : Developer’s version
Y8N3-H7MMW-C76VJ-YD3XV-MBDKV
6RH4V-HNTWC-JQKG8-RFR3R-36498
4Y8N3-H7MMW-C76VJ-YD3XV-MBDKV
MBFBV-W3DP2-2MVKN-PJCQD-KKTF7
28VNV-HF42G-K2WM9-JXRJQ-2WBQW
NF32V-Q9P3W-7DR7Y-JGWRW-JFCK8
Windows 8 serial key : English
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Windows 8 software key : Chinese
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Windows 8 serial number : German
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Windows 8 unique serial number : French
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Windows 8 product key : Japanese
DNJXJ-7XBW8-2378T-X22TX-BKG7J
Window 8 Serial Keys 100 % Working
2GVN8-TV3C2-K3YM7-MMRVM-BBFDH
967N4-R7KXM-CJKJB-BHGCW-CPKT7
84NRV-6CJR6-DBDXH-FYTBF-4X49V
RRYGR-8JNBY-V2RJ9-TJP4P-749T7
ND8P2-BD2PB-DD8HM-2926R-CRYQH
XWCHQ-CDMYC-9WN2C-BWWTV-YY2KV
BDDNV-BQ27P-9P9JJ-BQJ96-KTJXV
KNTGM-BGJCJ-BPH3X-XX8V4-K4PKV
F8X33-CNV3F-RH7MY-C73YT-XP73H
967N4-R7KXM-CJKJB-BHGCW-CPKT7
HNRGD-JP8FC-6F6CY-2XHYY-RCWXV
84NRV-6CJR6-DBDXH-FYTBF-4X49V
BDDNV-BQ27P-9P9JJ-BQJ96-KTJXV
CDQND-9X68R-RRFYH-8G28W-82KT7
DWV49-3GN3Q-4XMT7-QR9FQ-KKT67
F2M4V-KFNB7-9VVTW-MVRBQ-BG667
F8X33-CNV3F-RH7MY-C73YT-XP73H
GPTCC-XN297-PVGY7-J8FQY-JK49V
HV3TW-MMNBG-X99YX-XV8TJ-2GV3H
J6FW2-HQNPJ-HBB6H-K9VTY-2PKT7
KQWNF-XPMXP-HDK3M-GBV69-Y7RDH
MMRNH-BMB4F-87JR9-D72RY-MY2KV
N4WY8-DVW92-GM8WF-CG872-HH3G7
ND8P2-BD2PB-DD8HM-2926R-CRYQH
RRYGR-8JNBY-V2RJ9-TJP4P-749T7
VHNT7-CPRFX-7FRVJ-T8GVM-8FDG7
84NRV-6CJR6-DBDXH-FYTBF-4X49V
BDDNV-BQ27P-9P9JJ-BQJ96-KTJXV
967N4-R7KXM-CJKJB-BHGCW-CPKT7
KQWNF-XPMXP-HDK3M-GBV69-Y7RDH
F2M4V-KFNB7-9VVTW-MVRBQ-BG667
CR8NP-K37C3-MPD6Q-MBDDY-8FDG7
39DQ2-N4FYQ-GCY6F-JX8QR-TVF9V
VHNT7-CPRFX-7FRVJ-T8GVM-8FDG7
GPTCC-XN297-PVGY7-J8FQY-JK49V
HV3TW-MMNBG-X99YX-XV8TJ-2GV3H
CDQND-9X68R-RRFYH-8G28W-82KT7
7HBX7-N6WK2-PF9HY-QVD2M-JK49V
D32KW-GNPBK-CV3TW-6TB2W-K2BQH
NBWPK-K86W9-27TX3-BQ7RB-KD4DH
2NF99-CQRYR-G6PQ9-WYGJ7-8HRDH
F7BDM-KTNRW-7CYQP-V98KC-W2KT7
4JKWV-MNJCY-8MW3Q-VJYGP-DC73H
KQWNF-XPMXP-HDK3M-GBV69-Y7RDH
MMRNH-BMB4F-87JR9-D72RY-MY2KV
N4WY8-DVW92-GM8WF-CG872-HH3G7
ND8P2-BD2PB-DD8HM-2926R-CRYQH
RRYGR-8JNBY-V2RJ9-TJP4P-749T7
FFX8D-N3WMV-GM6RF-9YRCJ-82KT7
2CMGK-NMW4P-B846H-YXR6P-27F9V
D2GBF-NGBW4-QQRGG-W38YB-BBFDH
NTVHT-YF2M4-J9FJG-BJD66-YG667
GBJJV-YNF4T-R6222-KDBXF-CRYQH
4NMMK-QJH7K-F38H2-FQJ24-2J8XV
84NRV-6CJR6-DBDXH-FYTBF-4X49V
3NHJ7-3WWQK-4RFTH-8FHJY-PRYQH
988NM-XKXT9-7YFWH-H2Q3Q-C34DH
TGXN4-BPPYC-TJYMH-3WXFK-4JMQH
N9C46-MKKKR-2TTT8-FJCJP-4RDG7
Q4NBQ-3DRJD-777XK-MJHDC-749T7
2VTNH-323J4-BWP98-TX9JR-FCWXV
D7KN2-CBVPG-BC7YC-9JDVJ-YPWXV
2GVN8-TV3C2-K3YM7-MMRVM-BBFDH
4NMMK-QJH7K-F38H2-FQJ24-2J8XV
76NDP-PD4JT-6Q4JV-HCDKT-P7F9V
7HBX7-N6WK2-PF9HY-QVD2M-JK49V
Very often we need to hide our files.But it's not easy to hide
files in our java mobiles.There are only a few softwares to do this.But
today I will share a method to hide you files.No software is need for
this. First go to your file manager(Memory Card).Now create a folder
named "New".Then move your files to that folder.Now make another folder
named "New.jar".Now open that folder,you can see that your files are
hidden.[Caution: You can use any name but the names must be same] .
If you want to see your files again,you have to rename the folder(New.jar) to any name.
It was my first post in Hacker University.Thanks all.............................
If you want to see your files again,you have to rename the folder(New.jar) to any name.
It was my first post in Hacker University.Thanks all.............................
Alt + 0153 - ™ -
Trademark symbol
Trademark symbol
Alt + 0169 - © -
Copyright symbol
Alt + 0174 - ® -
Registered trademark symbol
Alt + 0176 - ° -
Degree symbol
Alt + 0177 - ± -
Plus-or -Minus sign
Alt + 0182 - ¶ -
Paragraph mark
Alt + 0190 - ¾ -
Fraction, three-fourths
Alt + 0215 - × -
Multiplication sign
Alt + 0162 - ¢ -
Cent sign
Alt + 0191 - ¿ -
Upside down question mark
Alt + 1 - -
Smiley face
Alt + 2 - ☻ -
Black smiley face
Alt + 15 - ☼ -
sun
Alt + 12 - ♀ -
Female sign
Alt + 11 - ♂ -
Male sign
Alt + 6 - -
Spade
Alt + 5 - -
Club
Alt + 3 - -
Heart
Alt + 4 - -
Diamond
Alt + 8721 - ∑ -
Summation sign
Alt + 251 - √ -
Square root / check mark
Alt + 8236 - ∞ -
Infinity
Alt + 24 - ↑ -
Up arrow
Alt + 25 - ↓ -
Copyright symbol
Alt + 0174 - ® -
Registered trademark symbol
Alt + 0176 - ° -
Degree symbol
Alt + 0177 - ± -
Plus-or -Minus sign
Alt + 0182 - ¶ -
Paragraph mark
Alt + 0190 - ¾ -
Fraction, three-fourths
Alt + 0215 - × -
Multiplication sign
Alt + 0162 - ¢ -
Cent sign
Alt + 0191 - ¿ -
Upside down question mark
Alt + 1 - -
Smiley face
Alt + 2 - ☻ -
Black smiley face
Alt + 15 - ☼ -
sun
Alt + 12 - ♀ -
Female sign
Alt + 11 - ♂ -
Male sign
Alt + 6 - -
Spade
Alt + 5 - -
Club
Alt + 3 - -
Heart
Alt + 4 - -
Diamond
Alt + 8721 - ∑ -
Summation sign
Alt + 251 - √ -
Square root / check mark
Alt + 8236 - ∞ -
Infinity
Alt + 24 - ↑ -
Up arrow
Alt + 25 - ↓ -
PROGRAMMER CODES!
*#06# displays phones IMEI NO.
*#9999# SW Version.
*#8888# HW Version.
*#0842# Vibrator.
*#0289# Buzzer.
*#0228# Battery Stat.
*#0782# RTC Display (?¿)
*#0523# LCD Contrast.
*#0377# NVM error log (?¿)
*#5646# GSM Logo Set.
*#0778# Sim Serv, Table. (?¿)
*#0638# SIM Network ID.
*#0746# SIM info.
*#0076# Production No.
*#3323# Forced Crash (?¿ don’t know, but dose not sound good)
*#2576# SIM error.
*#4357# This screen ( the actural help screen)
*#9324# Netmon press the hung up key to exit.
*#0778# To see what your SIM suportes.
*#0746# Your sim type.
*#32439483 Digital Audio Interference off.
*#32436837# Digital Audio Interference on.
*#9998*JAVA# Edit GPRS/CSD settings (S100 only).
*#9998*Help# Screen / List of codes.
*#9998*RTC# RTC Display.
*#9998*bat# Battery Status.
*#9998*buz# Turns Buzzer On.
*#9998*vub# Turns Vibator On.
*#9998*LCD# LCD Contrast.
*#9998*9999# Sotfware Version.
*#9998*8888# Hardware Version.
*#9998*377# Non Volatile Merory Error Log.
*#9998*NET# SIM NEtwork ID
*#9998*778# SIM Serv. Table.
*#9998*968# Remider Tune.
*#9998*NVM# Displays Non-Volitile Mermory Status.
*#9999*C# Netmon.
*#9998*2576# Forces SIM Error.
*#9998*DEAD# Forces Phone Crash.
*#9998*533# (LED).
*#999* Show date and alarm clock.
*#8999*638# show network information.
*#9998*5646# change operator logoat startup.
*#9998*968# View melody alarm.
*2767*MEDIA# Resets the media on phone DELETES all downloaded PICS/TONES
*2767*FULL# Resets the EEPRON* °DANGEROUS°
*2767*CUST# Resets the sustom EEPRON.
*2767*JAVA# Resets JAV downloads ( dealets all downloaded midits)
*2767*STACKREST# RESETS STACK.
*2767*225RESET# * VERY Dangerous.
#0111*0000000# Removes SIM Lock.
*2767*66335#
*2767*3700#
*2767*7100#
*2767*8200#
*2767*7300#
*2767*2877368#
*2767*33927#
*2767*85927#
*2767*48927#
*2767*37927#
*2767*28927#
*2767*65927#
*2767*29927#
*2767*78927#
*2767*79928#
*2767*79928#
*2767*82927#
*2767*787927#
*2767*73738927#
*2767*33667#
*2767*85667#
*2767*688# = Unlocking code
*#8999*8378# = All in one code
*#4777*8665# = GPSR Tool
*#8999*3825583# = External Display
*#8999*377# = Errors
*#2255# = call list
#*5737425# = JAVA Something chouse 2and it chrashed.
#*536961# = Java Status Code
#*536962# = Java Status Code
#*536963# = Java Status Code
#*53696# = Java Status Code
#*1200# = AFC DAC Val
#*1300# =IMEI
#*1400# = IMSl
#*2562# ?¿ white for 15 sec than restarts.
#*2565# Check Blocking
#*3353# check code
#*3837# = ?¿ White for 15 secs than restarts.
#*3849# = ?¿ white for 15 secs than restarts.
#*7222# = Operation Typ ( class C GSM)
#*7224# = I got ERROR !
#*7252# = Operation Typ ( Class B GPRS)
#*7271# Multi Slot ( Class 1 GPRS)
#*7271# Multi Slot ( Class 4 GPRS)
#*7337# = EEPROM Reset ( unlock and resets Wap settings)
#*2787# CRTP ON/OFF
#*3737# L1 Dbg Data
#*5133# L1 Dbg Data
#*7288# GPRS Attached
#*7287# GPRS Detached
#*7666# SrCell Data
#*7693# Sleep Act/Deact ( enable or disable the black screen after doing nothen for a while)
#*7284# Class B/C Or GPRS
#*2256# Calibration Info
#*2286# Battery Data
#*2679# Copycat Feature (Activate or deactavite)
#*3940# External loop 9600 bps
#*8462# sleeptime
#*5176# L1 Sleep
#*5187# L1C2G Trace ( activate or deactivate)
#*3877# Dump Of spy trace
5/31/2006 12:15 PM
*#8999*636# Have no clue i see 20 lines
*#8999*8376263# HW Ver SW Ver and build date
*#746565# Checks the locks
*7465625*638*Code# Enables Network lock
#7465625*638*Code# Disables Network lock
#7465625*782*code# Disables Subset lock
*7465625*782*code# Enables subset lock
*7465625*746*code# Enables SIM lock
#7465625*746*code# disables SIM lock
*7465625*28746# Auto SIM lock On
#7465625*28746# Auto SIM lock Off
(*Known Unlock CODES*)
S500/ P400/ E500/ E700/ X100/ X600/ E100/
Enter *2767*3855# with and accepted SIM card If this codes fails, Enter *2767*688# or #*
7337#
A300/ A400 / A800
*2767*637#
Enter code above with an accepted SIM card.
S100 / S300 / V200 / V205 / E710 / E715 / D410 / X426/
*2767*7822573738#
Enter code above with an accepted SIM card.
If the code above fails)
1.) Insert a SIM card which the phone dose not accept.
2.)If you see wrong Card, type #9998*3323#
3.)Press exit and select number 7. Phone will reboot.
4.) Now SIM should work.
5.) Type *0141# and then press call.
6.) Power off the phone and inser anther SIM card.
7.) If a code is requested, enter 00000000.
Just follow these simple steps:
=> Goto Run and type eventvwr.msc in the Run dialog box.
=> Events are stored in three log files: Application,Security, and System. These logs can be reviewed and archived.
=> For our purposes we want the System log. Click on “System” in the left-hand column for a list of events.
=> Look for a date and time when you weren't home and your computer should have been off.
=> You can also use this log to see how long someone was on the computer.
=> Just look at the time the computer was turned on and off for that day.
You Are done.
=> Goto Run and type eventvwr.msc in the Run dialog box.
=> Events are stored in three log files: Application,Security, and System. These logs can be reviewed and archived.
=> For our purposes we want the System log. Click on “System” in the left-hand column for a list of events.
=> Look for a date and time when you weren't home and your computer should have been off.
=> You can also use this log to see how long someone was on the computer.
=> Just look at the time the computer was turned on and off for that day.
You Are done.
1 ) Hackode
Hackode : The hacker’s Toolbox is an application for penetration tester, Ethical hackers, IT administrator and Cyber security professional to perform different tasks like reconnaissance, scanning performing exploits etc.
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=com.techfond.hackode
2 ) Androrat
Remote Administration Tool for Android. Androrat is a client/server application developed in Java Android for the client side and in Java/Swing for the Server.
DOWNLOAD LINK : https://github.com/DesignativeDave/androrat
3 ) APKInspector
APKinspector is a powerful GUI tool for analysts to analyse the Android applications. The goal of this project is to aide analysts and reverse engineers to visualize compiled Android packages and their corresponding DEX code.
DOWNLOAD LINK : https://github.com/honeynet/apkinspector/
4 ) DroidBox
DroidBox is developed to offer dynamic analysis of Android applications.
DOWNLOAD LINK : http://code.google.com/p/droidbox/
5 ) Burp Suite
Burp Suite is an integrated platform for performing security testing of web applications. Its various tools work seamlessly together to support the entire testing process, from initial mapping and analysis of an application’s attack surface, through to finding and exploiting security vulnerabilities.
DOWNLOAD LINK : http://www.portswigger.net/burp/
6 ) zANTI
zANTI is a comprehensive network diagnostics toolkit that enables complex audits and penetration tests at the push of a button. It provides cloud-based reporting that walks you through simple guidelines to ensure network safety.
DOWNLOAD LINK : https://www.zimperium.com/zanti-mobile-penetration-testing
7 ) Droid Sheep
DroidSheep can be easily used by anybody who has an Android device and only the provider of the web service can protect the users. So Anybody can test the security of his account by himself and can decide whether to keep on using the web service.
DOWNLOAD LINK : http://droidsheep.de/
8 ) dSploit
dSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks the most complete and advanced professional toolkit to perform network security assessments on a mobile device.
DOWNLOAD LINK : http://dsploit.net/
9 ) AppUse
Android Pentest Platform Unified Standalone Environment:- AppSec Labs recently developed the AppUse Virtual Machine. This system is a unique, free, platform for mobile application security testing in the android environment, and it includes unique custom-made tools created by AppSec Labs.
DOWNLOAD LINK : https://appsec-labs.com/AppUse/
10 ) Shark for Root
Traffic sniffer, works on 3G and WiFi (works on FroYo tethered mode too). To open dump use WireShark or similar software, for preview dump on phone use Shark Reader. Based on tcpdump.
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=lv.n3o.shark
11 ) Nmap for Android
Nmap (network mapper) is one the best among different network scanner (port finder) tool, Nmap mainly developed for Unix OS but now it is available on Windows and Android as well. Nmap for android is a Nmap apps for your phone! Once your scan finishes you can e-mail the results. This application is not a official apps but it looks good.
DOWNLOAD LINK : https://code.google.com/p/anmap/downloads/detail?name=anmap.apk
12 ) SSHDroid
Android Secure Shell: Secure shell or SSH is the best protocol that provides an extra layer of security while you are connecting with your remote machine.SSHDroid is a SSH server implementation for Android. This application will let you to connect to your device from a PC and execute commands (like “terminal” and “adb shell”).
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=berserker.android.apps.sshdroid&hl=en
Note:- All content are intended for Security Research Purpose and should not be used illegally.
Hackode : The hacker’s Toolbox is an application for penetration tester, Ethical hackers, IT administrator and Cyber security professional to perform different tasks like reconnaissance, scanning performing exploits etc.
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=com.techfond.hackode
2 ) Androrat
Remote Administration Tool for Android. Androrat is a client/server application developed in Java Android for the client side and in Java/Swing for the Server.
DOWNLOAD LINK : https://github.com/DesignativeDave/androrat
3 ) APKInspector
APKinspector is a powerful GUI tool for analysts to analyse the Android applications. The goal of this project is to aide analysts and reverse engineers to visualize compiled Android packages and their corresponding DEX code.
DOWNLOAD LINK : https://github.com/honeynet/apkinspector/
4 ) DroidBox
DroidBox is developed to offer dynamic analysis of Android applications.
DOWNLOAD LINK : http://code.google.com/p/droidbox/
5 ) Burp Suite
Burp Suite is an integrated platform for performing security testing of web applications. Its various tools work seamlessly together to support the entire testing process, from initial mapping and analysis of an application’s attack surface, through to finding and exploiting security vulnerabilities.
DOWNLOAD LINK : http://www.portswigger.net/burp/
6 ) zANTI
zANTI is a comprehensive network diagnostics toolkit that enables complex audits and penetration tests at the push of a button. It provides cloud-based reporting that walks you through simple guidelines to ensure network safety.
DOWNLOAD LINK : https://www.zimperium.com/zanti-mobile-penetration-testing
7 ) Droid Sheep
DroidSheep can be easily used by anybody who has an Android device and only the provider of the web service can protect the users. So Anybody can test the security of his account by himself and can decide whether to keep on using the web service.
DOWNLOAD LINK : http://droidsheep.de/
8 ) dSploit
dSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks the most complete and advanced professional toolkit to perform network security assessments on a mobile device.
DOWNLOAD LINK : http://dsploit.net/
9 ) AppUse
Android Pentest Platform Unified Standalone Environment:- AppSec Labs recently developed the AppUse Virtual Machine. This system is a unique, free, platform for mobile application security testing in the android environment, and it includes unique custom-made tools created by AppSec Labs.
DOWNLOAD LINK : https://appsec-labs.com/AppUse/
10 ) Shark for Root
Traffic sniffer, works on 3G and WiFi (works on FroYo tethered mode too). To open dump use WireShark or similar software, for preview dump on phone use Shark Reader. Based on tcpdump.
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=lv.n3o.shark
11 ) Nmap for Android
Nmap (network mapper) is one the best among different network scanner (port finder) tool, Nmap mainly developed for Unix OS but now it is available on Windows and Android as well. Nmap for android is a Nmap apps for your phone! Once your scan finishes you can e-mail the results. This application is not a official apps but it looks good.
DOWNLOAD LINK : https://code.google.com/p/anmap/downloads/detail?name=anmap.apk
12 ) SSHDroid
Android Secure Shell: Secure shell or SSH is the best protocol that provides an extra layer of security while you are connecting with your remote machine.SSHDroid is a SSH server implementation for Android. This application will let you to connect to your device from a PC and execute commands (like “terminal” and “adb shell”).
DOWNLOAD LINK : https://play.google.com/store/apps/details?id=berserker.android.apps.sshdroid&hl=en
Note:- All content are intended for Security Research Purpose and should not be used illegally.
★ DDoS =
Distributed Denial of Service
★ DrDoS =
Distributed Reflected Denial of Service Attack,
uses a list of reflection servers or other methods
such as DNS to spoof an attack to look like it's
coming from multiple ips. Amplification of
power in the attack COULD occur.
★ FTP =
File Transfer Protocol. Used for transferring files
over an FTP server.
★ FUD =
Fully Undetectable
★ Hex =
In computer science, hexadecimal refers to
base-16 numbers. These are numbers that use
digits in the range: 0123456789ABCDEF. In the
C programming language (as well as Java,
JavaScript, C++, and other places), hexadecimal
numbers are prefixed by a 0x. In this manner,
one can tell that the number 0x80 is equivalent
to 128 decimal, not 80 decimal.
★ HTTP =
Hyper Text Transfer Protocol. The foundation of
data communication for the World Wide Web.
★ IRC =
Internet Relay Chat. Transmiting text messages
in real time between online users.
★ JDB =
Java drive-by, a very commonly used web-
based exploit which allows an attacker to
download and execute malicious code locally
on a slave's machine through a widely known
java vulnerability.
★ Malware =
Malicious Software
★ Nix =
Unix based operating system, usually refered to
here when refering to DoS'ing.
★ POP3 =
This is the most popular protocol for picking up
e-mail from a server.
★ R.A.T = Remote Administration Tool
★ SDB =
Silent drive-by, using a zero day web-based
exploit to hiddenly and un-detectably download
and execute malicious code on a slave's
system. (similar to a JDB however no
notification or warning is given to the user)
★ SE =
Social Engineering
★ Skid =
Script Kid/Script Kiddie
★ SMTP =
A TCP/IP protocol used in sending and
receiving e-mail.
★ SQL =
Structured Query Language. It's a programming
language, that used to communicate with
databases and DBMS. Can go along with a
word after it, such as "SQL Injection."
★ SSH =
Secure Shell, used to connect to Virtual Private
Servers.
★ TCP =
Transmission Control Protocol, creates
connections and exchanges packets of data.
★ UDP =
User Datagram Protocol, An alternative data
transport to TCP used for DNS, Voice over IP,
and file sharing.
★ VPN =
Virtual Private Network
★ VPS =
Virtual Private Server
★ XSS (CSS) =
Cross Site Scripting
Words
Algorithm =
A series of steps specifying which actions to
take in which order.
ANSI Bomb =
ANSI.SYS key-remapping commands consist of
cryptic-looking text that specifies, using ansi
numeric codes to redefine keys.
Back Door =
Something a hacker leaves behind on a system
in order to be able to get back in at a later
time.
Binary =
A numbering system in which there are only two
possible values for each digit: 0 and 1.
Black Hat =
A hacker who performs illegal actions to do
with hacking online. (Bad guy, per se)
Blue Hat =
A blue hat hacker is someone outside computer
security consulting firms who is used to bug
test a system prior to its launch, looking for
exploits so they can be closed. Microsoft also
uses the term BlueHat to represent a series of
security briefing events.
Bot =
A piece of malware that connects computer to
an attacker commonly using the HTTP or IRC
protocal to await malicous instructions.
Botnet =
Computers infected by worms or Trojans and
taken over by hackers and brought into
networks to send spam, more viruses, or launch
denial of service attacks.
Buffer Overflow =
A classic exploit that sends more data than a
programmer expects to receive. Buffer overflows
are one of the most common programming
errors, and the ones most likely to slip through
quality assurance testing.
Cracker =
A specific type of hacker who decrypts
passwords or breaks software copy protection
schemes.
DDoS =
Distributed denial of service. Flooding someones
connection with packets. Servers or web-hosted
shells can send packets to a connection on a
website usually from a booter.
Deface =
A website deface is an attack on a site that
changes the appearance of the site or a certain
webpage on the site.
Dictionary Attack =
A dictionary attack is an attack in which a
cyber criminal can attempt to gain your account
password. The attack uses a dictionary file, a
simple list of possible passwords, and a
program which fills them in. The program just
fills in every single possible password on the
list, untill it has found the correct one.
Dictionary files usually contain the most
common used passwords.
DOX =
Personal information about someone on the
Internet usualy contains real name, address,
phone number, SSN, credit card number, etc.
E-Whore =
A person who manipulates other people to
believe that he/she is a beautiful girl doing cam
shows or selling sexual pictures to make
money.
Encryption = I
n cryptography, encryption applies
mathematical operations to data in order to
render it incomprehensible. The only way to
read the data is apply the reverse mathematical
operations. In technical speak, encryption is
applies mathematical algorithms with a key
that converts plaintext to ciphertext. Only
someone in possession of the key can decrypt
the message.
Exploit =
A way of breaking into a system. An exploit
takes advantage of a weakness in a system in
order to hack it.
FUD =
Fully undetectable, can be used in many terms.
Generally in combination with crypters, or when
trying to infect someone.
Grey Hat =
A grey hat hacker is a combination of a Black
Hat and a White Hat Hacker. A Grey Hat Hacker
may surf the internet and hack into a computer
system for the sole purpose of notifying the
administrator that their system has been
hacked, for example. Then they may offer to
repair their system for a small fee.
Hacker (definition is widely disputed among
people...) = A hacker is someone who is able to
manipulate the inner workings of computers,
information, and technology to work in his/her
favor.
Hacktivist =
A hacktivist is a hacker who utilizes technology
to announce a social, ideological, religious, or
political message. In general, most hacktivism
involves website defacement or denial-of-servi
ce attacks.
IP Address =
On the Internet, your IP address is the unique
number that others use to send you traffic.
IP Grabber =
A link that grabs someone's IP when they visit
it.
Keylogger =
A software program that records all keystrokes
on a computer's keyboard, used as a
surveillance tool or covertly as spyware.
Leach = A cultural term in the warez community
referring to people who download lots of stuff
but never give back to the community.
LOIC/HOIC =
Tool(s) used by many anonymous members to
conduct DDoS attacks. It is not recommended to
use these under any circumstances.
Malware =
Software designed to do all kinds of evil stuff
like stealing identity information, running DDoS
attacks, or soliciting money from the slave.
Neophyte =
A neophyte, "n00b", or "newbie" is someone who
is new to hacking or phreaking and has almost
no knowledge or experience of the workings of
technology, and hacking.
smith =
Somebody new to a forum/game.
OldFag =
Somebody who's been around a forum/game for
a long time.
Packet =
Data that is sent across the Internet is broken
up into packets, sent individually across the
network, and reassembled back into the original
data at the other end.
Phreak =
Phone Freaks. Hackers who hack cell phones for
free calling. Free Long distance calling. Etc.
Phreaking =
The art and science of cracking the phone
network.
Proxy =
A proxy is something that acts as a server, but
when given requests from clients, acts itself as
a client to the real servers.
Rainbow Table =
A rainbow table is a table of possible
passwords and their hashes. It is way faster to
crack a password using rainbow tables then
using a dictionary attack (Bruteforce).
Remote Administration Tool =
A tool which is used to remotely control
(an)other machine(s). These can be used for
monitoring user actions, but often misused by
cyber criminals as malware, to get their hands
on valuable information, such as log in
credentials.
Resolver =
Software created to get an IP address through
IM (instant messenger, like Skype/MSN)
programs.
Reverse Engineering =
A technique whereby the hacker attempts to
discover secrets about a program. Often used
by crackers, and in direct modifications to a
process/application.
Root =
Highest permission level on a computer, able to
modify anything on the system without
restriction.
Rootkit (ring3 ring0) =
A powerful exploit used by malware to conceal
all traces that it exists. Ring3 - Can be
removed easily without booting in safemode.
Ring0 - Very hard to remove and very rare in
the wild, these can require you to format, it's
very hard to remove certain ring0 rootkits
without safemode.
Script Kiddie =
A script kid, or skid is a term used to describe
those who use scripts created by others to hack
computer systems and websites. Used as an
insult, meaning that they know nothing about
hacking.
Shell =
The common meaning here is a hacked web
server with a DoS script uploaded to conduct
DDoS attacks via a booter. OR A shell is an
script-executing unit - Something you'd stick
somewhere in order to execute commands of
your choice.
Social Engineer =
Social engineering is a form of hacking that
targets people's minds rather than their
computers. A typical example is sending out
snail mail marketing materials with the words
"You may already have won" emblazoned
across the outside of the letter. As you can see,
social engineering is not unique to hackers; it's
main practitioners are the marketing
departments of corporations.
Spoof =
The word spoof generally means the act of
forging your identity. More specifically, it refers
to forging the sender's IP address (IP spoofing).
(Spoofing an extension for a RAT to change it
from .exe to .jpg, etc.)
SQL Injection =
An SQL injection is a method often used to
hack SQL databases via a website, and gain
admin control (sometimes) of the site. You can
attack programs with SQLi too.
Trojan =
A Trojan is a type of malware that masquerades
as a legitimate file or helpful program with the
ultimate purpose of granting a hacker
unauthorized access to a computer.
VPS =
The term is used for emphasizing that the
virtual machine, although running in software
on the same physical computer as other
customers' virtual machines, is in many
respects functionally
equivalent to a separate physical computer, is
dedicated to the individual customer's needs,
has the privacy of a separate physical
computer, and can be configured to run server
software.
Warez =
Software piracy
White Hat =
A "white hat" refers to an ethical hacker, or a
computer security expert, who specializes in
penetration testing and in other testing methods
to ensure the security of a businesses
information systems. (Good guy, per se)
Worm =
Software designed to spread malware with little
to no human interaction.
Distributed Denial of Service
★ DrDoS =
Distributed Reflected Denial of Service Attack,
uses a list of reflection servers or other methods
such as DNS to spoof an attack to look like it's
coming from multiple ips. Amplification of
power in the attack COULD occur.
★ FTP =
File Transfer Protocol. Used for transferring files
over an FTP server.
★ FUD =
Fully Undetectable
★ Hex =
In computer science, hexadecimal refers to
base-16 numbers. These are numbers that use
digits in the range: 0123456789ABCDEF. In the
C programming language (as well as Java,
JavaScript, C++, and other places), hexadecimal
numbers are prefixed by a 0x. In this manner,
one can tell that the number 0x80 is equivalent
to 128 decimal, not 80 decimal.
★ HTTP =
Hyper Text Transfer Protocol. The foundation of
data communication for the World Wide Web.
★ IRC =
Internet Relay Chat. Transmiting text messages
in real time between online users.
★ JDB =
Java drive-by, a very commonly used web-
based exploit which allows an attacker to
download and execute malicious code locally
on a slave's machine through a widely known
java vulnerability.
★ Malware =
Malicious Software
★ Nix =
Unix based operating system, usually refered to
here when refering to DoS'ing.
★ POP3 =
This is the most popular protocol for picking up
e-mail from a server.
★ R.A.T = Remote Administration Tool
★ SDB =
Silent drive-by, using a zero day web-based
exploit to hiddenly and un-detectably download
and execute malicious code on a slave's
system. (similar to a JDB however no
notification or warning is given to the user)
★ SE =
Social Engineering
★ Skid =
Script Kid/Script Kiddie
★ SMTP =
A TCP/IP protocol used in sending and
receiving e-mail.
★ SQL =
Structured Query Language. It's a programming
language, that used to communicate with
databases and DBMS. Can go along with a
word after it, such as "SQL Injection."
★ SSH =
Secure Shell, used to connect to Virtual Private
Servers.
★ TCP =
Transmission Control Protocol, creates
connections and exchanges packets of data.
★ UDP =
User Datagram Protocol, An alternative data
transport to TCP used for DNS, Voice over IP,
and file sharing.
★ VPN =
Virtual Private Network
★ VPS =
Virtual Private Server
★ XSS (CSS) =
Cross Site Scripting
Words
Algorithm =
A series of steps specifying which actions to
take in which order.
ANSI Bomb =
ANSI.SYS key-remapping commands consist of
cryptic-looking text that specifies, using ansi
numeric codes to redefine keys.
Back Door =
Something a hacker leaves behind on a system
in order to be able to get back in at a later
time.
Binary =
A numbering system in which there are only two
possible values for each digit: 0 and 1.
Black Hat =
A hacker who performs illegal actions to do
with hacking online. (Bad guy, per se)
Blue Hat =
A blue hat hacker is someone outside computer
security consulting firms who is used to bug
test a system prior to its launch, looking for
exploits so they can be closed. Microsoft also
uses the term BlueHat to represent a series of
security briefing events.
Bot =
A piece of malware that connects computer to
an attacker commonly using the HTTP or IRC
protocal to await malicous instructions.
Botnet =
Computers infected by worms or Trojans and
taken over by hackers and brought into
networks to send spam, more viruses, or launch
denial of service attacks.
Buffer Overflow =
A classic exploit that sends more data than a
programmer expects to receive. Buffer overflows
are one of the most common programming
errors, and the ones most likely to slip through
quality assurance testing.
Cracker =
A specific type of hacker who decrypts
passwords or breaks software copy protection
schemes.
DDoS =
Distributed denial of service. Flooding someones
connection with packets. Servers or web-hosted
shells can send packets to a connection on a
website usually from a booter.
Deface =
A website deface is an attack on a site that
changes the appearance of the site or a certain
webpage on the site.
Dictionary Attack =
A dictionary attack is an attack in which a
cyber criminal can attempt to gain your account
password. The attack uses a dictionary file, a
simple list of possible passwords, and a
program which fills them in. The program just
fills in every single possible password on the
list, untill it has found the correct one.
Dictionary files usually contain the most
common used passwords.
DOX =
Personal information about someone on the
Internet usualy contains real name, address,
phone number, SSN, credit card number, etc.
E-Whore =
A person who manipulates other people to
believe that he/she is a beautiful girl doing cam
shows or selling sexual pictures to make
money.
Encryption = I
n cryptography, encryption applies
mathematical operations to data in order to
render it incomprehensible. The only way to
read the data is apply the reverse mathematical
operations. In technical speak, encryption is
applies mathematical algorithms with a key
that converts plaintext to ciphertext. Only
someone in possession of the key can decrypt
the message.
Exploit =
A way of breaking into a system. An exploit
takes advantage of a weakness in a system in
order to hack it.
FUD =
Fully undetectable, can be used in many terms.
Generally in combination with crypters, or when
trying to infect someone.
Grey Hat =
A grey hat hacker is a combination of a Black
Hat and a White Hat Hacker. A Grey Hat Hacker
may surf the internet and hack into a computer
system for the sole purpose of notifying the
administrator that their system has been
hacked, for example. Then they may offer to
repair their system for a small fee.
Hacker (definition is widely disputed among
people...) = A hacker is someone who is able to
manipulate the inner workings of computers,
information, and technology to work in his/her
favor.
Hacktivist =
A hacktivist is a hacker who utilizes technology
to announce a social, ideological, religious, or
political message. In general, most hacktivism
involves website defacement or denial-of-servi
ce attacks.
IP Address =
On the Internet, your IP address is the unique
number that others use to send you traffic.
IP Grabber =
A link that grabs someone's IP when they visit
it.
Keylogger =
A software program that records all keystrokes
on a computer's keyboard, used as a
surveillance tool or covertly as spyware.
Leach = A cultural term in the warez community
referring to people who download lots of stuff
but never give back to the community.
LOIC/HOIC =
Tool(s) used by many anonymous members to
conduct DDoS attacks. It is not recommended to
use these under any circumstances.
Malware =
Software designed to do all kinds of evil stuff
like stealing identity information, running DDoS
attacks, or soliciting money from the slave.
Neophyte =
A neophyte, "n00b", or "newbie" is someone who
is new to hacking or phreaking and has almost
no knowledge or experience of the workings of
technology, and hacking.
smith =
Somebody new to a forum/game.
OldFag =
Somebody who's been around a forum/game for
a long time.
Packet =
Data that is sent across the Internet is broken
up into packets, sent individually across the
network, and reassembled back into the original
data at the other end.
Phreak =
Phone Freaks. Hackers who hack cell phones for
free calling. Free Long distance calling. Etc.
Phreaking =
The art and science of cracking the phone
network.
Proxy =
A proxy is something that acts as a server, but
when given requests from clients, acts itself as
a client to the real servers.
Rainbow Table =
A rainbow table is a table of possible
passwords and their hashes. It is way faster to
crack a password using rainbow tables then
using a dictionary attack (Bruteforce).
Remote Administration Tool =
A tool which is used to remotely control
(an)other machine(s). These can be used for
monitoring user actions, but often misused by
cyber criminals as malware, to get their hands
on valuable information, such as log in
credentials.
Resolver =
Software created to get an IP address through
IM (instant messenger, like Skype/MSN)
programs.
Reverse Engineering =
A technique whereby the hacker attempts to
discover secrets about a program. Often used
by crackers, and in direct modifications to a
process/application.
Root =
Highest permission level on a computer, able to
modify anything on the system without
restriction.
Rootkit (ring3 ring0) =
A powerful exploit used by malware to conceal
all traces that it exists. Ring3 - Can be
removed easily without booting in safemode.
Ring0 - Very hard to remove and very rare in
the wild, these can require you to format, it's
very hard to remove certain ring0 rootkits
without safemode.
Script Kiddie =
A script kid, or skid is a term used to describe
those who use scripts created by others to hack
computer systems and websites. Used as an
insult, meaning that they know nothing about
hacking.
Shell =
The common meaning here is a hacked web
server with a DoS script uploaded to conduct
DDoS attacks via a booter. OR A shell is an
script-executing unit - Something you'd stick
somewhere in order to execute commands of
your choice.
Social Engineer =
Social engineering is a form of hacking that
targets people's minds rather than their
computers. A typical example is sending out
snail mail marketing materials with the words
"You may already have won" emblazoned
across the outside of the letter. As you can see,
social engineering is not unique to hackers; it's
main practitioners are the marketing
departments of corporations.
Spoof =
The word spoof generally means the act of
forging your identity. More specifically, it refers
to forging the sender's IP address (IP spoofing).
(Spoofing an extension for a RAT to change it
from .exe to .jpg, etc.)
SQL Injection =
An SQL injection is a method often used to
hack SQL databases via a website, and gain
admin control (sometimes) of the site. You can
attack programs with SQLi too.
Trojan =
A Trojan is a type of malware that masquerades
as a legitimate file or helpful program with the
ultimate purpose of granting a hacker
unauthorized access to a computer.
VPS =
The term is used for emphasizing that the
virtual machine, although running in software
on the same physical computer as other
customers' virtual machines, is in many
respects functionally
equivalent to a separate physical computer, is
dedicated to the individual customer's needs,
has the privacy of a separate physical
computer, and can be configured to run server
software.
Warez =
Software piracy
White Hat =
A "white hat" refers to an ethical hacker, or a
computer security expert, who specializes in
penetration testing and in other testing methods
to ensure the security of a businesses
information systems. (Good guy, per se)
Worm =
Software designed to spread malware with little
to no human interaction.
- Connect your iPhone to your computer then perform a manual backup of your iPhone using these instruction
- Create a folder called Pwnage on your desktop and then download the latest version of evasi0n into the folder. Here are the Evasi0n Download Links >http://www.iclarified.com/27190/where-to-download-evasi0n-from
- Additionally, we recommend you download the latest iOS 7.0.6 firmware for your device into the Pwnage folder. The evad3rs suggest a full restore before performing the jailbreak. Here are the iPhone Firmware Download Links > http://www.iclarified.com/entry/index.php?enid=750
- Extract the Evasi0n zip file to the Pwnage folder on your desktop.
- Launch iTunes.
- Ensure your iPhone is connected to the computer via USB and select it from the left sidebar or the top right corner of the window.
- Press and hold the Shift key and click the Restore iPhone… button.
- From the popup window that appears, select your iPhone firmware ipsw from the Pwnage folder we created on the desktop and click Open.
- You will be asked to confirm your restore. Please click the Restore button.
- Once your restore has successfully completed, right click the evasi0n7.exe icon then select Run as Administrator from the contextual menu to launch the application.
- Remove any lock screen passcodes on your device then click the Jailbreak button to begin.
- The app will retrieve information from the device to generate jailbreak data, upload jailbreak data, inject evasi0n app 1, inject evasi0n app 2, configuring system 1, configuring system 2, and then reboot.
- You will then be asked to unlock your device and tap the new ‘evasi0n 7′ app icon. It is imperative that you only tap the icon once. The app will open and immediately close.
- Evasi0n will then reboot the device again, modify rootfs, and then complete!
Step FourteenYour iPhone will now reboot with Cydia on the SpringBoard! Don’t forget to download the iClarified app from here!



