Tuesday, 3 April 2018

FOREX Report - AUD /USD 3rd April 2018 Monthly Report

AUD/USD Primary & Weekly Cycles

AUD has moved down into the 50% level of the Yearly cycle at .7719.

If it's going to go higher, then there needs to be a 5-day high break out and then a 5-day consolidation above the March 50% level, which is then used as support in the following week. (late March) Previous Report

Yearly 50% level Support & 5-day high breakout.
consolidation above
but then it failed.

AUD looks weak with a trend bias down towards .7455.

Trend based on the yearly 50% level @ .7719

Resistance @ .7802 





WhatWeb - Next generation website security scanner



About WhatWeb
   Author: Andrew Horton & Brendan Colese
   License: GNU General Public License, version 2

   WhatWeb identifies websites. Its goal is to answer the question, “What is that Website?”. WhatWeb recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices. WhatWeb has over 1700 plugins, each to recognise something different. WhatWeb also identifies version numbers, email addresses, account IDs, web framework modules, SQL errors, and more.

   WhatWeb can be stealthy and fast, or thorough but slow. WhatWeb supports an aggression level to control the trade off between speed and reliability. When you visit a website in your browser, the transaction includes many hints of what web technologies are powering that website. Sometimes a single webpage visit contains enough information to identify a website but when it does not, WhatWeb can interrogate the website further. The default level of aggression, called ‘stealthy’, is the fastest and requires only one HTTP request of a website. This is suitable for scanning public websites. More aggressive modes were developed for use in penetration tests.

   Most WhatWeb plugins are thorough and recognise a range of cues from subtle to obvious. For example, most WordPress websites can be identified by the meta HTML tag, e.g. “, but a minority of WordPress websites remove this identifying tag but this does not thwart WhatWeb. The WordPress WhatWeb plugin has over 15 tests, which include checking the favicon, default installation files, login pages, and checking for “/wp-content/” within relative links.

Features
 * Over 1700 plugins
 * Control the trade off between speed/stealth and reliability
 * Plugins include example URLs
 * Performance tuning. Control how many websites to scan concurrently.
 * Multiple log formats: Brief (greppable), Verbose (human readable), XML, JSON, MagicTree, RubyObject, MongoDB, SQL, and
 * ElasticSearch.
 * Proxy support including TOR
 * Custom HTTP headers
 * Basic HTTP authentication
 * Control over webpage redirection
 * Nmap-style IP ranges
 * Fuzzy matching
 * Result certainty awareness
 * Custom plugins defined on the command line

WhatWeb Help
root@kali:~# whatweb  -h

.$$$     $.                                   .$$$     $.         
$$$$     $$. .$$$  $$$ .$$$$$$.  .$$$$$$$$$$. $$$$     $$. .$$$$$$$. .$$$$$$. 
$ $$     $$$ $ $$  $$$ $ $$$$$$. $$$$$ $$$$$$ $ $$     $$$ $ $$   $$ $ $$$$$$.
$ `$     $$$ $ `$  $$$ $ `$  $$$ $$' $ `$ `$$ $ `$     $$$ $ `$      $ `$  $$$'
$. $     $$$ $. $$$$$$ $. $$$$$$ `$  $. $  :' $. $     $$$ $. $$$$   $. $$$$$.
$::$  .  $$$ $::$  $$$ $::$  $$$     $::$     $::$  .  $$$ $::$      $::$  $$$$
$;;$ $$$ $$$ $;;$  $$$ $;;$  $$$     $;;$     $;;$ $$$ $$$ $;;$      $;;$  $$$$
$$$$$$ $$$$$ $$$$  $$$ $$$$  $$$     $$$$     $$$$$$ $$$$$ $$$$$$$$$ $$$$$$$$$'

WhatWeb - Next generation web scanner version 0.4.9.
Developed by Andrew Horton aka urbanadventurer and Brendan Coles.
Homepage: http://www.morningstarsecurity.com/research/whatweb

Usage: whatweb [options] <URLs>

TARGET SELECTION:
  <TARGETs>     Enter URLs, hostnames, IP adddresses, 
          filenames, or nmap-format IP address ranges.
  --input-file=FILE, -i   Read targets from a file. You can pipe
        hostnames or URLs directly with -i /dev/stdin.

TARGET MODIFICATION:
  --url-prefix      Add a prefix to target URLs.
  --url-suffix      Add a suffix to target URLs.
  --url-pattern     Insert the targets into a URL.
        e.g. example.com/%insert%/robots.txt

AGGRESSION:
The aggression level controls the trade-off between speed/stealth and
reliability.
  --aggression, -a=LEVEL  Set the aggression level. Default: 1.
  1. Stealthy     Makes one HTTP request per target and also 
          follows redirects.
  3. Aggressive     If a level 1 plugin is matched, additional
          requests will be made.
  4. Heavy      Makes a lot of HTTP requests per target. URLs 
          from all plugins are attempted.

HTTP OPTIONS:
  --user-agent, -U=AGENT  Identify as AGENT instead of WhatWeb/0.4.9.
  --header, -H      Add an HTTP header. eg "Foo:Bar". Specifying a 
        default header will replace it. Specifying an 
        empty value, e.g. "User-Agent:" will remove it.
  --follow-redirect=WHEN  Control when to follow redirects. WHEN may be
        `never', `http-only', `meta-only', `same-site',
        `same-domain' or `always'. Default: always.
  --max-redirects=NUM   Maximum number of redirects. Default: 10.

