Showing posts with label using. Show all posts
Showing posts with label using. Show all posts

Saturday, February 4, 2017

Generating Android project using Cordova

Generating Android project using Cordova


This is my slide presentation for Android app development  hybrid approach for beginners -
Installation, Settings & Deployment in Windows 8 (Hybrid approach using HTML5, jQuery, Apache Cordova and Android SDK)
http://blog.kerul.net

Among the contents in the slides are;
Hybrid Approach – consists of
- HTML + jQuery (JavaScript, CSS)
- Apache Cordova (HTML to Android Project)
- Android Studio– to generate APK

What are tools needed to develop Android App Hybrid?
- HTML knowledge
- jQuery (JavaScript + CSS framework)
- PHP&MySQL (Online DB)
- NodeJS
- Apache Ant
- Apache Cordova
- Latest JDK
- Android Studio
- Android SDK

This is among my earlier attempt to generate signed APK from Android project by Cordova Platform.

image

Android Studio has been the official IDE for Android apps development. So now is compulsory to migrate to Android Studio should you were obsessed with Eclipse ADT previously.

Bookmark this post to comeback later. To be continued. This post is developing, thanks for your patient…


Available link for download

Read more »

Thursday, November 24, 2016

FuzzDB – Pentest using comprehensive attack patterns

FuzzDB – Pentest using comprehensive attack patterns


Too much new software is vulnerable to the attack sequences of yesteryear. This suggests a testing approach: a comprehensive set of known attack pattern sequences can be leveraged for use in targeted fuzzing when testing for exploitable conditions in new applications.Fuzzdb is a comprehensive set of known attack pattern sequences, predictable locations, and error messages for FuzzDB – Pentest using comprehensive attack patterns - THEPROHACK.COMintelligent brute force testing and exploit condition identification of web applications.

Many mechanisms of attack used to exploit different web server platforms and applications are triggered by particular meta-characters that are observed in more than one product security advisory. fuzzdb is a database attack patterns known to have caused exploit conditions in the past, categorized by attack type, platform, and application.

Because of the popularity of a small number of server types, platforms, and package formats, resources such as logfiles and administrative directories are typically located in a small number of predictable locations. A comprehensive database of these, sorted by platform type, makes brute force fuzz testing a scalpel-like approach.

Since system errors contain predictable strings, fuzzdb contains lists of error messages to be pattern matched against server output in order to aid detection software security defects.

Primary sources used for attack pattern research:

  • researching old web exploits for repeatable attack strings
  • scraping scanner patterns from http logs
  • various books, articles, blog posts, mailing list threads
  • patterns gleaned from other open source fuzzers and pentest tools
  • analysis of default app installs
  • system and application documentation
  • error messages

It’s like a non-automated open source scanner without the scanner. You can download fuzzdb v1.06 here:

Download fuzzdb-1.06.tgz

Check out via svn: svn checkout

http://fuzzdb.googlecode.com/svn/trunk/ fuzzdb-read-only

Also..to keep FuzzDB updated,type

svn update

to pull the latest updates.

 

Like This post ?  You can buy me a Beer :)

 

Posted by XERO. ALL RIGHTS RESERVED.

Technorati Tags: hacking tools,linux,prohack,theprohack.com,securityfocus,FuzzDB,penetration testing


Available link for download

Read more »

Thursday, November 10, 2016

Free Traffic using Google Webmaster Tools

Free Traffic using Google Webmaster Tools






Get free traffic using google webmaster tool. The Sitemaps protocol allows a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs in the site. This allows search engines to crawl the site more intelligently. Sitemaps are a URL inclusion protocol and complement robots.txt, a URL exclusion protocol.

Sitemaps are particularly beneficial on websites.Search engine spiders crawl through your website by following the links from page to page. You need to guide the search engine spiders in the very same way and you can do this by integrating both a solid navigation menu and by installing a website map. Think about your website as a map, where it is your job to guide someone from the entry to the final exit. This site map will consist of a table of contents for your website, providing details on each section of your site as well as allowing both the public and search engine spiders, or crawlers, to explore every inch of your website quickly and easily.

A site map is very easy to create, in fact, by using some of the free website map generators online, you can have a well structured site map on your own website in a matter of minutes.

Google Webmaster Tools

xml-sitemaps


Available link for download

Read more »