/ #bind  #dns enumeration 

prevent dns enumeration on bind dns server

what the hell is dns enumeration? well, according to this pdf book DNS enumeration is ... the process of locating all the DNS servers and their corresponding records for an organization. A company may have both internal and external DNS servers that can yield information such as usernames, computer names, and IP addresses of potential target systems. so, this just little tricks on how to prevent dns enumeration on bind dns server, some dns enumeration tools will look at the zone transfer located on your dns server, and when it was misconfigured, it will leak all dns info to the attacker, like this: ...

widnyana
/ #backend developer  #job offer 

[Job Offer] Backend Developer at Qasico

Hello, Qasico is looking for a Backend Developer. here is a brief explanation for Qasico, QASICO are the first customized Integrated Business Application (IBA) provider in Indonesia. IBA is an integration model that combines business model operations and processes with technology to achieve efficiency, manageable, expandable and sustainable company or businesses. QASICO understand business challenges in every business stages, once the company fail to cope with that it’ll be a hard way to restart it again. ...

widnyana
/ #go  #golang 

golang oEmbed package

oEmbed hello Everyone, I just want to share a small Golang oEmbed package for parsing Oembed data, there was a paid service like embed.ly or iframely.com. but in case you’re have a growing startup that doesn’t have big pile of money to pay some SaaS, maybe deploying your own service can be a good solution. this module is written in golang, called oembed, and I also write a demo on how to use this module as a part of http service called gallang, the working demo are live here. ...

widnyana
/ #data mining  #python 

[Scrapy] 'scrapyd.webservice' doesn't define any object named 'DaemonStatus'

I was using scrapy v1.0.3 and scrapyd v1.1.0 when I got “Module ‘scrapyd.webservice’ doesn’t define any object named ‘DaemonStatus’“ error as I throw deploy command through my scrapyd-client . [caption id=“attachment_902” align=“alignright” width=“236”] let me at ‘em[/caption] I doesnt know exactly why scrapinghub team doesnt release a new package to pypi, the documentation of scrapyd allready showing the latest docs describing about DaemonStatus.json endpoint, but the latest package on cheese-shop still doestn provide this function. ...

widnyana
/ #linux  #rabbitmq 

[ rabbitmq ] shit i forgot my admin password

with current hype on microservice, sometimes you will tighly coupled with message-oriented middleware like RabbitMQ [features], and as a part of security you will need an account to access them, yeah that username and password things. but what happen if your sysadmin has shortcomings in terms of recall and suddenly yelling “Shit, I forgot my admin password” when you ask him to add new rabbitmq account for some software-development-related stuff? ...

widnyana