AUTHENTICATION:
  --user, -u=<user:password>  HTTP basic authentication.
  --cookie, -c=COOKIES    Use cookies, e.g. 'name=value; name2=value2'.

PROXY:
  --proxy     <hostname[:port]> Set proxy hostname and port.
        Default: 8080.
  --proxy-user      <username:password> Set proxy user and password.

PLUGINS:
  --list-plugins, -l    List all plugins.
  --info-plugins, -I=[SEARCH] List all plugins with detailed information.
        Optionally search with keywords in a comma
        delimited list.
  --search-plugins=STRING Search plugins for a keyword.
  --plugins, -p=LIST    Select plugins. LIST is a comma delimited set 
        of selected plugins. Default is all.
        Each element can be a directory, file or plugin 
        name and can optionally have a modifier, +/-.
        Examples: +/tmp/moo.rb,+/tmp/foo.rb
        title,md5,+./plugins-disabled/
        ./plugins-disabled,-md5
        -p + is a shortcut for -p +plugins-disabled.

  --grep, -g=STRING   Search for STRING in HTTP responses. Reports 
        with a plugin named Grep.
  --custom-plugin=DEFINITION  Define a custom plugin named Custom-Plugin,
        Examples: ":text=>'powered by abc'"
        ":version=>/powered[ ]?by ab[0-9]/"
        ":ghdb=>'intitle:abc "powered by abc"'"
        ":md5=>'8666257030b94d3bdb46e05945f60b42'"
        "{:text=>'powered by abc'}"
  --dorks=PLUGIN    List Google dorks for the selected plugin.

OUTPUT:
  --verbose, -v     Verbose output includes plugin descriptions. 
        Use twice for debugging.
  --colour,--color=WHEN   control whether colour is used. WHEN may be 
        `never', `always', or `auto'.
  --quiet, -q     Do not display brief logging to STDOUT.
  --no-errors     Suppress error messages.

LOGGING:
  --log-brief=FILE    Log brief, one-line output.
  --log-verbose=FILE    Log verbose output.
  --log-errors=FILE   Log errors.
  --log-xml=FILE    Log XML format.
  --log-json=FILE   Log JSON format.
  --log-sql=FILE    Log SQL INSERT statements.
  --log-sql-create=FILE   Create SQL database tables.
  --log-json-verbose=FILE Log JSON Verbose format.
  --log-magictree=FILE    Log MagicTree XML format.
  --log-object=FILE   Log Ruby object inspection format.
  --log-mongo-database    Name of the MongoDB database.
  --log-mongo-collection  Name of the MongoDB collection.
        Default: whatweb.
  --log-mongo-host    MongoDB hostname or IP address.
        Default: 0.0.0.0.
  --log-mongo-username    MongoDB username. Default: nil.
  --log-mongo-password    MongoDB password. Default: nil.
  --log-elastic-index   Name of the index to store results. Default: whatweb 
  --log-elastic-host    Host:port of the elastic http interface. Default: 127.0.0.1:9200
  
PERFORMANCE & STABILITY:
  --max-threads, -t   Number of simultaneous threads. Default: 25.
  --open-timeout    Time in seconds. Default: 15.
  --read-timeout    Time in seconds. Default: 30.
  --wait=SECONDS    Wait SECONDS between connections.
        This is useful when using a single thread.

