Help
RSS
API
Feed
Maltego
Contact
Domain > 20i.zabaat.com
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-12
151.101.65.195
(
ClassC
)
2024-11-13
151.101.1.195
(
ClassC
)
Port 443
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 2490Cache-Control: max-age3600Content-Type: text/html; charsetutf-8Etag: 5bab2372ff019a4528533acecb746fd082fdc5fa2e809bdcc25dac130013dd11Last-Modif !DOCTYPE html>html langen> head> meta charsetutf-8> title>VuexFire Todo App Demo/title> script srchttps://www.gstatic.com/firebasejs/3.7.5/firebase.js>/script> script srchttps://unpkg.com/vue/dist/vue.js>/script> script srchttps://unpkg.com/vuex/dist/vuex.js>/script> script src../dist/vuexfire.js>/script> /head> body> !-- To see a live example, head to https://jsfiddle.net/posva/6w3ks04x/ --> div idapp> ul> li v-foritem in items :keyitem.key> {{ item.text }} button @clickremoveTodo(item.key)>X/button> /li> /ul> form @submit.preventaddTodo> input v-modelnewTodo> button>Add #{{ items.length }}/button> /form> br/> br/> button @clicktoggleSource>Toggle Source/button> /div> script> /* global Vue, Vuex, firebase, VuexFire */ var config { databaseURL: https://awesome20i-daa76.firebaseio.com, } var firebaseApp firebase.initializeApp(config) var db firebaseApp.database() var itemsRef db.ref(test) var todosRef db.ref(test_2) var store new Vuex.Store({ // VuexFire will check the type of the property to bind as an array or as // an object strict: true, state: { items: }, mutations: VuexFire.firebaseMutations, getters: { items: state > state.items, }, actions: { setItemsRef: VuexFire.firebaseAction(({ bindFirebaseRef }, ref) > { bindFirebaseRef(items, ref, { wait: true }) }), }, }) window.vm new Vue({ el: #app, store: store, computed: Vuex.mapGetters( items ), data: { newTodo: , }, methods: { removeTodo (key) { this.source.child(key).remove() }, addTodo () { if (this.newTodo.trim()) { this.source.push({ text: this.newTodo, }) this.newTodo } }, toggleSource () { this.source this.source itemsRef ? todosRef : it
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]