Help
RSS
API
Feed
Maltego
Contact
Domain > primalshaker.be
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-11
3.5.150.10
(
ClassC
)
2025-07-18
3.5.147.132
(
ClassC
)
2025-11-18
3.5.149.183
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: bUBkKGJaRxRjltuOV2kePJSIEZppqbyQNWi1IovyLHo94rew5/OxRXp7K+SglbzvxdDa0Jlkw8AoMHA2zUlwTb5ZxjtLonaex-amz-request-id: 3TWZZ9253W7S2YPQDate: Tue, 18 Nov 2025 09:25:55 GMTLast-Modified: Thu, 16 Oct 2025 04:51:19 GMTETag: ed14e13265ca2d22bad883ba24cd6e3cContent-Type: text/htmlContent-Length: 12269Server: AmazonS3 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Personal Dashboard/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyLato:wght@400;700&displayswap relstylesheet> style> /* CSS Variables for easy theme management. You can change these colors to quickly update the look of the entire page. */ :root { --primary-color: #007bff; --light-gray: #f8f9fa; --dark-gray: #343a40; --text-color: #495057; --card-bg: #ffffff; --code-bg: #e9ecef; --border-color: #e0e0e0; } /* Basic body styling */ body { font-family: Lato, sans-serif; margin: 0; background-color: var(--light-gray); color: var(--text-color); line-height: 1.6; } /* Centered container to hold the content */ .container { max-width: 900px; margin: 0 auto; padding: 20px; } /* Typography for headings */ h1, h2, h3 { color: var(--dark-gray); } h1 { font-size: 2.5rem; border-bottom: 2px solid var(--light-gray); padding-bottom: 10px; margin-bottom: 0; } h2 { font-size: 1.75rem; margin-top: 40px; } h3 { font-size: 1.25rem; } /* Styling for the element that gets replaced by the API call */ #replaceable-element { color: var(--primary-color); font-weight: bold; } /* Button styling */ button { background-color: var(--primary-color); color: white; border: none; padding: 10px 20px; font-size: 1rem; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #0056b3; } /* Card-like styling for sections */ section { background-color: var(--card-bg); border-radius: 8px; padding: 20px; margin-top: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } /* Removing default list styles */ ul { list-style-type: none; padding-left: 0; } li { margin-bottom: 10px; word-break: break-all; /* Prevents long commands from overflowing */ } /* Styling for code blocks */ code { background-color: var(--code-bg); padding: 3px 6px; border-radius: 4px; font-family: SF Mono, Consolas, Menlo, monospace; font-size: 0.9rem; color: var(--dark-gray); } /* Link styling */ a { color: var(--primary-color); text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } .links-list li { margin-bottom: 15px; } /* Styles for new collapsible sections */ .collapsible-header { cursor: pointer; padding: 12px 15px; border-radius: 5px; margin-top: 10px; position: relative; user-select: none; background-color: #f7f7f7; border: 1px solid var(--border-color); font-weight: 700; transition: background-color 0.2s ease; } .collapsible-header:hover { background-color: #efefef; } .collapsible-header::after { content: +; font-weight: bold; position: absolute; right: 15px; font-size: 1.2rem; transition: transform 0.2s ease-in-out; } .collapsible-header.active::after { content: −; } .collapsible-content { padding: 15px; display: none; /* Hidden by default */ overflow: hidden; border: 1px solid var(--border-color); border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } /* Responsive adjustments for smaller screens */ @media (max-width: 600px) { h1 { font-size: 2rem; } .container { padding: 15px; } } /* Basic styling for the table in the flashcards section */ .flashcards table { width: 100%; border-collapse: collapse; /* Removes double borders */ margin-top: 1em; /* Adds some space below the Utils heading */ } .flashcards td { padding: 12px 8px; border-bottom: 1px solid #e0e0e0; /* Adds a light line between rows */ text-align: left; } /* Aligns the first columns text to make it stand out */ .flashcards td:first-child { font-weight: bold; color: #333; } /* Removes the border from the very last row */ .flashcards tr:last-child td { border-bottom: none; } /style>/head>body> main classcontainer> header> h1>It is either a false binary or not!/h1> /header> section classcommands> h2>Useful Commands/h2> div> h3 classcollapsible-header>Photos/h3> div classcollapsible-content> ul> li>Generate a comma-separated list of meta info for a directory:/li> li>code>exiftool -csv -filename -imagesize -gps:GPSLatitude -gps:GPSLongitude -DateTimeOriginal -r ~/Pictures/photosamsung/code>/li> li>code>exiftool -DateTimeOriginal-15:: /Volumes/nas/photos/binda/code>/li> li>code>exiftool -s -G IMG_0660.jpg/code>/li> li>code>du -sh 2012*//code>/li> li>code>find ~/Desktop -name *.jpg/code>/li> li>code>python ./changedirdatefmt.py/code>/li> li>code>diff -r /Volumes/nas/photos/2017 ./2017/code>/li> li>code>for i in `ls -l /Volumes/nas/photos/2016`; do echo $i $(i//Volumes/nas/photos/.); done/code>/li> li>code>sudo chown -R $(whoami) $(brew --prefix)/*/code>/li> /ul> /div> /div> div> h3 classcollapsible-header>AWS Command Line/h3> div classcollapsible-content> ul> li>Better with bundled installation of command-line tools./li> li>code>aws configure/code>/li> li>code>aws s3 sync ./primalshaker.be s3://primalshaker.be --acl public-read/code>/li> li>Use serverless from npm to make deployments easy./li> /ul> /div> /div> div> h3 classcollapsible-header>APIs and Installs/h3> div classcollapsible-content> ul> li>Google API: code>pip install --upgrade google-api-python-client/code>/li> li>code>easy_install --upgrade google-api-python-client/code>/li> li>code>GET https://www.googleapis.com/drive/v3/files?pageSize1000&fieldsfiles(kind%2Cname%2Csize)&key{YOUR_API_KEY}/code>/li> /ul> /div> /div> /section> section classflashcards> h2>Utils/h2> table> tbody> tr> td>For Pihu/td> td>a href./FlashRndCalcs.html>Flash Random Calcs/a>/td> /tr> tr> td>For Parisha/td> td>a href./FlashRndNumber.html>Year 5 Numbers Flashcard/a>/td> td>a href./Y5MathProgression.html>Math Progression/a>/td> /tr> tr> td>𑂣𑂩𑂱𑂧𑂪 𑂩𑂰𑂍𑂵𑂬/td> td>a href./mapwherever.html>Wherever I may roam/a>/td> td>a href./mapquest.html>Map quest/a>/td> /tr> /tbody> /table> /section> section classlinks> h2>Links/h2> ul classlinks-list> li>a hrefhttps://docs.google.com/document/d/1midy9YAlNoxHd60NylC3BGrNqh4J_HyA93o3GW1laOc/edit?uspsharing target_blank relnoopener noreferrer>RV Document/a>/li> li>a hrefhttps://github.com/primalshaker?tabrepositories target_blank relnoopener noreferrer>My GitHub/a>/li> li>a hrefhttps://primalshaker.hashnode.dev/how-to-create-aws-lambda-layer-for-yfinance-on-apple-silicon-macs target_blank relnoopener noreferrer>My Hashnode/a>/li> li>a hrefhttps://sites.google.com/view/primalshaker target_blank relnoopener noreferrer>My Google Site/a>/li> li>a href./histline.html>History timeline/a>/li> li>a href./d3test.html>D3 Test/a>/li> li>a href./dabbles.html>Dabbles/a>/li> /ul> /section> section classapi-call> h2>API Call/h2> h3>Sensex: span idreplaceable-element>click button/span>/h3> button onclickjsLambda()>Get Sensex/button> /section> /main> script> async function jsLambda() { const resultElement document.getElementById(replaceable-element); resultElement.textContent Loading...; try { // await the fetch call const response await fetch(https://api.primalshaker.be/sensex); // Check if the response was successful if (!response.ok) { // Throw an error to be caught by the catch block throw new Error(`HTTP error! Status: ${response.status}`); } // await the conversion of the response to text const data await response.text(); resultElement.innerHTML data; } catch (error) { // Catch any errors (network, HTTP, etc.) console.error(API call failed:, error); resultElement.textContent Error fetching data.; } } // Script for the collapsible sections const collapsibles document.querySelectorAll(.collapsible-header); collapsibles.forEach(header > { header.addEventListener(click, function() { // Toggle the active class on the header for styling (e.g., changing the +/- icon) this.classList.toggle(active); // Get the content element, which is the next sibling const content this.nextElementSibling; // Toggle the display of the content if (content.style.display block) { content.style.display none; } else { content.style.display block; } }); }); /script>/body>/html>
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
]