HELP & MISCELLANEOUS:
  --short-help      Short usage help.
  --help, -h      Complete usage help.
  --debug     Raise errors in plugins.
  --version     Display version information.

EXAMPLE USAGE:
* Scan example.com.
  ./whatweb example.com
* Scan reddit.com slashdot.org with verbose plugin descriptions.
  ./whatweb -v reddit.com slashdot.org
* An aggressive scan of wired.com detects the exact version of WordPress.
  ./whatweb -a 3 www.wired.com
* Scan the local network quickly and suppress errors.
  whatweb --no-errors 192.168.0.0/24
* Scan the local network for https websites.
  whatweb --no-errors --url-prefix https:// 192.168.0.0/24
* Scan for crossdomain policies in the Alexa Top 1000.
  ./whatweb -i plugin-development/alexa-top-100.txt \
  --url-suffix /crossdomain.xml -p crossdomain_xml

OPTIONAL DEPENDENCIES
--------------------------------------------------------------------------------
To enable MongoDB logging install the mongo gem.


WhatWeb Usage Example
root@kali:~# whatweb -v -a 3 192.168.0.102
WhatWeb report for http://192.168.0.102
Status    : 200 OK
Title     : Toolz TestBed
IP        : 192.168.0.102
Country   : RESERVED, ZZ

Summary   : JQuery, Script, X-UA-Compatible[IE=edge], HTML5, Apache[2.2,2.2.22], HTTPServer[Ubuntu Linux][Apache/2.2.22 (Ubuntu)]

Detected Plugins:
[ Apache ]
  The Apache HTTP Server Project is an effort to develop and 
  maintain an open-source HTTP server for modern operating 
  systems including UNIX and Windows NT. The goal of this 
  project is to provide a secure, efficient and extensible 
  server that provides HTTP services in sync with the current 
  HTTP standards. 

  Version      : 2.2.22 (from HTTP Server Header)
  Version      : 2.2
  Version      : 2.2
  Google Dorks: (3)
  Website     : http://httpd.apache.org/

[ HTML5 ]
  HTML version 5, detected by the doctype declaration 

[ HTTPServer ]
  HTTP server header string. This plugin also attempts to 
  identify the operating system from the server header. 

  OS           : Ubuntu Linux
  String       : Apache/2.2.22 (Ubuntu) (from server string)

[ JQuery ]
  A fast, concise, JavaScript that simplifies how to traverse 
  HTML documents, handle events, perform animations, and add 
  AJAX. 

  Website     : http://jquery.com/

[ Script ]
  This plugin detects instances of script HTML elements and 
  returns the script language/type. 

[ X-UA-Compatible ]
  This plugin retrieves the X-UA-Compatible value from the 
  HTTP header and meta http-equiv tag. - More Info: 
  http://msdn.microsoft.com/en-us/library/cc817574.aspx 

  String       : IE=edge

HTTP Headers:
  HTTP/1.1 200 OK
  Date: Mon, 26 Mar 2018 07:58:48 GMT
  Server: Apache/2.2.22 (Ubuntu)
  Last-Modified: Fri, 02 Feb 2018 15:27:56 GMT
  ETag: "11f-2e38-5643c5b56a8d3"
  Accept-Ranges: bytes
  Vary: Accept-Encoding
  Content-Encoding: gzip
  Content-Length: 3541
  Connection: close
  Content-Type: text/html





Monday, 2 April 2018

IDM Serial Number And Get Latest IDM Full Free Life Time

Internet Download Manager(IDM) is a tool that increases your download speed 5x. It supports resume and schedule downloads. it has the capability to restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or any other unexpected problems.


Internet Download Manager(IDM) Features:

  • All popular browse and application supported: Internet Download Manager supports all of the popular browsers and can be integrated into any 3rd party internet application.
  • One-click Download: When you click any download links IDM will automatically create the download link.
  • Download Speed: IDM can increase your download speed up to 5X because of its advanced features.
  • Resume Support: IDM resume downloads from where you pause it.
  • Virus Checking: IDM scan your files before download. So, you don't need to worry about malicious files.
  • Simple Installation Wizard: You can install Internet Download Manager Easily without having any problem.
  • Multiple Downloads: IDM supports more than one file download at a time. So, you can download multiple files at a time.
  • IDM supports HTTP, HTTPS, FTTP protocols.

Internet Download Manager (IDM) Features Serial Key:

  • IDMCR-ACKFU-LLDOW-NLOAD
  • H9TZ1-P5IAF-SMEMM-2WP22
  • 649U8-XLT5H-6SCGJ-2CENZ
  • N6Z91-KJTTW-7TZO5-I27A2
  • XONF8-PMUOL-HU7P5-D1QQX
  • CJA0S-K6CO5-R4NPJ-EKNRK
  • H9TZ1-P5IAF-SMEMM-2WP23
  • 649U9-XLT5H-6SCGJ-2CENZ
  • N6Z92-KJTTW-7TZO6-I27A3
  • XONF9-PMUOL-HU7P6-D1QQX
  • CJA0S-K6CO6-R4NPJ-EKNRK
  • H9TZ1-P5IAF-SMEMM-2WP24
  • N6Z91-KJTTW-7TZO7-I27A4
  • XONF8-PMUOL-HU7P7-D1QQX
  • IDMCR-ACKPA-TCHFU-LLVER

Internet Download Manager (IDM) With Cracked:

This IDM is already cracked. You don't need any serial number.

IDM- V6.30 --Download
IDM- V6.28--Download

If you have any problem, Then feel free to leave a comment on the comment box.

Sunday, 1 April 2018

Message Mania 9 Build 9.9.9.9
















Using this software anybody can send or receive the message using any NOKIA CDMA/ GSM phone. For this Cable Operator has to connect one Mobile phone with Computer. Using Message Mania software customer can request any video songs/movies or complain to the cable operators. This is all in one type of software to manage many tasks at once.
To run our software you require following Computer Configuration
Processor:
Core i3 / Core i5
Memory:
4 GB RAM
Hard Disk:
Capacity Will Depend on the number of Songs / Movies you intend to offer 40GB=700 Video Songs=90 Hour Programs.
Tv Out Card:
PCI Express TV Out Card Geforce MX 4000/ FX5200/ FX 6200 LE or ATI Radeon or Any with proper output and dual view support
For SMS:
3G net setter supporting SMS Facility with Internet Activated ( Any company IDEA, AIRTEL, VODAFONE, BSNL etc.) ( Internet not need to use)
Video / Song on Demand by SMS.
    Vertical / Horizontal or Fixed Position to Scroll Song Thumbnails.
    Channel Logo, Date & Time based Sponsor Logo.
    Video/Text Emergency Message.
    Dual View Support
    Easy Keyboard Shortcut to manage running songs, advertisement.
   

Online Position Adjustment facility.
    Facility to Arrange Online Quiz.
    Show date, time, date and time according to requirement.
    Special facility to handle NEWS CD. Software automatically play news from the hard disk or CD Drive at define time.
   

Software Support Dual View System. Operator can run channel and do other work from the same PC likes Movie Copy, making new/edit advertisement etc.
    Live Video Signal in support. Stop the running movie and start any live video (*Special Version).
    Software has also facility to send SMS to many users which helps to promote for sale.
    Depends on SMS hits collect money from Mobile Service Provider and increase income.
    Set Emergency Text message without stopping the running channel.
    Play Emergency VIDEO message through CD ROM/DVD ROM directly without copy it to hard disk.
    VCD, MPG, DVD, Divx, MPEG-2, MPEG-4 Format Support.
    Complete Report with sender number, date & time.


For More Info Please Contact Us:





PUBG HACK BY MOKSH4U 

LATEST VERSION PUBG HACK
PUBG V0.3.3 HACK
PUBG V0.3.3 MOD APK
YOU ARE THE WRITE PLACE 

PLAYERUNKNOWN'S BATTLEGROUNDS goes mobile - the original Battle Royale game is now available on your device!



1. Official PUBG on Mobile
100 players parachute onto a remote 8x8 km island for a winner-takes-all showdown. Players have to locate and scavenge their own weapons, vehicles and supplies, and defeat every player in a graphically and tactically rich battleground that forces players into a shrinking play zone. Get ready to land, loot, and do whatever it takes to survive and be the last man standing!

2. High-quality Graphics and HD Audio 
The powerful Unreal Engine 4 creates a jaw-dropping visual experience with rich detail, realistic gameplay effects and a massive HD map for Battle Royale. Feel like you’re in the thick of the action as you play with high-quality audio, immersive 3D sound effects and 7.1 channel surround sound.

3. Realistic Weapons
A constantly growing lethal arsenal of firearms, melee weapons, and throwables with realistic ballistics and travel trajectories gives you the option to shoot, beat down, or incinerate your adversaries. Oh, and you like the pan? We’ve got the pan.

4. Travel in Style
Commandeer a variety of vehicles including cars, trucks, motorcycles, and boats to hunt down your enemies, race them to the play zone or make a swift escape.

5. Team Up with Friends
Survive the battle with your friends. Invite and team up with your friends, coordinate your battle plan through voice chat and set up the perfect ambush. 

6. Fair Gaming Environment
Powerful anti-cheat mechanisms ensure a fun and fair environment for all PUBG Mobile players.

Not Just A Game. This Is Battle Royale.

* Requires a persistent internet connection. 
* Recommended specs for getting the most out of PUBG Mobile: Android 5.1.1 or above and at least 2 GB RAM.

The current version supports more than 500+ Android devices, including but not limited to: GALAXY NOTE8,SONY XPERIA XZ1,GALAXY S8,GOOGLE PIXEL2,GALAXY NOTE5,HUAWEI HONOR8,LG G5,REDMI 4A,HUAWEI P9,SONY XPERIA X,REDMI NOTE4.

Contact Us
The current version does not represent the final quality of the game as we will keep optimizing existing content and adding new features. 

If you enjoy the game, please join the discussion on Facebook! PUBG Mobile Official Facebook Page: http://www.facebook.com/PUBGMOBILE

If you have any questions or concerns, please contact our customer service at support@proximabeta.com


MOD FEATURES 
1) AIM ASSIST
2) TRIGGER MOD
3) NO ROOT

MORE MOD FEATURES COMING SOON SUBSCRIBE TO THE CHANNEL



LINK TO DOWNLOAD PUBG HACK V0.3.2 IF THE LINK WILL NOT WORK FOR YOU TELL ME IN COMMENT SECTION OF THE VIDEO


pubg lastes version mod apk



THANKS FOR WATCHING DON'T FORGET TO SUBSCRIBE LIKE & SHARE THE VIDEO & CHANNEL

MOKSH4U SIGN in out


pubg mobile hack, pubg mobile hack android, pubg mobile hack ios, pubg mobile, pubg mobile hack battle points, pubg hack, pubg mobile hack 2018, pubg mobile hack apk, pubg mobile cheats, hack pubg mobile, pubg mobile hack no root, hack mobile pubg, mobile pubg hack, how to hack pubg mobile, pubg, pubg mobile mod apk, pubg mobile free battle points, hack pubg, pubg mobile hack download, pubg mobile mod, pubg mobile hack bp, pubg mobile android hackpubg mobile mod apk, pubg mobile, pubg mobile hack, pubg mobile hack apk, pubg mobile hack android, pubg mobile cheats, pubg mobile mod, pubg mobile hack 2018, pubg mobile hack ios, pubg mobile mod menu, pubg mobile apk download, pubg mobile free battle points, pubg mobile unlimited battle points, pubg mobile hack battle points, pubg mobile apk, pubg mobile full apk, how to hack pubg mobile, pubg mobile free bp, pubg mobile hack no rootpubg mobile mod apkpubg mobilepubg mobile hackpubg mobile hack androidpubg mobile hack apkpubg mobile hack iospubg mobile cheatspubg mobile modpubg mobile mod apk androidpubg mobile mod apk latest versionpubg mobile mod apk iospubg mobile mod apk, pubg mobile,pubg,pubg mobile tips and tricks,pubg mobile gameplay,pubg tips and tricks,pubg mobile tips,pubg android,mobile,pubg tips,pubg mobile tricks,tips and tricks,pubg mobile download,pubg mobile tips tricks,pubg ios,pubg mobile beta,pubg mobile android,tips,pubg android gameplay,pubg tips and tricks xbox,pubg gameplay,playerunknown's battlegrounds mobile,pubg ios gameplay,pubg mobile hack,pubg mobile trailer,pubg mobile ultra graphics,pubg tips advanced,pubg mobile vs fortnite mobile, pubg mobile mod apk,pubg mobile,pubg mobile hack,pubg mobile hack android,pubg mobile hack apk,pubg mobile hack ios,pubg mobile cheats,pubg mobile mod,pubg mobile hack battle points,pubg,pubg mobile ios,pubg mobile mod menu,pubg hack,pubg mobile gameplay,pubg mobile cheats ios,pubg mobile cheat,pubg mobile full apk,pubg mobile android,pubg mobile hack 2018,hack pubg mobile,pubg mobile hack no root,pubg mobile mod apk ios,pubg mobile mod apk download,pubg mobile mod apk no root